Uses of Enum Class
net.minecraft.client.renderer.model.BlockModel.GuiLight
-
Uses of BlockModel.GuiLight in net.minecraft.client.renderer.model
Modifier and TypeMethodDescriptionstatic BlockModel.GuiLight
BlockModel.getGuiLight()
static BlockModel.GuiLight
Returns the enum constant of this class with the specified name.static BlockModel.GuiLight[]
BlockModel.GuiLight.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBlockModel
(ResourceLocation p_i230056_1_, List<BlockPart> p_i230056_2_, Map<String, com.mojang.datafixers.util.Either<RenderMaterial, String>> p_i230056_3_, boolean p_i230056_4_, BlockModel.GuiLight p_i230056_5_, ItemCameraTransforms p_i230056_6_, List<ItemOverride> p_i230056_7_) -
Uses of BlockModel.GuiLight in net.minecraftforge.client.model.generators