Uses of Enum Class
net.minecraft.advancements.AdvancementType
Packages that use AdvancementType
-
Uses of AdvancementType in net.minecraft.advancements
Subclasses with type arguments of type AdvancementType in net.minecraft.advancementsFields 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.CODECMethods in net.minecraft.advancements that return AdvancementTypeModifier and TypeMethodDescriptionDisplayInfo.getType()static AdvancementTypeReturns 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(ItemStackTemplate icon, Component title, Component description, @Nullable Identifier background, AdvancementType frame, boolean showToast, boolean announceChat, boolean hidden) Advancement.Builder.display(ItemLike icon, Component title, Component description, @Nullable Identifier background, AdvancementType frame, boolean showToast, boolean announceChat, boolean hidden) Constructors in net.minecraft.advancements with parameters of type AdvancementTypeModifierConstructorDescriptionDisplayInfo(ItemStackTemplate icon, Component title, Component description, Optional<ClientAsset.ResourceTexture> 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