Class BlockSounds
-
- All Implemented Interfaces:
public final class BlockSounds
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BlockSounds.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static String
VANILLA_STONE_PLACE
public final static String
VANILLA_STONE_BREAK
public final static String
VANILLA_STONE_HIT
public final static String
VANILLA_STONE_STEP
public final static String
VANILLA_STONE_FALL
public final static String
VANILLA_WOOD_PLACE
public final static String
VANILLA_WOOD_BREAK
public final static String
VANILLA_WOOD_HIT
public final static String
VANILLA_WOOD_STEP
public final static String
VANILLA_WOOD_FALL
public final static Float
VANILLA_PLACE_VOLUME
public final static Float
VANILLA_PLACE_PITCH
public final static Float
VANILLA_BREAK_VOLUME
public final static Float
VANILLA_BREAK_PITCH
public final static Float
VANILLA_HIT_VOLUME
public final static Float
VANILLA_HIT_PITCH
public final static Float
VANILLA_STEP_VOLUME
public final static Float
VANILLA_STEP_PITCH
public final static Float
VANILLA_FALL_VOLUME
public final static Float
VANILLA_FALL_PITCH
public final static SoundRegistry
VANILLA_STONE_SOUND_REGISTRY
public final static SoundRegistry
VANILLA_WOOD_SOUND_REGISTRY
public final static SoundRegistry
NEXO_STONE_SOUND_REGISTRY
public final static SoundRegistry
NEXO_WOOD_SOUND_REGISTRY
private final String
placeSound
private final String
breakSound
private final String
stepSound
private final String
hitSound
private final String
fallSound
private final Float
placeVolume
private final Float
breakVolume
private final Float
stepVolume
private final Float
hitVolume
private final Float
fallVolume
private final Float
placePitch
private final Float
breakPitch
private final Float
stepPitch
private final Float
hitPitch
private final Float
fallPitch
public final static BlockSounds.Companion
Companion
-
Constructor Summary
Constructors Constructor Description BlockSounds(ConfigurationSection section)
-
Method Summary
Modifier and Type Method Description final String
getPlaceSound()
final String
getBreakSound()
final String
getStepSound()
final String
getHitSound()
final String
getFallSound()
final Float
getPlaceVolume()
final Float
getBreakVolume()
final Float
getStepVolume()
final Float
getHitVolume()
final Float
getFallVolume()
final Float
getPlacePitch()
final Float
getBreakPitch()
final Float
getStepPitch()
final Float
getHitPitch()
final Float
getFallPitch()
final Boolean
hasPlaceSound()
final Boolean
hasBreakSound()
final Boolean
hasStepSound()
final Boolean
hasHitSound()
final Boolean
hasFallSound()
-
-
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()
-
-
-
-