public class ChunkListener extends java.lang.Object implements IChunkBlockHandler
| Constructor and Description |
|---|
ChunkListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
updateCoordinates(net.minecraft.world.chunk.Chunk chunk,
net.minecraft.util.BlockPos pos,
net.minecraft.block.state.IBlockState oldState,
net.minecraft.block.state.IBlockState newState) |
public boolean updateCoordinates(net.minecraft.world.chunk.Chunk chunk,
net.minecraft.util.BlockPos pos,
net.minecraft.block.state.IBlockState oldState,
net.minecraft.block.state.IBlockState newState)
updateCoordinates in interface IChunkBlockHandler