Class SpectatorTeleportC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.SpectatorTeleportC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official agtintermediary net/minecraft/class_2884named net/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, SpectatorTeleportC2SPacket> private final UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) getTarget(ServerWorld world) 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
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLagt;a:Lxs;intermediary field_48224Lnet/minecraft/class_2884;field_48224:Lnet/minecraft/class_9139;named CODECLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
targetUuid
- Mappings:
Namespace Name Mixin selector official bLagt;b:Ljava/util/UUID;intermediary field_13129Lnet/minecraft/class_2884;field_13129:Ljava/util/UUID;named targetUuidLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;targetUuid:Ljava/util/UUID;
-
-
Constructor Details
-
SpectatorTeleportC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lagt;<init>(Ljava/util/UUID;)Vintermediary <init>Lnet/minecraft/class_2884;<init>(Ljava/util/UUID;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;<init>(Ljava/util/UUID;)V
-
SpectatorTeleportC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lagt;<init>(Luu;)Vintermediary <init>Lnet/minecraft/class_2884;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector official aLagt;a(Luu;)Vintermediary method_56004Lnet/minecraft/class_2884;method_56004(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketIdin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLyb;a()Lyd;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLagt;a(Laez;)Vintermediary method_12542Lnet/minecraft/class_2884;method_12542(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getTarget
- Mappings:
Namespace Name Mixin selector official aLagt;a(Lapf;)Lbox;intermediary method_12541Lnet/minecraft/class_2884;method_12541(Lnet/minecraft/class_3218;)Lnet/minecraft/class_1297;named getTargetLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;getTarget(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/entity/Entity;
-