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 Geometrygeometry()@Nullable UnbakedModel.GuiLightguiLight()@Nullable Identifierparent()textures()@Nullable ModelTransformation
-
Field Details
-
wrapped
-
-
Constructor Details
-
WrapperUnbakedModel
protected WrapperUnbakedModel() -
WrapperUnbakedModel
-
-
Method Details
-
ambientOcclusion
- Specified by:
ambientOcclusionin interfaceUnbakedModel
-
guiLight
- Specified by:
guiLightin interfaceUnbakedModel
-
transformations
- Specified by:
transformationsin interfaceUnbakedModel
-
textures
- Specified by:
texturesin interfaceUnbakedModel
-
geometry
- Specified by:
geometryin interfaceUnbakedModel
-
parent
- Specified by:
parentin interfaceUnbakedModel
-