Class BlockSounds
-
- All Implemented Interfaces:
public final class BlockSounds
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBlockSounds.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static StringVANILLA_STONE_PLACEpublic final static StringVANILLA_STONE_BREAKpublic final static StringVANILLA_STONE_HITpublic final static StringVANILLA_STONE_STEPpublic final static StringVANILLA_STONE_FALLpublic final static StringVANILLA_WOOD_PLACEpublic final static StringVANILLA_WOOD_BREAKpublic final static StringVANILLA_WOOD_HITpublic final static StringVANILLA_WOOD_STEPpublic final static StringVANILLA_WOOD_FALLpublic final static FloatVANILLA_PLACE_VOLUMEpublic final static FloatVANILLA_PLACE_PITCHpublic final static FloatVANILLA_BREAK_VOLUMEpublic final static FloatVANILLA_BREAK_PITCHpublic final static FloatVANILLA_HIT_VOLUMEpublic final static FloatVANILLA_HIT_PITCHpublic final static FloatVANILLA_STEP_VOLUMEpublic final static FloatVANILLA_STEP_PITCHpublic final static FloatVANILLA_FALL_VOLUMEpublic final static FloatVANILLA_FALL_PITCHpublic final static SoundRegistryVANILLA_STONE_SOUND_REGISTRYpublic final static SoundRegistryVANILLA_WOOD_SOUND_REGISTRYpublic final static SoundRegistryNEXO_STONE_SOUND_REGISTRYpublic final static SoundRegistryNEXO_WOOD_SOUND_REGISTRYprivate final StringplaceSoundprivate final StringbreakSoundprivate final StringstepSoundprivate final StringhitSoundprivate final StringfallSoundprivate final FloatplaceVolumeprivate final FloatbreakVolumeprivate final FloatstepVolumeprivate final FloathitVolumeprivate final FloatfallVolumeprivate final FloatplacePitchprivate final FloatbreakPitchprivate final FloatstepPitchprivate final FloathitPitchprivate final FloatfallPitchpublic final static BlockSounds.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description BlockSounds(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final StringgetPlaceSound()final StringgetBreakSound()final StringgetStepSound()final StringgetHitSound()final StringgetFallSound()final FloatgetPlaceVolume()final FloatgetBreakVolume()final FloatgetStepVolume()final FloatgetHitVolume()final FloatgetFallVolume()final FloatgetPlacePitch()final FloatgetBreakPitch()final FloatgetStepPitch()final FloatgetHitPitch()final FloatgetFallPitch()final BooleanhasPlaceSound()final BooleanhasBreakSound()final BooleanhasStepSound()final BooleanhasHitSound()final BooleanhasFallSound()-
-
Method Detail
-
getPlaceSound
final String getPlaceSound()
-
getBreakSound
final String getBreakSound()
-
getStepSound
final String getStepSound()
-
getHitSound
final String getHitSound()
-
getFallSound
final String getFallSound()
-
getPlaceVolume
final Float getPlaceVolume()
-
getBreakVolume
final Float getBreakVolume()
-
getStepVolume
final Float getStepVolume()
-
getHitVolume
final Float getHitVolume()
-
getFallVolume
final Float getFallVolume()
-
getPlacePitch
final Float getPlacePitch()
-
getBreakPitch
final Float getBreakPitch()
-
getStepPitch
final Float getStepPitch()
-
getHitPitch
final Float getHitPitch()
-
getFallPitch
final Float getFallPitch()
-
hasPlaceSound
final Boolean hasPlaceSound()
-
hasBreakSound
final Boolean hasBreakSound()
-
hasStepSound
final Boolean hasStepSound()
-
hasHitSound
final Boolean hasHitSound()
-
hasFallSound
final Boolean hasFallSound()
-
-
-
-