Package | Description |
---|---|
net.minecraftforge.event.world |
Modifier and Type | Class and Description |
---|---|
static class |
ChunkWatchEvent.UnWatch
ChunkWatchEvent.UnWatch is fired when an EntityPlayer stops watching a chunk.
This event is fired when a chunk is removed from the watched chunks of an EntityPlayer in ChunkManager.setChunkLoadedAtClient(net.minecraft.entity.player.ServerPlayerEntity, net.minecraft.util.math.ChunkPos, net.minecraft.network.IPacket<?>[], boolean, boolean) . |
static class |
ChunkWatchEvent.Watch
ChunkWatchEvent.Watch is fired when an EntityPlayer begins watching a chunk.
This event is fired when a chunk is added to the watched chunks of an EntityPlayer in ChunkManager.setChunkLoadedAtClient(net.minecraft.entity.player.ServerPlayerEntity, net.minecraft.util.math.ChunkPos, net.minecraft.network.IPacket<?>[], boolean, boolean) . |