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