Class TeleportConfirmC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.TeleportConfirmC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official aeuintermediary net/minecraft/class_2793named net/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9139<PacketByteBuf,TeleportConfirmC2SPacket> private final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intprivate voidmethod_55960(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
isWritingErrorSkippable, method_55943
-
Field Details
-
field_48174
- Mappings:
Namespace Name Mixin selector official aLaeu;a:Lxo;intermediary field_48174Lnet/minecraft/class_2793;field_48174:Lnet/minecraft/class_9139;named field_48174Lnet/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket;field_48174:Lnet/minecraft/class_9139;
-
teleportId
private final int teleportId- Mappings:
Namespace Name Mixin selector official bLaeu;b:Iintermediary field_12758Lnet/minecraft/class_2793;field_12758:Inamed teleportIdLnet/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket;teleportId:I
-
-
Constructor Details
-
TeleportConfirmC2SPacket
public TeleportConfirmC2SPacket(int teleportId) - Mappings:
Namespace Name Mixin selector official <init>Laeu;<init>(I)Vintermediary <init>Lnet/minecraft/class_2793;<init>(I)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket;<init>(I)V
-
TeleportConfirmC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Laeu;<init>(Luq;)Vintermediary <init>Lnet/minecraft/class_2793;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
method_55960
- Mappings:
Namespace Name Mixin selector official aLaeu;a(Luq;)Vintermediary method_55960Lnet/minecraft/class_2793;method_55960(Lnet/minecraft/class_2540;)Vnamed method_55960Lnet/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket;method_55960(Lnet/minecraft/network/PacketByteBuf;)V
-
method_55846
- Specified by:
method_55846in interfacePacket<ServerPlayPacketListener>- 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<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLaeu;a(Laes;)Vintermediary method_12085Lnet/minecraft/class_2793;method_12085(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getTeleportId
public int getTeleportId()- Mappings:
Namespace Name Mixin selector official bLaeu;b()Iintermediary method_12086Lnet/minecraft/class_2793;method_12086()Inamed getTeleportIdLnet/minecraft/network/packet/c2s/play/TeleportConfirmC2SPacket;getTeleportId()I
-