Interface ModelModifier.AfterBakeBlock.Context
- Enclosing interface:
ModelModifier.AfterBakeBlock
@NonExtendable
public static interface ModelModifier.AfterBakeBlock.Context
The context for an after bake block model modification event.
-
Method Details
-
state
BlockState state()The corresponding block state of the model being baked. -
sourceModel
BlockStateModel.UnbakedGrouped sourceModel()The unbaked model that is being baked. -
baker
Baker baker()The baker being used to bake this model. It can be used to get resolved models and get sprites. Note that retrieving a model which was not previously discovered will log a warning and return the missing model.
-