Class WrapperGroupableModel
java.lang.Object
net.fabricmc.fabric.api.client.model.loading.v1.WrapperGroupableModel
- All Implemented Interfaces:
GroupableModel
,ResolvableModel
A simple implementation of
GroupableModel
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.ResolvableModel
ResolvableModel.Resolver
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEqualityGroup
(BlockState state) void
resolve
(ResolvableModel.Resolver resolver)
-
Field Details
-
wrapped
-
-
Constructor Details
-
WrapperGroupableModel
protected WrapperGroupableModel() -
WrapperGroupableModel
-
-
Method Details
-
resolve
- Specified by:
resolve
in interfaceResolvableModel
-
bake
- Specified by:
bake
in interfaceGroupableModel
-
getEqualityGroup
- Specified by:
getEqualityGroup
in interfaceGroupableModel
-