Class ClientboundSetChunkCacheRadiusPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSetChunkCacheRadiusPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundSetChunkCacheRadiusPacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
handle
(ClientGamePacketListener p_133107_) void
write
(FriendlyByteBuf p_133110_) 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, nextProtocol
-
Field Details
-
radius
private final int radius
-
-
Constructor Details
-
ClientboundSetChunkCacheRadiusPacket
public ClientboundSetChunkCacheRadiusPacket(int p_133101_) -
ClientboundSetChunkCacheRadiusPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getRadius
public int getRadius()
-