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 named net/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket
intermediary net/minecraft/class_4282
official afj
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final int
static final PacketCodec
<PacketByteBuf, ChunkRenderDistanceCenterS2CPacket> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
int
private 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, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_47975
Lnet/minecraft/class_4282;field_47975:Lnet/minecraft/class_9139;
official a
Lafj;a:Lzn;
-
chunkX
private final int chunkX- Mappings:
Namespace Name Mixin selector named chunkX
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;chunkX:I
intermediary field_19206
Lnet/minecraft/class_4282;field_19206:I
official b
Lafj;b:I
-
chunkZ
private final int chunkZ- Mappings:
Namespace Name Mixin selector named chunkZ
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;chunkZ:I
intermediary field_19207
Lnet/minecraft/class_4282;field_19207:I
official c
Lafj;c:I
-
-
Constructor Details
-
ChunkRenderDistanceCenterS2CPacket
public ChunkRenderDistanceCenterS2CPacket(int x, int z) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;<init>(II)V
intermediary <init>
Lnet/minecraft/class_4282;<init>(II)V
official <init>
Lafj;<init>(II)V
-
ChunkRenderDistanceCenterS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_4282;<init>(Lnet/minecraft/class_2540;)V
official <init>
Lafj;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55922
Lnet/minecraft/class_4282;method_55922(Lnet/minecraft/class_2540;)V
official a
Lafj;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
official a
Lzw;a()Lzy;
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
intermediary method_20321
Lnet/minecraft/class_4282;method_20321(Lnet/minecraft/class_2602;)V
official a
Lafj;a(Laci;)V
-
getChunkX
public int getChunkX()- Mappings:
Namespace Name Mixin selector named getChunkX
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;getChunkX()I
intermediary method_20322
Lnet/minecraft/class_4282;method_20322()I
official b
Lafj;b()I
-
getChunkZ
public int getChunkZ()- Mappings:
Namespace Name Mixin selector named getChunkZ
Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;getChunkZ()I
intermediary method_20323
Lnet/minecraft/class_4282;method_20323()I
official e
Lafj;e()I
-