Interface ModelModifier.AfterBakeItem.Context
- Enclosing interface:
ModelModifier.AfterBakeItem
@NonExtendable
public static interface ModelModifier.AfterBakeItem.Context
The context for an after 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.The unbaked model that is being baked.
-
Method Details
-
itemId
Identifier itemId()The corresponding item ID of the model being baked. -
sourceModel
ItemModel.Unbaked sourceModel()The unbaked model that is being baked. -
bakeContext
ItemModel.BakeContext bakeContext()The vanilla context being used to bake this model.
-