Interface ModelModifier.OnLoadBlock.Context

Enclosing interface:
ModelModifier.OnLoadBlock

@NonExtendable public static interface ModelModifier.OnLoadBlock.Context
The context for an on load block model modification event.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    The identifier of the model that was loaded.
    The corresponding block state of the model that was loaded.
  • Method Details

    • id

      The identifier of the model that was loaded.
    • state

      BlockState state()
      The corresponding block state of the model that was loaded.