Interface DefaultSpawnPositionPacketView

All Superinterfaces:
PacketView

public interface DefaultSpawnPositionPacketView extends PacketView
Lazy copy-on-write view of the world's default player spawn.
  • Method Details

    • hasDimension

      boolean hasDimension()
    • dimensionKey

      @Nullable String dimensionKey()
    • x

      int x()
    • y

      int y()
    • z

      int z()
    • yaw

      float yaw()
    • hasPitch

      boolean hasPitch()
    • pitch

      float pitch()
    • dimensionKey

      void dimensionKey(@Nullable String dimensionKey)
    • x

      void x(int x)
    • y

      void y(int y)
    • z

      void z(int z)
    • yaw

      void yaw(float yaw)
    • pitch

      void pitch(float pitch)