Uses of Enum Class
io.papermc.paper.advancement.AdvancementDisplay.Frame
Packages that use AdvancementDisplay.Frame
-
Uses of AdvancementDisplay.Frame in io.papermc.paper.advancement
Subclasses with type arguments of type AdvancementDisplay.Frame in io.papermc.paper.advancementModifier and TypeClassDescriptionstatic enumDefines how theAdvancementDisplay.icon()appears in the advancements screen and the color used with theadvancement name.Fields in io.papermc.paper.advancement with type parameters of type AdvancementDisplay.FrameModifier and TypeFieldDescriptionstatic final Index<String, AdvancementDisplay.Frame> AdvancementDisplay.Frame.NAMESThe name map.Methods in io.papermc.paper.advancement that return AdvancementDisplay.FrameModifier and TypeMethodDescriptionAdvancementDisplay.frame()Gets theAdvancementDisplay.Frame.static AdvancementDisplay.FrameReturns the enum constant of this class with the specified name.static AdvancementDisplay.Frame[]AdvancementDisplay.Frame.values()Returns an array containing the constants of this enum class, in the order they are declared.