Interface ModelModifier.BeforeBakeItem.Context
- Enclosing interface:
ModelModifier.BeforeBakeItem
@NonExtendable
public static interface ModelModifier.BeforeBakeItem.Context
The context for a before bake item model modification event.
-
Method Summary
Modifier and TypeMethodDescriptionThe vanilla context being used to bake this model.itemId()
The corresponding item ID of the model being baked.
-
Method Details
-
itemId
Identifier itemId()The corresponding item ID of the model being baked. -
bakeContext
ItemModel.BakeContext bakeContext()The vanilla context being used to bake this model.
-