IStaffItemUnbakedModel

@Environment(value = EnvType.CLIENT)
public interface IStaffItemUnbakedModel implements UnbakedModel(source)

An UnbakedModel of an item, which can be placed into a staff.

See also

Inheritors

Functions

Link copied to clipboard
public BakedModel bake(Baker baker, Function<SpriteIdentifier, Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId)

public abstract IStaffItemBakedModel bake(Baker baker, Function<SpriteIdentifier, Sprite> textureGetter, ModelBakeSettings rotationContainer, Identifier modelId, Transformation transformation)

Bakes the item model.

Inherited functions

Link copied to clipboard
Link copied to clipboard
public abstract Unit setParents(Function<Identifier, UnbakedModel> modelLoader)