Interface AlterGroundDecorator
- All Superinterfaces:
TreeDecorator, Wrapper
Replaces blocks in the
#minecraft:dirt tag around the tree with different blocks.- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic AlterGroundDecoratorof(BlockStateProvider provider) Creates a new alter ground decorator.provider()A rule-based block state provider defining how to replace the ground.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
provider
A rule-based block state provider defining how to replace the ground.- Returns:
- the block state provider
- Since:
- 3.0.0
-
of
Creates a new alter ground decorator.- Parameters:
provider- a rule-based block state provider defining how to replace the ground- Returns:
- a new alter ground decorator
- Since:
- 3.0.0
-