Uses of Enum Class
net.minecraft.advancement.AdvancementFrame
-
Uses of AdvancementFrame in net.minecraft.advancement
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AdvancementFrame>
AdvancementFrame.CODEC
Modifier 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.Modifier 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) ModifierConstructorDescriptionAdvancementDisplay
(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
Modifier and TypeMethodDescriptionAdvancementObtainedStatus.getFrameTexture
(AdvancementFrame frame)