Class SUpdateViewDistancePacket
java.lang.Object
net.minecraft.network.play.server.SUpdateViewDistancePacket
- All Implemented Interfaces:
- IPacket<IClientPlayNetHandler>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidhandle(IClientPlayNetHandler p_148833_1_) voidread(PacketBuffer p_148837_1_) voidwrite(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.IPacketisSkippable
- 
Field Details- 
radiusprivate int radius
 
- 
- 
Constructor Details- 
SUpdateViewDistancePacketpublic SUpdateViewDistancePacket()
- 
SUpdateViewDistancePacketpublic SUpdateViewDistancePacket(int p_i50765_1_) 
 
- 
- 
Method Details- 
read- Specified by:
- readin interface- IPacket<IClientPlayNetHandler>
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- IPacket<IClientPlayNetHandler>
- Throws:
- IOException
 
- 
handle- Specified by:
- handlein interface- IPacket<IClientPlayNetHandler>
 
- 
getRadiuspublic int getRadius()
 
-