Uses of Class
de.marcely.bedwars.tools.VarSound
Package
Description
-
Uses of VarSound in de.marcely.bedwars.api.arena
-
Uses of VarSound in de.marcely.bedwars.api.game.spawner
Modifier and TypeMethodDescription@Nullable VarSound
DropType.getSpawnSound()
The sound that should be played whenever it drops something.Modifier and TypeMethodDescriptionvoid
DropType.setSpawnSound
(@Nullable VarSound sound) Set the sound that it should play whenever it drops something. -
Uses of VarSound in de.marcely.bedwars.api.world.hologram.skin
Modifier and TypeMethodDescription@Nullable VarSound
DamageableSkin.getDamageSound()
Get the sound that will be played when it is being attacked.@Nullable VarSound
DamageableSkin.getDeathSound()
Get the sound that will be played when it died. -
Uses of VarSound in de.marcely.bedwars.tools
Modifier and TypeMethodDescriptionstatic VarSound
Creates a VarSound from a vanilla sound.static VarSound
VarSound.fromCustom
(String name) Creates a VarSound from a custom sound.static VarSound
VarSound.parse
(ConfigurationSection config) Parses a sound from aConfigurationSection
.VarSound.setActive
(boolean active) Sets whether this sound is active.VarSound.setPitch
(float pitch) Sets the pitch of the sound.VarSound.setVolume
(float volume) Sets the volume of the sound.