Interface BlockRuleSource
- All Superinterfaces:
RuleSource, SurfaceRule, Wrapper
Places the given block's default state at the surface.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionblock()The block to place.static BlockRuleSourceCreates a new block rule source.Methods inherited from interface RuleSource
whenMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
block
-
of
Creates a new block rule source.- Parameters:
block- the block to place- Returns:
- the block rule source
- Since:
- 3.0.0
-