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 pIcon, Component pTitle, Component pDescription, Optional<ClientAsset> pBackground, AdvancementType pType, boolean pShowToast, boolean pAnnounceChat, boolean pHidden) -
Uses of AdvancementType in net.minecraft.client.gui.screens.advancements
Methods in net.minecraft.client.gui.screens.advancements with parameters of type AdvancementType