public interface ITurtlePermissionProvider
Modifier and Type | Method and Description |
---|---|
boolean |
isBlockEditable(World world,
BlockPos pos)
Determine whether a block can be modified by a turtle.
|
boolean |
isBlockEnterable(World world,
BlockPos pos)
Determine whether a block can be entered by a turtle.
|
boolean isBlockEnterable(World world, BlockPos pos)
world
- The world the block exists inpos
- The location of the block.boolean isBlockEditable(World world, BlockPos pos)
world
- The world the block exists inpos
- The location of the block.