Package net.minecraftforge.event.world
Class ChunkWatchEvent.UnWatch
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.event.world.ChunkWatchEvent
-
- net.minecraftforge.event.world.ChunkWatchEvent.UnWatch
-
- Enclosing class:
- ChunkWatchEvent
public static class ChunkWatchEvent.UnWatch extends ChunkWatchEvent
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
.
This event is notCancelable
.
This event does not have a result.Event.HasResult
This event is fired on theMinecraftForge#EVENT_BUS
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.event.world.ChunkWatchEvent
ChunkWatchEvent.UnWatch, ChunkWatchEvent.Watch
-
-
Constructor Summary
Constructors Constructor Description UnWatch(ServerPlayerEntity player, ChunkPos pos, ServerWorld world)
-
Method Summary
-
Methods inherited from class net.minecraftforge.event.world.ChunkWatchEvent
getPlayer, getPos, getWorld
-
-
-
-
Constructor Detail
-
UnWatch
public UnWatch(ServerPlayerEntity player, ChunkPos pos, ServerWorld world)
-
-