接口 AdvancementRequirements
public interface AdvancementRequirements
The list of requirements for the advancement.
Requirements are complimentary to criteria. They are just lists that contain
more lists, which in turn contains strings that equal the names of the
criteria. Ultimately defining the logic around how criteria are completed in
order to grant the advancement.
-
方法概要
修饰符和类型方法说明Get all the requirements present in this advancement.
-
方法详细资料
-
getRequirements
Get all the requirements present in this advancement.- 返回:
- an unmodifiable copy of all requirements.
-