Uses of Enum Class
net.minecraft.advancement.AdvancementType
Packages that use AdvancementType
-
Uses of AdvancementType in net.minecraft.advancement
Fields in net.minecraft.advancement declared as AdvancementTypeMethods in net.minecraft.advancement that return AdvancementTypeModifier and TypeMethodDescriptionstatic AdvancementTypeAdvancementType.fromString(String type) AdvancementDisplay.getAdvancementType()static AdvancementTypeReturns the enum constant of this class with the specified name.static AdvancementType[]AdvancementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.advancement with parameters of type AdvancementTypeModifierConstructorDescriptionAdvancementDisplay(ItemStack displayStack, Text title, Text description, Identifier identifier, AdvancementType type, boolean bool, boolean bool2, boolean bool3)