Class NbtQueryResponseS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.NbtQueryResponseS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official aeeintermediary net/minecraft/class_2774named net/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9139<PacketByteBuf,NbtQueryResponseS2CPacket> private final @Nullable NbtCompoundprivate final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionNbtQueryResponseS2CPacket(int transactionId, @Nullable NbtCompound nbt) private -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) getNbt()intbooleanReturns whether a throwable in writing of this packet allows the connection to simply skip the packet's sending than disconnecting.private voidmethod_55947(PacketByteBuf packetByteBuf) 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
method_55943
-
Field Details
-
field_48002
- Mappings:
Namespace Name Mixin selector official aLaee;a:Lxo;intermediary field_48002Lnet/minecraft/class_2774;field_48002:Lnet/minecraft/class_9139;named field_48002Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;field_48002:Lnet/minecraft/class_9139;
-
transactionId
private final int transactionId- Mappings:
Namespace Name Mixin selector official bLaee;b:Iintermediary field_12691Lnet/minecraft/class_2774;field_12691:Inamed transactionIdLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;transactionId:I
-
nbt
- Mappings:
Namespace Name Mixin selector official cLaee;c:Lsw;intermediary field_12690Lnet/minecraft/class_2774;field_12690:Lnet/minecraft/class_2487;named nbtLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;nbt:Lnet/minecraft/nbt/NbtCompound;
-
-
Constructor Details
-
NbtQueryResponseS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Laee;<init>(ILsw;)Vintermediary <init>Lnet/minecraft/class_2774;<init>(ILnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;<init>(ILnet/minecraft/nbt/NbtCompound;)V
-
NbtQueryResponseS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Laee;<init>(Luq;)Vintermediary <init>Lnet/minecraft/class_2774;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
method_55947
- Mappings:
Namespace Name Mixin selector official aLaee;a(Luq;)Vintermediary method_55947Lnet/minecraft/class_2774;method_55947(Lnet/minecraft/class_2540;)Vnamed method_55947Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;method_55947(Lnet/minecraft/network/PacketByteBuf;)V
-
method_55846
- Specified by:
method_55846in interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLxx;a()Lxz;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named method_55846Lnet/minecraft/network/packet/Packet;method_55846()Lnet/minecraft/class_9145;
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLaee;a(Laag;)Vintermediary method_11909Lnet/minecraft/class_2774;method_11909(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getTransactionId
public int getTransactionId()- Mappings:
Namespace Name Mixin selector official bLaee;b()Iintermediary method_11910Lnet/minecraft/class_2774;method_11910()Inamed getTransactionIdLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;getTransactionId()I
-
getNbt
- Mappings:
Namespace Name Mixin selector official eLaee;e()Lsw;intermediary method_11911Lnet/minecraft/class_2774;method_11911()Lnet/minecraft/class_2487;named getNbtLnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;getNbt()Lnet/minecraft/nbt/NbtCompound;
-
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 official cLxx;c()Zintermediary method_11051Lnet/minecraft/class_2596;method_11051()Znamed isWritingErrorSkippableLnet/minecraft/network/packet/Packet;isWritingErrorSkippable()Z
-