Uses of Enum Class
net.minecraft.client.resources.model.UnbakedModel.GuiLight
Packages that use UnbakedModel.GuiLight
Package
Description
-
Uses of UnbakedModel.GuiLight in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as UnbakedModel.GuiLightModifier and TypeFieldDescriptionprivate final UnbakedModel.GuiLightBlockModel.guiLightThe field for theguiLightrecord component.Methods in net.minecraft.client.renderer.block.model that return UnbakedModel.GuiLightModifier and TypeMethodDescriptionBlockModel.guiLight()Returns the value of theguiLightrecord component.ItemModelGenerator.guiLight()Constructors in net.minecraft.client.renderer.block.model with parameters of type UnbakedModel.GuiLightModifierConstructorDescriptionBlockModel(UnbakedGeometry geometry, UnbakedModel.GuiLight guiLight, Boolean ambientOcclusion, ItemTransforms transforms, TextureSlots.Data textureSlots, ResourceLocation parent) BlockModel(UnbakedGeometry geometry, UnbakedModel.GuiLight guiLight, Boolean ambientOcclusion, ItemTransforms transforms, TextureSlots.Data textureSlots, ResourceLocation parent, Transformation rootTransform, RenderTypeGroup renderTypeGroup, Map<String, Boolean> partVisibility) Creates an instance of aBlockModelrecord class. -
Uses of UnbakedModel.GuiLight in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as UnbakedModel.GuiLightModifier and TypeFieldDescriptionstatic final UnbakedModel.GuiLightResolvedModel.DEFAULT_GUI_LIGHTFields in net.minecraft.client.resources.model with type parameters of type UnbakedModel.GuiLightModifier and TypeFieldDescriptionprivate static final ModelDiscovery.Slot<UnbakedModel.GuiLight> ModelDiscovery.ModelWrapper.KEY_GUI_LIGHTMethods in net.minecraft.client.resources.model that return UnbakedModel.GuiLightModifier and TypeMethodDescriptionstatic UnbakedModel.GuiLightResolvedModel.findTopGuiLight(ResolvedModel pModel) static UnbakedModel.GuiLightModelDiscovery.ModelWrapper.getTopGuiLight()default UnbakedModel.GuiLightResolvedModel.getTopGuiLight()default 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.neoforged.neoforge.client.model
Fields in net.neoforged.neoforge.client.model declared as UnbakedModel.GuiLightModifier and TypeFieldDescriptionprivate final UnbakedModel.GuiLightStandardModelParameters.guiLightThe field for theguiLightrecord component.Methods in net.neoforged.neoforge.client.model that return UnbakedModel.GuiLightModifier and TypeMethodDescription@Nullable UnbakedModel.GuiLightAbstractUnbakedModel.guiLight()@Nullable UnbakedModel.GuiLightDelegateUnbakedModel.guiLight()StandardModelParameters.guiLight()Returns the value of theguiLightrecord component.Constructors in net.neoforged.neoforge.client.model with parameters of type UnbakedModel.GuiLightModifierConstructorDescriptionStandardModelParameters(@Nullable ResourceLocation parent, TextureSlots.Data textures, @Nullable ItemTransforms itemTransforms, @Nullable Boolean ambientOcclusion, UnbakedModel.GuiLight guiLight, @Nullable Transformation rootTransform, RenderTypeGroup renderTypeGroup, Map<String, Boolean> partVisibility) Creates an instance of aStandardModelParametersrecord class. -
Uses of UnbakedModel.GuiLight in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as UnbakedModel.GuiLightModifier and TypeFieldDescription(package private) final UnbakedModel.GuiLightExtendedModelTemplate.guiLight(package private) UnbakedModel.GuiLightExtendedModelTemplateBuilder.guiLightMethods in net.neoforged.neoforge.client.model.generators.template with parameters of type UnbakedModel.GuiLightModifier and TypeMethodDescriptionExtendedModelTemplateBuilder.guiLight(UnbakedModel.GuiLight light) Sets the gui light style for this model.