Uses of Enum Class
net.minecraft.client.renderer.block.model.BlockModel.GuiLight
Packages that use BlockModel.GuiLight
Package
Description
- 
Uses of BlockModel.GuiLight in net.minecraft.client.renderer.block.modelFields in net.minecraft.client.renderer.block.model declared as BlockModel.GuiLightMethods in net.minecraft.client.renderer.block.model that return BlockModel.GuiLightModifier and TypeMethodDescriptionstatic BlockModel.GuiLightBlockModel.getGuiLight()static BlockModel.GuiLightReturns 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.Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockModel.GuiLightModifierConstructorDescriptionBlockModel(ResourceLocation p_111429_, List<BlockElement> p_111430_, Map<String, com.mojang.datafixers.util.Either<Material, String>> p_111431_, boolean p_111432_, BlockModel.GuiLight p_111433_, ItemTransforms p_111434_, List<ItemOverride> p_111435_) 
- 
Uses of BlockModel.GuiLight in net.minecraftforge.client.model.generatorsFields in net.minecraftforge.client.model.generators declared as BlockModel.GuiLightMethods in net.minecraftforge.client.model.generators with parameters of type BlockModel.GuiLight