Class QueryBlockNbtC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.QueryBlockNbtC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket
intermediary net/minecraft/class_2795
official agz
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, QueryBlockNbtC2SPacket> private final BlockPos
private final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) getPos()
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/c2s/play/QueryBlockNbtC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48175
Lnet/minecraft/class_2795;field_48175:Lnet/minecraft/class_9139;
official a
Lagz;a:Lzn;
-
transactionId
private final int transactionId- Mappings:
Namespace Name Mixin selector named transactionId
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;transactionId:I
intermediary field_12762
Lnet/minecraft/class_2795;field_12762:I
official b
Lagz;b:I
-
pos
- Mappings:
Namespace Name Mixin selector named pos
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;pos:Lnet/minecraft/util/math/BlockPos;
intermediary field_12763
Lnet/minecraft/class_2795;field_12763:Lnet/minecraft/class_2338;
official c
Lagz;c:Liz;
-
-
Constructor Details
-
QueryBlockNbtC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;<init>(ILnet/minecraft/util/math/BlockPos;)V
intermediary <init>
Lnet/minecraft/class_2795;<init>(ILnet/minecraft/class_2338;)V
official <init>
Lagz;<init>(ILiz;)V
-
QueryBlockNbtC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2795;<init>(Lnet/minecraft/class_2540;)V
official <init>
Lagz;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55961
Lnet/minecraft/class_2795;method_55961(Lnet/minecraft/class_2540;)V
official a
Lagz;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerPlayPacketListener>
- 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<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
intermediary method_12095
Lnet/minecraft/class_2795;method_12095(Lnet/minecraft/class_2792;)V
official a
Lagz;a(Lagw;)V
-
getTransactionId
public int getTransactionId()- Mappings:
Namespace Name Mixin selector named getTransactionId
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;getTransactionId()I
intermediary method_12096
Lnet/minecraft/class_2795;method_12096()I
official b
Lagz;b()I
-
getPos
- Mappings:
Namespace Name Mixin selector named getPos
Lnet/minecraft/network/packet/c2s/play/QueryBlockNbtC2SPacket;getPos()Lnet/minecraft/util/math/BlockPos;
intermediary method_12094
Lnet/minecraft/class_2795;method_12094()Lnet/minecraft/class_2338;
official e
Lagz;e()Liz;
-