Uses of Class
net.minecraftforge.event.world.ChunkWatchEvent
-
Packages that use ChunkWatchEvent Package Description net.minecraftforge.event.world -
-
Uses of ChunkWatchEvent in net.minecraftforge.event.world
Subclasses of ChunkWatchEvent in net.minecraftforge.event.world Modifier and Type Class 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 innet.minecraft.world.server.ChunkManager#setChunkLoadedAtClient
.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 innet.minecraft.world.server.ChunkManager#setChunkLoadedAtClient
.
-