Class ChunkLoadDistanceS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.ChunkLoadDistanceS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official wzintermediary net/minecraft/class_4273named net/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidmethod_20205(ClientPlayPacketListener clientPlayPacketListener) voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
apply, isWritingErrorSkippable
-
Field Details
-
distance
private final int distance- Mappings:
Namespace Name Mixin selector official aLwz;a:Iintermediary field_19146Lnet/minecraft/class_4273;field_19146:Inamed distanceLnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;distance:I
-
-
Constructor Details
-
ChunkLoadDistanceS2CPacket
public ChunkLoadDistanceS2CPacket(int distance) - Mappings:
Namespace Name Mixin selector official <init>Lwz;<init>(I)Vintermediary <init>Lnet/minecraft/class_4273;<init>(I)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;<init>(I)V
-
ChunkLoadDistanceS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lwz;<init>(Lrt;)Vintermediary <init>Lnet/minecraft/class_4273;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLtx;a(Lrt;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
method_20205
- Mappings:
Namespace Name Mixin selector official aLwz;a(Lua;)Vintermediary method_20205Lnet/minecraft/class_4273;method_20205(Lnet/minecraft/class_2602;)Vnamed method_20205Lnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;method_20205(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getDistance
public int getDistance()- Mappings:
Namespace Name Mixin selector official bLwz;b()Iintermediary method_20206Lnet/minecraft/class_4273;method_20206()Inamed getDistanceLnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;getDistance()I
-