Uses of Enum Class
net.minecraft.advancement.AdvancementFrame
Packages that use AdvancementFrame
-
Uses of AdvancementFrame in net.minecraft.advancement
Fields in net.minecraft.advancement declared as AdvancementFrameFields in net.minecraft.advancement with type parameters of type AdvancementFrameModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AdvancementFrame>
AdvancementFrame.CODEC
Methods in net.minecraft.advancement that return AdvancementFrameModifier and TypeMethodDescriptionAdvancementDisplay.getFrame()
static AdvancementFrame
Returns the enum constant of this class with the specified name.static AdvancementFrame[]
AdvancementFrame.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.advancement with parameters of type AdvancementFrameModifier and TypeMethodDescriptionAdvancement.Builder.display
(ItemConvertible icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) Advancement.Builder.display
(ItemStack icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) Constructors in net.minecraft.advancement with parameters of type AdvancementFrameModifierConstructorDescriptionAdvancementDisplay
(ItemStack icon, Text title, Text description, Optional<Identifier> background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) -
Uses of AdvancementFrame in net.minecraft.client.gui.screen.advancement
Methods in net.minecraft.client.gui.screen.advancement with parameters of type AdvancementFrameModifier and TypeMethodDescriptionAdvancementObtainedStatus.getFrameTexture
(AdvancementFrame frame)