net.minecraft.block.sound

public class BlockSounds

aty
net.minecraft.class_200
net.minecraft.block.sound.BlockSounds
net.minecraft.block.SoundType
net.minecraft.block.SoundType

Field summary

Modifier and TypeField
public static final BlockSounds
a
field_12759
WOOD
field_185848_a
WOOD
public static final BlockSounds
b
field_12760
GRAVEL
field_185849_b
GROUND
public static final BlockSounds
c
field_12761
GRASS
field_185850_c
PLANT
public static final BlockSounds
d
field_12762
STONE
field_185851_d
STONE
public static final BlockSounds
e
field_12763
METAL
field_185852_e
METAL
public static final BlockSounds
f
field_12764
GLASS
field_185853_f
GLASS
public static final BlockSounds
g
field_12765
CLOTH
field_185854_g
CLOTH
public static final BlockSounds
h
field_12766
SAND
field_185855_h
SAND
public static final BlockSounds
i
field_12767
SNOW
field_185856_i
SNOW
public static final BlockSounds
j
field_12768
LADDER
field_185857_j
LADDER
public static final BlockSounds
k
field_12769
ANVIL
field_185858_k
ANVIL
public static final BlockSounds
l
field_12770
SLIME
field_185859_l
SLIME
public final float
m
field_507
volume
field_185860_m
volume
public final float
n
field_508
pitch
field_185861_n
pitch
private final SoundEvent
o
field_12771
breakSound
field_185862_o
breakSound
private final SoundEvent
p
field_506
stepSound
field_185863_p
stepSound
private final SoundEvent
q
field_12772
placeSound
field_185864_q
placeSound
private final SoundEvent
r
field_12773
hitSound
field_185865_r
hitSound
private final SoundEvent
s
field_12774
fallSound
field_185866_s
fallSound

Constructor summary

ModifierConstructor
public (float volume, float pitch, SoundEvent breakSound, SoundEvent stepSound, SoundEvent placeSound, SoundEvent hitSound, SoundEvent fallSound)

Method summary

Modifier and TypeMethod
public float
a()
method_485()
getVolume()
func_185843_a()
getVolume()
public float
b()
method_486()
getPitch()
func_185847_b()
getPitch()
public SoundEvent
d()
method_484()
getStepSound()
func_185844_d()
getStepSound()
public SoundEvent
e()
method_4194()
getPlaceSound()
func_185841_e()
getPlaceSound()
public SoundEvent
g()
method_487()
getFallSound()
func_185842_g()
getFallSound()
public SoundEvent
c()
method_11629()
getBreakSound()
func_185845_c()
getBreakSound()
public SoundEvent
f()
method_11630()
getHitSound()
func_185846_f()
getHitSound()