Class PlayerSpawnPositionS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.PlayerSpawnPositionS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class PlayerSpawnPositionS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official yh
intermediary net/minecraft/class_2759
named net/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) float
getAngle()
getPos()
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
-
pos
- Mappings:
Namespace Name Mixin selector official a
Lyh;a:Lgt;
intermediary field_12615
Lnet/minecraft/class_2759;field_12615:Lnet/minecraft/class_2338;
named pos
Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;pos:Lnet/minecraft/util/math/BlockPos;
-
angle
private final float angle- Mappings:
Namespace Name Mixin selector official b
Lyh;b:F
intermediary field_26381
Lnet/minecraft/class_2759;field_26381:F
named angle
Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;angle:F
-
-
Constructor Details
-
PlayerSpawnPositionS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lyh;<init>(Lgt;F)V
intermediary <init>
Lnet/minecraft/class_2759;<init>(Lnet/minecraft/class_2338;F)V
named <init>
Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;<init>(Lnet/minecraft/util/math/BlockPos;F)V
-
PlayerSpawnPositionS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lyh;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2759;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
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
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lyh;a(Lve;)V
intermediary method_11869
Lnet/minecraft/class_2759;method_11869(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getPos
- Mappings:
Namespace Name Mixin selector official a
Lyh;a()Lgt;
intermediary method_11870
Lnet/minecraft/class_2759;method_11870()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;getPos()Lnet/minecraft/util/math/BlockPos;
-
getAngle
public float getAngle()- Mappings:
Namespace Name Mixin selector official c
Lyh;c()F
intermediary method_30732
Lnet/minecraft/class_2759;method_30732()F
named getAngle
Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;getAngle()F
-