Class WrapperGroupableModel

java.lang.Object
net.fabricmc.fabric.api.client.model.loading.v1.WrapperGroupableModel
All Implemented Interfaces:
GroupableModel, ResolvableModel

public abstract class WrapperGroupableModel extends Object implements GroupableModel
A simple implementation of GroupableModel that delegates all method calls to the wrapped field. Implementations must set the wrapped field somehow.