Package devs.beer.nativepackets.api
Interface DefaultSpawnPositionPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of the world's default player spawn.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
hasDimension
boolean hasDimension() -
dimensionKey
-
x
int x() -
y
int y() -
z
int z() -
yaw
float yaw() -
hasPitch
boolean hasPitch() -
pitch
float pitch() -
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)
-