Uses of Class
net.minecraft.block.SoundType
-
Packages that use SoundType Package Description net.minecraft.block net.minecraft.entity.passive.horse net.minecraftforge.common.extensions net.minecraftforge.common.util net.minecraftforge.debug -
-
Uses of SoundType in net.minecraft.block
Fields in net.minecraft.block declared as SoundType Modifier and Type Field Description static SoundType
SoundType. ANCIENT_DEBRIS
static SoundType
SoundType. ANVIL
static SoundType
SoundType. BAMBOO
static SoundType
SoundType. BAMBOO_SAPLING
static SoundType
SoundType. BASALT
static SoundType
SoundType. BONE_BLOCK
static SoundType
SoundType. CHAIN
static SoundType
SoundType. CORAL_BLOCK
static SoundType
SoundType. CROP
static SoundType
SoundType. FUNGUS
static SoundType
SoundType. GILDED_BLACKSTONE
static SoundType
SoundType. GLASS
static SoundType
SoundType. GRASS
static SoundType
SoundType. GRAVEL
static SoundType
SoundType. HARD_CROP
static SoundType
SoundType. HONEY_BLOCK
static SoundType
SoundType. LADDER
static SoundType
SoundType. LANTERN
static SoundType
SoundType. LILY_PAD
static SoundType
SoundType. LODESTONE
static SoundType
SoundType. METAL
static SoundType
SoundType. NETHER_BRICKS
static SoundType
SoundType. NETHER_GOLD_ORE
static SoundType
SoundType. NETHER_ORE
static SoundType
SoundType. NETHER_SPROUTS
static SoundType
SoundType. NETHER_WART
static SoundType
SoundType. NETHERITE_BLOCK
static SoundType
SoundType. NETHERRACK
static SoundType
SoundType. NYLIUM
static SoundType
SoundType. ROOTS
static SoundType
SoundType. SAND
static SoundType
SoundType. SCAFFOLDING
static SoundType
SoundType. SHROOMLIGHT
static SoundType
SoundType. SLIME_BLOCK
static SoundType
SoundType. SNOW
static SoundType
SoundType. SOUL_SAND
static SoundType
SoundType. SOUL_SOIL
private SoundType
AbstractBlock.Properties. soundType
protected SoundType
AbstractBlock. soundType
static SoundType
SoundType. STEM
static SoundType
SoundType. STONE
static SoundType
SoundType. SWEET_BERRY_BUSH
static SoundType
SoundType. TWISTING_VINES
static SoundType
SoundType. VINE
static SoundType
SoundType. WART_BLOCK
static SoundType
SoundType. WEEPING_VINES
static SoundType
SoundType. WET_GRASS
static SoundType
SoundType. WOOD
static SoundType
SoundType. WOOL
Methods in net.minecraft.block that return SoundType Modifier and Type Method Description SoundType
AbstractBlock.AbstractBlockState. getSoundType()
SoundType
Block. getSoundType(BlockState p_220072_1_)
Deprecated.Methods in net.minecraft.block with parameters of type SoundType Modifier and Type Method Description AbstractBlock.Properties
AbstractBlock.Properties. sound(SoundType p_200947_1_)
-
Uses of SoundType in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse with parameters of type SoundType Modifier and Type Method Description protected void
AbstractHorseEntity. playGallopSound(SoundType p_190680_1_)
protected void
HorseEntity. playGallopSound(SoundType p_190680_1_)
-
Uses of SoundType in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return SoundType Modifier and Type Method Description default SoundType
IForgeBlock. getSoundType(BlockState state, IWorldReader world, BlockPos pos, Entity entity)
Sensitive version of getSoundTypedefault SoundType
IForgeBlockState. getSoundType(IWorldReader world, BlockPos pos, Entity entity)
Sensitive version of getSoundType -
Uses of SoundType in net.minecraftforge.common.util
Subclasses of SoundType in net.minecraftforge.common.util Modifier and Type Class Description class
ForgeSoundType
A subclass ofSoundType
that usesSupplier
s. -
Uses of SoundType in net.minecraftforge.debug
Fields in net.minecraftforge.debug declared as SoundType Modifier and Type Field Description private static SoundType
CustomSoundTypeTest. TEST_SOUND_TYPE
-