Class SelectAdvancementTabS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.SelectAdvancementTabS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class SelectAdvancementTabS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official xv
intermediary net/minecraft/class_2729
named net/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) getTabId()
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
-
tabId
- Mappings:
Namespace Name Mixin selector official a
Lxv;a:Ladd;
intermediary field_12440
Lnet/minecraft/class_2729;field_12440:Lnet/minecraft/class_2960;
named tabId
Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;tabId:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
SelectAdvancementTabS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lxv;<init>(Ladd;)V
intermediary <init>
Lnet/minecraft/class_2729;<init>(Lnet/minecraft/class_2960;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;<init>(Lnet/minecraft/util/Identifier;)V
-
SelectAdvancementTabS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lxv;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2729;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lxv;a(Lve;)V
intermediary method_11794
Lnet/minecraft/class_2729;method_11794(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
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
-
getTabId
- Mappings:
Namespace Name Mixin selector official a
Lxv;a()Ladd;
intermediary method_11793
Lnet/minecraft/class_2729;method_11793()Lnet/minecraft/class_2960;
named getTabId
Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;getTabId()Lnet/minecraft/util/Identifier;
-