public class PlaySoundAtEntityEvent extends EntityEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
float |
pitch |
float |
volume |
entity
Constructor and Description |
---|
PlaySoundAtEntityEvent(Entity entity,
java.lang.String name,
float volume,
float pitch) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult, setup
public java.lang.String name
public final float volume
public final float pitch
public PlaySoundAtEntityEvent(Entity entity, java.lang.String name, float volume, float pitch)