Class WrapperBakedItemModel

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

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