Uses of Class
de.marcely.bedwars.tools.VarSound
Packages that use VarSound
Package
Description
Contains classes that are related to the 
Arena.Classes related to the in game 
Spawners.Interfaces for different types of skins that can be applied to MBedwars packet holograms.
Various helper classes that can be used to make life a lot easier.
- 
Uses of VarSound in de.marcely.bedwars.api.arenaMethods in de.marcely.bedwars.api.arena with parameters of type VarSound
- 
Uses of VarSound in de.marcely.bedwars.api.game.spawnerMethods in de.marcely.bedwars.api.game.spawner that return VarSoundModifier and TypeMethodDescription@Nullable VarSoundDropType.getSpawnSound()The sound that should be played whenever it drops something.Methods in de.marcely.bedwars.api.game.spawner with parameters of type VarSoundModifier and TypeMethodDescriptionvoidDropType.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.skinMethods in de.marcely.bedwars.api.world.hologram.skin that return VarSoundModifier and TypeMethodDescription@Nullable VarSoundDamageableSkin.getDamageSound()Get the sound that will be played when it is being attacked.@Nullable VarSoundDamageableSkin.getDeathSound()Get the sound that will be played when it died.
- 
Uses of VarSound in de.marcely.bedwars.toolsMethods in de.marcely.bedwars.tools that return VarSoundModifier and TypeMethodDescriptionstatic VarSoundCreates a VarSound from a vanilla sound.static VarSoundVarSound.fromCustom(String name) Creates a VarSound from a custom sound.static VarSoundVarSound.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.