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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintvoidhandle(ClientGamePacketListener p_133107_) voidwrite(FriendlyByteBuf p_133110_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 writein interfacePacket<ClientGamePacketListener>
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
getRadius
public int getRadius() 
 -