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 TypeMethodDescriptionnet.minecraft.world.level.block.state.BlockStatestate()The corresponding block state of the model that was loaded.
-
Method Details
-
state
net.minecraft.world.level.block.state.BlockState state()The corresponding block state of the model that was loaded.
-