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.GuiLightBakedSimpleModel.DEFAULT_GUI_LIGHTFields 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_PROPERTYMethods in net.minecraft.client.render.model that return UnbakedModel.GuiLightModifier and TypeMethodDescriptionstatic UnbakedModel.GuiLightdefault UnbakedModel.GuiLightBakedSimpleModel.getGuiLight()static UnbakedModel.GuiLightBakedSimpleModel.getGuiLight(BakedSimpleModel model) ReferencedModelsCollector.Holder.getGuiLight()default @Nullable UnbakedModel.GuiLightUnbakedModel.guiLight()static UnbakedModel.GuiLightReturns 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.GuiLightJsonUnbakedModel.guiLightThe field for theguiLightrecord component.Methods in net.minecraft.client.render.model.json that return UnbakedModel.GuiLightModifier and TypeMethodDescriptionGeneratedItemModel.guiLight()JsonUnbakedModel.guiLight()Returns the value of theguiLightrecord 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)