Uses of Class
net.minecraft.advancements.FrameType
-
Packages that use FrameType Package Description net.minecraft.advancements -
-
Uses of FrameType in net.minecraft.advancements
Fields in net.minecraft.advancements declared as FrameType Modifier and Type Field Description private FrameType
DisplayInfo. frame
Methods in net.minecraft.advancements that return FrameType Modifier and Type Method Description static FrameType
FrameType. byName(java.lang.String p_192308_0_)
FrameType
DisplayInfo. getFrame()
static FrameType
FrameType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrameType[]
FrameType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.advancements with parameters of type FrameType Modifier and Type Method Description Advancement.Builder
Advancement.Builder. display(ItemStack p_215092_1_, ITextComponent p_215092_2_, ITextComponent p_215092_3_, ResourceLocation p_215092_4_, FrameType p_215092_5_, boolean p_215092_6_, boolean p_215092_7_, boolean p_215092_8_)
Advancement.Builder
Advancement.Builder. display(IItemProvider p_203902_1_, ITextComponent p_203902_2_, ITextComponent p_203902_3_, ResourceLocation p_203902_4_, FrameType p_203902_5_, boolean p_203902_6_, boolean p_203902_7_, boolean p_203902_8_)
Constructors in net.minecraft.advancements with parameters of type FrameType Constructor Description DisplayInfo(ItemStack p_i47586_1_, ITextComponent p_i47586_2_, ITextComponent p_i47586_3_, ResourceLocation p_i47586_4_, FrameType p_i47586_5_, boolean p_i47586_6_, boolean p_i47586_7_, boolean p_i47586_8_)
-