Uses of Enum Class
net.minecraft.advancements.AdvancementType
Packages that use AdvancementType
-
Uses of AdvancementType in net.minecraft.advancements
Fields in net.minecraft.advancements declared as AdvancementTypeFields in net.minecraft.advancements with type parameters of type AdvancementTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AdvancementType> AdvancementType.CODEC
Methods in net.minecraft.advancements that return AdvancementTypeModifier 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.Methods in net.minecraft.advancements with parameters of type AdvancementTypeModifier and TypeMethodDescriptionAdvancement.Builder.display
(ItemStack pIcon, Component pTitle, Component pDescription, ResourceLocation pBackground, AdvancementType pType, boolean pShowToast, boolean pAnnounceChat, boolean pHidden) Advancement.Builder.display
(ItemLike pIcon, Component pTitle, Component pDescription, ResourceLocation pBackground, AdvancementType pType, boolean pShowToast, boolean pAnnounceChat, boolean pHidden) Constructors in net.minecraft.advancements with parameters of type AdvancementTypeModifierConstructorDescriptionDisplayInfo
(ItemStack p_14969_, Component p_14970_, Component p_14971_, Optional<ClientAsset> p_312452_, AdvancementType p_312497_, boolean p_14974_, boolean p_14975_, boolean p_14976_) -
Uses of AdvancementType in net.minecraft.client.gui.screens.advancements
Methods in net.minecraft.client.gui.screens.advancements with parameters of type AdvancementType