public class SoundType
extends java.lang.Object
修飾子とタイプ | フィールドと説明 |
---|---|
static SoundType |
ANVIL |
static SoundType |
BAMBOO |
static SoundType |
BAMBOO_SAPLING |
static SoundType |
CLOTH |
static SoundType |
CORAL |
static SoundType |
CROP |
static SoundType |
field_226947_m_ |
static SoundType |
GLASS |
static SoundType |
GROUND |
static SoundType |
LADDER |
static SoundType |
LANTERN |
static SoundType |
METAL |
static SoundType |
NETHER_WART |
float |
pitch |
static SoundType |
PLANT |
static SoundType |
SAND |
static SoundType |
SCAFFOLDING |
static SoundType |
SLIME |
static SoundType |
SNOW |
static SoundType |
STEM |
static SoundType |
STONE |
static SoundType |
SWEET_BERRY_BUSH |
float |
volume |
static SoundType |
WET_GRASS |
static SoundType |
WOOD |
コンストラクタと説明 |
---|
SoundType(float volumeIn,
float pitchIn,
SoundEvent breakSoundIn,
SoundEvent stepSoundIn,
SoundEvent placeSoundIn,
SoundEvent hitSoundIn,
SoundEvent fallSoundIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
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
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()