net.minecraft.block.sound

public class BlockSounds

brp
net.minecraft.class_2498
net.minecraft.block.sound.BlockSounds
net.minecraft.block.SoundType
net.minecraft.block.SoundType

Field summary

Modifier and TypeField
public static final BlockSounds
a
field_11547
WOOD
field_185848_a
WOOD
public static final BlockSounds
b
field_11529
GRAVEL
field_185849_b
GROUND
public static final BlockSounds
c
field_11535
GRASS
field_185850_c
PLANT
public static final BlockSounds
d
field_11544
STONE
field_185851_d
STONE
public static final BlockSounds
e
field_11533
METAL
field_185852_e
METAL
public static final BlockSounds
f
field_11537
GLASS
field_185853_f
GLASS
public static final BlockSounds
g
field_11543
CLOTH
field_185854_g
CLOTH
public static final BlockSounds
h
field_11526
SAND
field_185855_h
SAND
public static final BlockSounds
i
field_11548
SNOW
field_185856_i
SNOW
public static final BlockSounds
j
field_11532
LADDER
field_185857_j
LADDER
public static final BlockSounds
k
field_11531
ANVIL
field_185858_k
ANVIL
public static final BlockSounds
l
field_11545
SLIME
field_185859_l
SLIME
public static final BlockSounds
m
field_11534
WET_GRASS
field_211382_m
WET_GRASS
public static final BlockSounds
n
field_11528
CORAL
field_211383_n
CORAL
public static final BlockSounds
o
field_11542
BAMBOO
field_222468_o
BAMBOO
public static final BlockSounds
p
field_11538
BAMBOO_SAPLING
field_222469_p
BAMBOO_SAPLING
public static final BlockSounds
q
field_16498
SCAFFOLDING
field_222470_q
SCAFFOLDING
public static final BlockSounds
r
field_17579
BERRY_BUSH
field_222471_r
SWEET_BERRY_BUSH
public static final BlockSounds
s
field_17580
CROP
field_222472_s
CROP
public static final BlockSounds
t
field_18852
PUMPKIN
field_222473_t
STEM
public static final BlockSounds
u
field_17581
NETHER_WART
field_222474_u
NETHER_WART
public static final BlockSounds
v
field_17734
LANTERN
field_222475_v
LANTERN
public final float
w
field_11540
volume
field_185860_m
volume
public final float
x
field_11539
pitch
field_185861_n
pitch
private final SoundEvent
y
field_11546
breakSound
field_185862_o
breakSound
private final SoundEvent
z
field_11527
stepSound
field_185863_p
stepSound
private final SoundEvent
A
field_11536
placeSound
field_185864_q
placeSound
private final SoundEvent
B
field_11530
hitSound
field_185865_r
hitSound
private final SoundEvent
C
field_11541
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_10597()
getVolume()
func_185843_a()
getVolume()
public float
b()
method_10599()
getPitch()
func_185847_b()
getPitch()
public SoundEvent
d()
method_10594()
getStepSound()
func_185844_d()
getStepSound()
public SoundEvent
e()
method_10598()
getPlaceSound()
func_185841_e()
getPlaceSound()
public SoundEvent
g()
method_10593()
getFallSound()
func_185842_g()
getFallSound()
public SoundEvent
c()
method_10595()
getBreakSound()
func_185845_c()
getBreakSound()
public SoundEvent
f()
method_10596()
getHitSound()
func_185846_f()
getHitSound()