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_138363_, Component p_138364_, Component p_138365_, ResourceLocation p_138366_, AdvancementType p_310090_, boolean p_138368_, boolean p_138369_, boolean p_138370_) Advancement.Builder.display
(ItemLike p_138372_, Component p_138373_, Component p_138374_, ResourceLocation p_138375_, AdvancementType p_309840_, boolean p_138377_, boolean p_138378_, boolean p_138379_) ModifierConstructorDescriptionDisplayInfo
(ItemStack p_14969_, Component p_14970_, Component p_14971_, Optional<ResourceLocation> p_310626_, AdvancementType p_309985_, boolean p_14974_, boolean p_14975_, boolean p_14976_) -
Uses of AdvancementType in net.minecraft.client.gui.screens.advancements