Class WrapperUnbakedModel
java.lang.Object
net.fabricmc.fabric.api.client.model.loading.v1.wrapper.WrapperUnbakedModel
- All Implemented Interfaces:
UnbakedModel
A simple implementation of
UnbakedModel
that delegates all method calls to the wrapped
field.
Implementations must set the wrapped
field somehow.-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.render.model.UnbakedModel
UnbakedModel.GuiLight
-
Field Summary
FieldsFields inherited from interface net.minecraft.client.render.model.UnbakedModel
PARTICLE_TEXTURE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Boolean
@Nullable Geometry
geometry()
@Nullable UnbakedModel.GuiLight
guiLight()
@Nullable Identifier
parent()
textures()
@Nullable ModelTransformation
-
Field Details
-
Constructor Details
-
Method Details
-
ambientOcclusion
- Specified by:
ambientOcclusion
in interfaceUnbakedModel
-
guiLight
- Specified by:
guiLight
in interfaceUnbakedModel
-
transformations
- Specified by:
transformations
in interfaceUnbakedModel
-
textures
- Specified by:
textures
in interfaceUnbakedModel
-
geometry
- Specified by:
geometry
in interfaceUnbakedModel
-
parent
- Specified by:
parent
in interfaceUnbakedModel
-