Class ChunkRenderDistanceCenterS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.ChunkRenderDistanceCenterS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class ChunkRenderDistanceCenterS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official yf
intermediary net/minecraft/class_4282
named net/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
int
void
write
(PacketByteBuf buf) 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.packet.Packet
isWritingErrorSkippable
-
Field Details
-
chunkX
private final int chunkX- Mappings:
Namespace Name Mixin selector official a
Lyf;a:I
intermediary field_19206
Lnet/minecraft/class_4282;field_19206:I
named chunkX
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;chunkX:I
-
chunkZ
private final int chunkZ- Mappings:
Namespace Name Mixin selector official b
Lyf;b:I
intermediary field_19207
Lnet/minecraft/class_4282;field_19207:I
named chunkZ
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;chunkZ:I
-
-
Constructor Details
-
ChunkRenderDistanceCenterS2CPacket
public ChunkRenderDistanceCenterS2CPacket(int x, int z) - Mappings:
Namespace Name Mixin selector official <init>
Lyf;<init>(II)V
intermediary <init>
Lnet/minecraft/class_4282;<init>(II)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;<init>(II)V
-
ChunkRenderDistanceCenterS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lyf;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_4282;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lyf;a(Lve;)V
intermediary method_20321
Lnet/minecraft/class_4282;method_20321(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getChunkX
public int getChunkX()- Mappings:
Namespace Name Mixin selector official a
Lyf;a()I
intermediary method_20322
Lnet/minecraft/class_4282;method_20322()I
named getChunkX
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;getChunkX()I
-
getChunkZ
public int getChunkZ()- Mappings:
Namespace Name Mixin selector official c
Lyf;c()I
intermediary method_20323
Lnet/minecraft/class_4282;method_20323()I
named getChunkZ
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;getChunkZ()I
-