Class SpectatorTeleportC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.SpectatorTeleportC2SPacket
- All Implemented Interfaces:
 Packet<ServerPlayPacketListener>
- Mappings:
 Namespace Name named net/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacketintermediary net/minecraft/class_2884official aid
- 
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 named CODECLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48224Lnet/minecraft/class_2884;field_48224:Lnet/minecraft/class_9139;official aLaid;a:Lyx;
 - 
targetUuid
- Mappings:
 Namespace Name Mixin selector named targetUuidLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;targetUuid:Ljava/util/UUID;intermediary field_13129Lnet/minecraft/class_2884;field_13129:Ljava/util/UUID;official bLaid;b:Ljava/util/UUID;
 
 - 
 - 
Constructor Details
- 
SpectatorTeleportC2SPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;<init>(Ljava/util/UUID;)Vintermediary <init>Lnet/minecraft/class_2884;<init>(Ljava/util/UUID;)Vofficial <init>Laid;<init>(Ljava/util/UUID;)V
 - 
SpectatorTeleportC2SPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_2884;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Laid;<init>(Lvw;)V
 
 - 
 - 
Method Details
- 
write
- Mappings:
 Namespace Name Mixin selector named writeLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_56004Lnet/minecraft/class_2884;method_56004(Lnet/minecraft/class_2540;)Vofficial aLaid;a(Lvw;)V
 - 
getPacketId
- Specified by:
 getPacketIdin interfacePacket<ServerPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;official aLzg;a()Lzi;
 - 
apply
- Specified by:
 applyin interfacePacket<ServerPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)Vintermediary method_12542Lnet/minecraft/class_2884;method_12542(Lnet/minecraft/class_2792;)Vofficial aLaid;a(Lagi;)V
 - 
getTarget
- Mappings:
 Namespace Name Mixin selector named getTargetLnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;getTarget(Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/entity/Entity;intermediary method_12541Lnet/minecraft/class_2884;method_12541(Lnet/minecraft/class_3218;)Lnet/minecraft/class_1297;official aLaid;a(Laqu;)Lbsr;
 
 -