Uses of Enum Class
net.minecraft.advancements.AdvancementType
-
Uses of AdvancementType in net.minecraft.advancements
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AdvancementType>
AdvancementType.CODEC
Modifier and TypeMethodDescriptionDisplayInfo.getType()
static AdvancementType
Returns 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.Modifier and TypeMethodDescriptionAdvancement.Builder.display
(ItemStack p_312724_, Component p_138373_, Component p_138374_, ResourceLocation p_138375_, AdvancementType p_312711_, boolean p_138377_, boolean p_138378_, boolean p_138379_) Advancement.Builder.display
(ItemLike p_311787_, Component p_138364_, Component p_138365_, ResourceLocation p_138366_, AdvancementType p_312847_, boolean p_138368_, boolean p_138369_, boolean p_138370_) ModifierConstructorDescriptionDisplayInfo
(ItemStack p_14969_, Component p_14970_, Component p_14971_, Optional<ResourceLocation> p_312452_, AdvancementType p_312497_, boolean p_14974_, boolean p_14975_, boolean p_14976_) -
Uses of AdvancementType in net.minecraft.client.gui.screens.advancements