Uses of Class
net.minecraftforge.event.world.ChunkWatchEvent

Packages that use ChunkWatchEvent
Package
Description
 
  • Uses of ChunkWatchEvent in net.minecraftforge.event.world

    Modifier and Type
    Class
    Description
    static class 
    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 net.minecraft.world.server.ChunkManager#setChunkLoadedAtClient.
    static class 
    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 net.minecraft.world.server.ChunkManager#setChunkLoadedAtClient.