net.minecraft.network.protocol.game

public class ClientboundSetDefaultSpawnPositionPacket

implements Packet<ClientGamePacketListener>

afz
net.minecraft.network.protocol.game.ClientboundSetDefaultSpawnPositionPacket
net.minecraft.class_2759
net.minecraft.network.packet.s2c.play.PlayerSpawnPositionS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutSpawnPosition

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ClientboundSetDefaultSpawnPositionPacket>
a
STREAM_CODEC
field_47977
CODEC
private final BlockPos
b
pos
field_12615
pos
private final float
c
angle
field_26381
angle

Constructor summary

ModifierConstructor
public (BlockPos pos, float angle)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(ws arg0)
write(FriendlyByteBuf arg0)
method_55924(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<ClientboundSetDefaultSpawnPositionPacket>
a()
type()
method_55846()
getPacketId()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11869(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public BlockPos
b()
getPos()
method_11870()
getPos()
public float
e()
getAngle()
method_30732()
getAngle()