Uses of Enum Class
io.github.thebusybiscuit.slimefun4.core.services.sounds.SoundEffect
Packages that use SoundEffect
Package
Description
This package holds classes related to the
SoundService
.This package contains implementations of
SlimefunItem
that are
related to armor, such as the expandable
SlimefunArmorPiece
class for example.-
Uses of SoundEffect in io.github.thebusybiscuit.slimefun4.core.services.sounds
Methods in io.github.thebusybiscuit.slimefun4.core.services.sounds that return SoundEffectModifier and TypeMethodDescriptionstatic SoundEffect
Returns the enum constant of this class with the specified name.static SoundEffect[]
SoundEffect.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.thebusybiscuit.slimefun4.core.services.sounds with parameters of type SoundEffectModifier and TypeMethodDescriptionSoundService.getConfiguration
(SoundEffect sound) This returns the currently used (immutable)SoundConfiguration
for the givenSoundEffect
. -
Uses of SoundEffect in io.github.thebusybiscuit.slimefun4.implementation.items.armor
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.armor that return SoundEffectModifier and TypeMethodDescriptionLongFallBoots.getSoundEffect()
This returns theSoundEffect
that is played upon landing with these boots.Constructors in io.github.thebusybiscuit.slimefun4.implementation.items.armor with parameters of type SoundEffectModifierConstructorDescriptionLongFallBoots
(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, org.bukkit.inventory.ItemStack[] recipe, org.bukkit.potion.PotionEffect[] effects, SoundEffect soundEffect)