Uses of Enum Class
net.minecraft.client.render.model.UnbakedModel.GuiLight
Packages that use UnbakedModel.GuiLight
-
Uses of UnbakedModel.GuiLight in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as UnbakedModel.GuiLightModifier and TypeFieldDescriptionstatic final UnbakedModel.GuiLight
BakedSimpleModel.DEFAULT_GUI_LIGHT
Fields in net.minecraft.client.render.model with type parameters of type UnbakedModel.GuiLightModifier and TypeFieldDescriptionprivate static final ReferencedModelsCollector.Property
<UnbakedModel.GuiLight> ReferencedModelsCollector.Holder.GUI_LIGHT_PROPERTY
Methods in net.minecraft.client.render.model that return UnbakedModel.GuiLightModifier and TypeMethodDescriptionstatic UnbakedModel.GuiLight
default UnbakedModel.GuiLight
BakedSimpleModel.getGuiLight()
static UnbakedModel.GuiLight
BakedSimpleModel.getGuiLight
(BakedSimpleModel model) ReferencedModelsCollector.Holder.getGuiLight()
default @Nullable UnbakedModel.GuiLight
UnbakedModel.guiLight()
static UnbakedModel.GuiLight
Returns the enum constant of this class with the specified name.static UnbakedModel.GuiLight[]
UnbakedModel.GuiLight.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UnbakedModel.GuiLight in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as UnbakedModel.GuiLightModifier and TypeFieldDescriptionprivate final UnbakedModel.GuiLight
JsonUnbakedModel.guiLight
The field for theguiLight
record component.Methods in net.minecraft.client.render.model.json that return UnbakedModel.GuiLightModifier and TypeMethodDescriptionGeneratedItemModel.guiLight()
JsonUnbakedModel.guiLight()
Returns the value of theguiLight
record component.Constructors in net.minecraft.client.render.model.json with parameters of type UnbakedModel.GuiLightModifierConstructorDescriptionJsonUnbakedModel
(@Nullable Geometry geometry, UnbakedModel.GuiLight guiLight, @Nullable Boolean bool, @Nullable ModelTransformation modelTransformation, ModelTextures.Textures textures, @Nullable Identifier identifier)