Class ClientboundSetChunkCacheCenterPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSetChunkCacheCenterPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundSetChunkCacheCenterPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getX()
int
getZ()
void
handle
(ClientGamePacketListener p_133093_) void
write
(FriendlyByteBuf p_133096_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
x
private final int x -
z
private final int z
-
-
Constructor Details
-
ClientboundSetChunkCacheCenterPacket
public ClientboundSetChunkCacheCenterPacket(int p_133086_, int p_133087_) -
ClientboundSetChunkCacheCenterPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getX
public int getX() -
getZ
public int getZ()
-