Class WrapperBlockStateModel

java.lang.Object
net.fabricmc.fabric.api.client.model.loading.v1.wrapper.WrapperBlockStateModel
All Implemented Interfaces:
BlockStateModel

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