Class NbtQueryResponseS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.NbtQueryResponseS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacketintermediary net/minecraft/class_2774official agn
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, NbtQueryResponseS2CPacket> private final @Nullable NbtCompoundprivate final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionNbtQueryResponseS2CPacket(int transactionId, @Nullable NbtCompound nbt) private -
Method Summary
Modifier and TypeMethodDescriptiongetNbt()intbooleanReturns whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting.voidmethod_65081(ClientPlayPacketListener clientPlayPacketListener) private 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.Packet
transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48002Lnet/minecraft/class_2774;field_48002:Lnet/minecraft/class_9139;official aLagn;a:Lzi;
-
transactionId
private final int transactionId- Mappings:
Namespace Name Mixin selector named transactionIdLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;transactionId:Iintermediary field_12691Lnet/minecraft/class_2774;field_12691:Iofficial bLagn;b:I
-
nbt
- Mappings:
Namespace Name Mixin selector named nbtLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;nbt:Lnet/minecraft/nbt/NbtCompound;intermediary field_12690Lnet/minecraft/class_2774;field_12690:Lnet/minecraft/class_2487;official cLagn;c:Lum;
-
-
Constructor Details
-
NbtQueryResponseS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;<init>(ILnet/minecraft/nbt/NbtCompound;)Vintermediary <init>Lnet/minecraft/class_2774;<init>(ILnet/minecraft/class_2487;)Vofficial <init>Lagn;<init>(ILum;)V
-
NbtQueryResponseS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_2774;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lagn;<init>(Lwh;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_55947Lnet/minecraft/class_2774;method_55947(Lnet/minecraft/class_2540;)Vofficial aLagn;a(Lwh;)V
-
method_65080
- Specified by:
method_65080in interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector named method_65080Lnet/minecraft/network/packet/Packet;method_65080()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzr;a()Lzt;
-
method_65081
- Specified by:
method_65081in interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector named method_65081Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;method_65081(Lnet/minecraft/network/listener/ClientPlayPacketListener;)Vintermediary method_11909Lnet/minecraft/class_2774;method_11909(Lnet/minecraft/class_2602;)Vofficial aLagn;a(Lacg;)V
-
getTransactionId
public int getTransactionId()- Mappings:
Namespace Name Mixin selector named getTransactionIdLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;getTransactionId()Iintermediary method_11910Lnet/minecraft/class_2774;method_11910()Iofficial bLagn;b()I
-
getNbt
- Mappings:
Namespace Name Mixin selector named getNbtLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;getNbt()Lnet/minecraft/nbt/NbtCompound;intermediary method_11911Lnet/minecraft/class_2774;method_11911()Lnet/minecraft/class_2487;official eLagn;e()Lum;
-
isWritingErrorSkippable
public boolean isWritingErrorSkippable()Returns whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting.- Specified by:
isWritingErrorSkippablein interfacePacket<ClientPlayPacketListener>- Returns:
- whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting
- Mappings:
Namespace Name Mixin selector named isWritingErrorSkippableLnet/minecraft/network/packet/Packet;isWritingErrorSkippable()Zintermediary method_11051Lnet/minecraft/class_2596;method_11051()Zofficial cLzr;c()Z
-