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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidhandle(ClientGamePacketListener p_133107_) voidwrite(FriendlyByteBuf p_133110_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
radiusprivate final int radius
 
- 
- 
Constructor Details- 
ClientboundSetChunkCacheRadiusPacketpublic ClientboundSetChunkCacheRadiusPacket(int p_133101_) 
- 
ClientboundSetChunkCacheRadiusPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getRadiuspublic int getRadius()
 
-