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 Details
-
id
ModelIdentifier id()The identifier of the model that was loaded. -
state
BlockState state()The corresponding block state of the model that was loaded.
-