Interface RotatedBlockProvider
- All Superinterfaces:
BlockStateProvider, Wrapper
Randomly rotates axially rotatable blocks, such as logs, chain.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic RotatedBlockProviderCreates a new rotated block provider.state()The block state.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
state
-
of
Creates a new rotated block provider.- Parameters:
state- the block state- Returns:
- a new rotated block provider
- Since:
- 3.0.0
-