public interface IChunkBlock
| Modifier and Type | Method and Description |
|---|---|
int |
blockRange()
Gets the block range.
|
default boolean |
isInRange(net.minecraft.util.math.BlockPos from,
net.minecraft.util.math.BlockPos to)
Checks if
BlockPos to is within range of from. |
int blockRange()
default boolean isInRange(net.minecraft.util.math.BlockPos from,
net.minecraft.util.math.BlockPos to)
BlockPos to is within range of from.from - the fromto - the to