net.minecraft.block.sound

public class BlockSounds

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

Field summary

Modifier and TypeField
public static final BlockSounds
a
field_12759
WOOD
WOOD
public static final BlockSounds
b
field_12760
GRAVEL
GROUND
public static final BlockSounds
c
field_12761
GRASS
PLANT
public static final BlockSounds
d
field_12762
STONE
STONE
public static final BlockSounds
e
field_12763
METAL
METAL
public static final BlockSounds
f
field_12764
GLASS
GLASS
public static final BlockSounds
g
field_12765
CLOTH
CLOTH
public static final BlockSounds
h
field_12766
SAND
SAND
public static final BlockSounds
i
field_12767
SNOW
SNOW
public static final BlockSounds
j
field_12768
LADDER
LADDER
public static final BlockSounds
k
field_12769
ANVIL
ANVIL
public static final BlockSounds
l
field_12770
SLIME
SLIME
public final float
m
field_507
volume
volume
public final float
n
field_508
pitch
pitch
private final SoundEvent
o
field_12771
breakSound
breakSound
private final SoundEvent
p
field_506
stepSound
stepSound
private final SoundEvent
q
field_12772
placeSound
placeSound
private final SoundEvent
r
field_12773
hitSound
hitSound
private final SoundEvent
s
field_12774
fallSound
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()
getVolume()
public float
b()
method_486()
getPitch()
getPitch()
public SoundEvent
d()
method_484()
getStepSound()
getStepSound()
public SoundEvent
e()
method_4194()
getPlaceSound()
getPlaceSound()
public SoundEvent
g()
method_487()
getFallSound()
getFallSound()
public SoundEvent
c()
method_11629()
getBreakSound()
getBreakSound()
public SoundEvent
f()
method_11630()
getHitSound()
getHitSound()