Class ChunkWaypointInfo
java.lang.Object
com.github.retrooper.packetevents.protocol.world.waypoint.ChunkWaypointInfo
- All Implemented Interfaces:
WaypointInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.retrooper.packetevents.protocol.world.waypoint.WaypointInfo
WaypointInfo.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getType()
static ChunkWaypointInfo
read
(PacketWrapper<?> wrapper) static void
write
(PacketWrapper<?> wrapper, WaypointInfo info)
-
Constructor Details
-
ChunkWaypointInfo
public ChunkWaypointInfo(int chunkX, int chunkZ)
-
-
Method Details
-
read
-
write
-
getType
- Specified by:
getType
in interfaceWaypointInfo
-
getChunkX
public int getChunkX() -
getChunkZ
public int getChunkZ()
-