接口 Advancement

所有超级接口:
Keyed

public interface Advancement extends Keyed
代表可以被授予给玩家的进度. 这个类不是指针安全的, 因为底层的进度可能会被重载.
  • 方法详细资料

    • getCriteria

      获取此进度的所有标准. (即达成该进度所需的条件).

      原文: Get all the criteria present in this advancement.

      返回:
      一个不可编辑的所有条件的副本
    • getDisplay

      返回此进度的展示信息. 展示信息包括进度的名称、描述和可见性标签.

      原文: Returns the display information for this advancement. This includes it's name, description and other visible tags.

      返回:
      一个 AdvancementDisplay 对象, 如果没有设置则为 null