Package devs.beer.nativepackets.api
Interface SoundPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a positional clientbound sound.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
sound
NativeValue sound() -
category
NativeValue category() -
x
double x() -
y
double y() -
z
double z() -
volume
float volume() -
pitch
float pitch() -
seed
long seed() -
position
void position(double x, double y, double z) -
volume
void volume(float volume) -
pitch
void pitch(float pitch)
-