Uses of Interface
dev.wyck.environment.sounds.BukkitSoundEvent
Packages that use BukkitSoundEvent
-
Uses of BukkitSoundEvent in dev.wyck.environment.sounds
Methods in dev.wyck.environment.sounds that return BukkitSoundEventModifier and TypeMethodDescriptionstatic BukkitSoundEventBukkitSoundEvent.fixedRange(Sound sound, float range) Creates a new BukkitSoundEvent with a fixed range.static BukkitSoundEventSoundEvent.fixedRange(Sound sound, float range) Creates a new BukkitSoundEvent with a fixed range.static BukkitSoundEventBukkitSoundEvent.variableRange(Sound sound) Creates a new BukkitSoundEvent from aSound.static BukkitSoundEventSoundEvent.variableRange(Sound sound) Creates a new BukkitSoundEvent with a variable range.