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 icon, Component title, Component description, ResourceLocation background, AdvancementType type, boolean showToast, boolean announceChat, boolean hidden) Advancement.Builder.display
(ItemLike icon, Component title, Component description, ResourceLocation background, AdvancementType type, boolean showToast, boolean announceChat, boolean hidden) Constructors in net.minecraft.advancements with parameters of type AdvancementTypeModifierConstructorDescriptionDisplayInfo
(ItemStack icon, Component title, Component description, Optional<ResourceLocation> background, AdvancementType type, boolean showToast, boolean announceChat, boolean hidden) -
Uses of AdvancementType in net.minecraft.client.gui.screens.advancements
Methods in net.minecraft.client.gui.screens.advancements with parameters of type AdvancementType