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.arena
Methods in de.marcely.bedwars.api.arena with parameters of type VarSound -
Uses of VarSound in de.marcely.bedwars.api.game.spawner
Methods in de.marcely.bedwars.api.game.spawner that return VarSoundModifier and TypeMethodDescription@Nullable VarSound
DropType.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 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
Methods in de.marcely.bedwars.api.world.hologram.skin that return VarSoundModifier 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
Methods in de.marcely.bedwars.tools that return VarSoundModifier 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.