public class SoundType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SoundType |
ANVIL |
static SoundType |
BAMBOO |
static SoundType |
BAMBOO_SAPLING |
private SoundEvent |
breakSound |
static SoundType |
CLOTH |
static SoundType |
CORAL |
static SoundType |
CROP |
private SoundEvent |
fallSound |
static SoundType |
field_226947_m_ |
static SoundType |
GLASS |
static SoundType |
GROUND |
private SoundEvent |
hitSound |
static SoundType |
LADDER |
static SoundType |
LANTERN |
static SoundType |
METAL |
static SoundType |
NETHER_WART |
float |
pitch |
private SoundEvent |
placeSound |
static SoundType |
PLANT |
static SoundType |
SAND |
static SoundType |
SCAFFOLDING |
static SoundType |
SLIME |
static SoundType |
SNOW |
static SoundType |
STEM |
private SoundEvent |
stepSound |
static SoundType |
STONE |
static SoundType |
SWEET_BERRY_BUSH |
float |
volume |
static SoundType |
WET_GRASS |
static SoundType |
WOOD |
Constructor and Description |
---|
SoundType(float volumeIn,
float pitchIn,
SoundEvent breakSoundIn,
SoundEvent stepSoundIn,
SoundEvent placeSoundIn,
SoundEvent hitSoundIn,
SoundEvent fallSoundIn) |
Modifier and Type | Method and Description |
---|---|
SoundEvent |
getBreakSound() |
SoundEvent |
getFallSound() |
SoundEvent |
getHitSound() |
float |
getPitch() |
SoundEvent |
getPlaceSound() |
SoundEvent |
getStepSound() |
float |
getVolume() |
public static final SoundType WOOD
public static final SoundType GROUND
public static final SoundType PLANT
public static final SoundType STONE
public static final SoundType METAL
public static final SoundType GLASS
public static final SoundType CLOTH
public static final SoundType SAND
public static final SoundType SNOW
public static final SoundType LADDER
public static final SoundType ANVIL
public static final SoundType SLIME
public static final SoundType field_226947_m_
public static final SoundType WET_GRASS
public static final SoundType CORAL
public static final SoundType BAMBOO
public static final SoundType BAMBOO_SAPLING
public static final SoundType SCAFFOLDING
public static final SoundType SWEET_BERRY_BUSH
public static final SoundType CROP
public static final SoundType STEM
public static final SoundType NETHER_WART
public static final SoundType LANTERN
public final float volume
public final float pitch
private final SoundEvent breakSound
private final SoundEvent stepSound
private final SoundEvent placeSound
private final SoundEvent hitSound
private final SoundEvent fallSound
public SoundType(float volumeIn, float pitchIn, SoundEvent breakSoundIn, SoundEvent stepSoundIn, SoundEvent placeSoundIn, SoundEvent hitSoundIn, SoundEvent fallSoundIn)
public float getVolume()
public float getPitch()
public SoundEvent getBreakSound()
public SoundEvent getStepSound()
public SoundEvent getPlaceSound()
public SoundEvent getHitSound()
public SoundEvent getFallSound()