Package devs.beer.nativepackets.api
Interface SoundEntityPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound entity-attached sound packet.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
sound
NativeSound sound() -
source
NativeSoundSource source() -
entityId
int entityId() -
volume
float volume() -
pitch
float pitch() -
seed
long seed() -
sound
-
source
-
entityId
void entityId(int entityId) -
volume
void volume(float volume) -
pitch
void pitch(float pitch) -
seed
void seed(long seed)
-