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 AdvancementTypeModifier and TypeFieldDescriptionprivate final AdvancementTypeDisplayInfo.typeThe field for thetyperecord component.Fields in net.minecraft.advancements with type parameters of type AdvancementTypeModifier and TypeFieldDescriptionprivate static final IntFunction<AdvancementType> AdvancementType.BY_IDstatic final com.mojang.serialization.Codec<AdvancementType> AdvancementType.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, AdvancementType> AdvancementType.STREAM_CODECMethods in net.minecraft.advancements that return AdvancementTypeModifier and TypeMethodDescriptionDisplayInfo.type()Returns the value of thetyperecord component.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(Item icon, Component title, Component description, AdvancementType frame, boolean showToast, boolean announceChat, boolean hidden) Advancement.Builder.display(ItemStackTemplate icon, Component title, Component description, AdvancementType frame, boolean showToast, boolean announceChat, boolean hidden) Advancement.Builder.rootDisplay(Item icon, Component title, Component description, Identifier background, AdvancementType frame, boolean showToast, boolean announceChat, boolean hidden) Advancement.Builder.rootDisplay(ItemStackTemplate icon, Component title, Component description, 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 announceToChat, boolean hidden) Creates an instance of aDisplayInforecord class. -
Uses of AdvancementType in net.minecraft.client.gui.screens.advancements
Methods in net.minecraft.client.gui.screens.advancements with parameters of type AdvancementType