Interface ModelModifier.BeforeBakeBlock.Context

Enclosing interface:
ModelModifier.BeforeBakeBlock

@NonExtendable public static interface ModelModifier.BeforeBakeBlock.Context
The context for a before bake block model modification event.
  • Method Summary

    Modifier and Type
    Method
    Description
    The baker being used to bake this model.
    id()
    The identifier of the model being baked.
  • Method Details

    • id

      The identifier of the model being baked.
    • baker

      Baker baker()
      The baker being used to bake this model. It can be used to bake models and get sprites. Note that baking a model which was not previously resolved will log a warning and return the missing model.