Uses of Class
net.minecraft.util.SoundEvent
Package
Description
-
Uses of SoundEvent in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final SoundEvent
SoundType.breakSound
private final SoundEvent
SoundType.fallSound
private final SoundEvent
SoundType.hitSound
private final SoundEvent
SoundType.placeSound
private final SoundEvent
SoundType.stepSound
Modifier and TypeMethodDescriptionSoundType.getBreakSound()
SoundType.getFallSound()
SoundType.getHitSound()
SoundType.getPlaceSound()
protected abstract SoundEvent
AbstractButtonBlock.getSound
(boolean p_196369_1_) protected SoundEvent
StoneButtonBlock.getSound
(boolean p_196369_1_) protected SoundEvent
WoodButtonBlock.getSound
(boolean p_196369_1_) SoundType.getStepSound()
ModifierConstructorDescriptionSoundType
(float p_i46679_1_, float p_i46679_2_, SoundEvent p_i46679_3_, SoundEvent p_i46679_4_, SoundEvent p_i46679_5_, SoundEvent p_i46679_6_, SoundEvent p_i46679_7_) Deprecated. -
Uses of SoundEvent in net.minecraft.client.audio
Modifier and TypeMethodDescriptionstatic BackgroundMusicSelector
BackgroundMusicTracks.createGameMusic
(SoundEvent p_232677_0_) static SimpleSound
SimpleSound.forAmbientAddition
(SoundEvent p_239530_0_) static SimpleSound
SimpleSound.forAmbientMood
(SoundEvent p_239531_0_, double p_239531_1_, double p_239531_3_, double p_239531_5_) static SimpleSound
SimpleSound.forLocalAmbience
(SoundEvent p_239532_0_, float p_239532_1_, float p_239532_2_) static SimpleSound
SimpleSound.forMusic
(SoundEvent p_184370_0_) static SimpleSound
SimpleSound.forRecord
(SoundEvent p_184372_0_, double p_184372_1_, double p_184372_3_, double p_184372_5_) static SimpleSound
SimpleSound.forUI
(SoundEvent p_184371_0_, float p_184371_1_) static SimpleSound
SimpleSound.forUI
(SoundEvent p_194007_0_, float p_194007_1_, float p_194007_2_) ModifierConstructorDescriptionBackgroundMusicSelector
(SoundEvent p_i231428_1_, int p_i231428_2_, int p_i231428_3_, boolean p_i231428_4_) BeeSound
(BeeEntity p_i226060_1_, SoundEvent p_i226060_2_, SoundCategory p_i226060_3_) EntityTickableSound
(SoundEvent p_i50899_1_, SoundCategory p_i50899_2_, float p_i50899_3_, float p_i50899_4_, Entity p_i50899_5_) EntityTickableSound
(SoundEvent p_i50898_1_, SoundCategory p_i50898_2_, Entity p_i50898_3_) protected
LocatableSound
(SoundEvent p_i46533_1_, SoundCategory p_i46533_2_) private
SimpleSound
(SoundEvent p_i232491_1_, SoundCategory p_i232491_2_, float p_i232491_3_, float p_i232491_4_, boolean p_i232491_5_, int p_i232491_6_, ISound.AttenuationType p_i232491_7_, double p_i232491_8_, double p_i232491_10_, double p_i232491_12_) SimpleSound
(SoundEvent p_i232490_1_, SoundCategory p_i232490_2_, float p_i232490_3_, float p_i232490_4_, double p_i232490_5_, double p_i232490_7_, double p_i232490_9_) SimpleSound
(SoundEvent p_i46527_1_, SoundCategory p_i46527_2_, float p_i46527_3_, float p_i46527_4_, BlockPos p_i46527_5_) Sound
(SoundEvent p_i232489_1_) protected
SubSound
(ClientPlayerEntity p_i48884_1_, SoundEvent p_i48884_2_) protected
TickableSound
(SoundEvent p_i46532_1_, SoundCategory p_i46532_2_) -
Uses of SoundEvent in net.minecraft.client.entity.player
Modifier and TypeMethodDescriptionvoid
ClientPlayerEntity.playNotifySound
(SoundEvent p_213823_1_, SoundCategory p_213823_2_, float p_213823_3_, float p_213823_4_) void
ClientPlayerEntity.playSound
(SoundEvent p_184185_1_, float p_184185_2_, float p_184185_3_) -
Uses of SoundEvent in net.minecraft.client.gui.toasts
-
Uses of SoundEvent in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionvoid
WorldRenderer.playRecord
(SoundEvent p_184377_1_, BlockPos p_184377_2_, MusicDiscItem musicDiscItem) void
WorldRenderer.playStreamingMusic
(SoundEvent p_184377_1_, BlockPos p_184377_2_) Deprecated. -
Uses of SoundEvent in net.minecraft.client.world
Modifier and TypeMethodDescriptionvoid
ClientWorld.playLocalSound
(double p_184134_1_, double p_184134_3_, double p_184134_5_, SoundEvent p_184134_7_, SoundCategory p_184134_8_, float p_184134_9_, float p_184134_10_, boolean p_184134_11_) void
ClientWorld.playLocalSound
(BlockPos p_184156_1_, SoundEvent p_184156_2_, SoundCategory p_184156_3_, float p_184156_4_, float p_184156_5_, boolean p_184156_6_) void
ClientWorld.playSound
(PlayerEntity p_184148_1_, double p_184148_2_, double p_184148_4_, double p_184148_6_, SoundEvent p_184148_8_, SoundCategory p_184148_9_, float p_184148_10_, float p_184148_11_) void
ClientWorld.playSound
(PlayerEntity p_217384_1_, Entity p_217384_2_, SoundEvent p_217384_3_, SoundCategory p_217384_4_, float p_217384_5_, float p_217384_6_) -
Uses of SoundEvent in net.minecraft.entity
Modifier and TypeMethodDescriptionprotected SoundEvent
MobEntity.getAmbientSound()
protected SoundEvent
LivingEntity.getDeathSound()
protected SoundEvent
LivingEntity.getDrinkingSound
(ItemStack p_213351_1_) LivingEntity.getEatingSound
(ItemStack p_213353_1_) protected SoundEvent
LivingEntity.getFallDamageSound
(int p_184588_1_) protected SoundEvent
LivingEntity.getHurtSound
(DamageSource p_184601_1_) NPCMerchant.getNotifyTradeSound()
protected SoundEvent
Entity.getSwimHighSpeedSplashSound()
protected SoundEvent
Entity.getSwimSound()
protected SoundEvent
Entity.getSwimSplashSound()
Modifier and TypeMethodDescriptionvoid
Entity.playSound
(SoundEvent p_184185_1_, float p_184185_2_, float p_184185_3_) -
Uses of SoundEvent in net.minecraft.entity.ai.goal
ModifierConstructorDescriptionUseItemGoal
(T p_i50319_1_, ItemStack p_i50319_2_, SoundEvent p_i50319_3_, Predicate<? super T> p_i50319_4_) -
Uses of SoundEvent in net.minecraft.entity.boss
Modifier and TypeMethodDescriptionprotected SoundEvent
WitherEntity.getAmbientSound()
protected SoundEvent
WitherEntity.getDeathSound()
protected SoundEvent
WitherEntity.getHurtSound
(DamageSource p_184601_1_) -
Uses of SoundEvent in net.minecraft.entity.boss.dragon
Modifier and TypeMethodDescriptionprotected SoundEvent
EnderDragonEntity.getAmbientSound()
protected SoundEvent
EnderDragonEntity.getHurtSound
(DamageSource p_184601_1_) -
Uses of SoundEvent in net.minecraft.entity.item
Modifier and TypeMethodDescriptionprotected SoundEvent
ArmorStandEntity.getDeathSound()
protected SoundEvent
ArmorStandEntity.getFallDamageSound
(int p_184588_1_) protected SoundEvent
ArmorStandEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
BoatEntity.getPaddleSound()
-
Uses of SoundEvent in net.minecraft.entity.merchant
-
Uses of SoundEvent in net.minecraft.entity.merchant.villager
Modifier and TypeMethodDescriptionprotected SoundEvent
VillagerEntity.getAmbientSound()
protected SoundEvent
WanderingTraderEntity.getAmbientSound()
protected SoundEvent
VillagerEntity.getDeathSound()
protected SoundEvent
WanderingTraderEntity.getDeathSound()
protected SoundEvent
WanderingTraderEntity.getDrinkingSound
(ItemStack p_213351_1_) protected SoundEvent
VillagerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
WanderingTraderEntity.getHurtSound
(DamageSource p_184601_1_) AbstractVillagerEntity.getNotifyTradeSound()
WanderingTraderEntity.getNotifyTradeSound()
protected SoundEvent
AbstractVillagerEntity.getTradeUpdatedSound
(boolean p_213721_1_) protected SoundEvent
WanderingTraderEntity.getTradeUpdatedSound
(boolean p_213721_1_) VillagerProfession.getWorkSound()
Modifier and TypeMethodDescription(package private) static VillagerProfession
VillagerProfession.register
(String p_226557_0_, PointOfInterestType p_226557_1_, com.google.common.collect.ImmutableSet<Item> p_226557_2_, com.google.common.collect.ImmutableSet<Block> p_226557_3_, SoundEvent p_226557_4_) (package private) static VillagerProfession
VillagerProfession.register
(String p_226556_0_, PointOfInterestType p_226556_1_, SoundEvent p_226556_2_) ModifierConstructorDescriptionVillagerProfession
(String p_i225734_1_, PointOfInterestType p_i225734_2_, com.google.common.collect.ImmutableSet<Item> p_i225734_3_, com.google.common.collect.ImmutableSet<Block> p_i225734_4_, SoundEvent p_i225734_5_) -
Uses of SoundEvent in net.minecraft.entity.monster
Modifier and TypeMethodDescriptionprotected SoundEvent
BlazeEntity.getAmbientSound()
protected SoundEvent
DrownedEntity.getAmbientSound()
protected SoundEvent
ElderGuardianEntity.getAmbientSound()
protected SoundEvent
EndermanEntity.getAmbientSound()
protected SoundEvent
EndermiteEntity.getAmbientSound()
protected SoundEvent
EvokerEntity.getAmbientSound()
protected SoundEvent
GhastEntity.getAmbientSound()
protected SoundEvent
GuardianEntity.getAmbientSound()
protected SoundEvent
HoglinEntity.getAmbientSound()
protected SoundEvent
HuskEntity.getAmbientSound()
protected SoundEvent
IllusionerEntity.getAmbientSound()
protected SoundEvent
PhantomEntity.getAmbientSound()
protected SoundEvent
PillagerEntity.getAmbientSound()
protected SoundEvent
RavagerEntity.getAmbientSound()
protected SoundEvent
ShulkerEntity.getAmbientSound()
protected SoundEvent
SilverfishEntity.getAmbientSound()
protected SoundEvent
SkeletonEntity.getAmbientSound()
protected SoundEvent
SpiderEntity.getAmbientSound()
protected SoundEvent
StrayEntity.getAmbientSound()
protected SoundEvent
VexEntity.getAmbientSound()
protected SoundEvent
VindicatorEntity.getAmbientSound()
protected SoundEvent
WitchEntity.getAmbientSound()
protected SoundEvent
WitherSkeletonEntity.getAmbientSound()
protected SoundEvent
ZoglinEntity.getAmbientSound()
protected SoundEvent
ZombieEntity.getAmbientSound()
ZombieVillagerEntity.getAmbientSound()
protected SoundEvent
ZombifiedPiglinEntity.getAmbientSound()
protected SoundEvent
EvokerEntity.getCastingSoundEvent()
protected SoundEvent
IllusionerEntity.getCastingSoundEvent()
protected abstract SoundEvent
SpellcastingIllagerEntity.getCastingSoundEvent()
abstract SoundEvent
AbstractRaiderEntity.getCelebrateSound()
EvokerEntity.getCelebrateSound()
IllusionerEntity.getCelebrateSound()
PillagerEntity.getCelebrateSound()
RavagerEntity.getCelebrateSound()
VindicatorEntity.getCelebrateSound()
WitchEntity.getCelebrateSound()
protected SoundEvent
BlazeEntity.getDeathSound()
protected SoundEvent
CreeperEntity.getDeathSound()
protected SoundEvent
DrownedEntity.getDeathSound()
protected SoundEvent
ElderGuardianEntity.getDeathSound()
protected SoundEvent
EndermanEntity.getDeathSound()
protected SoundEvent
EndermiteEntity.getDeathSound()
protected SoundEvent
EvokerEntity.getDeathSound()
protected SoundEvent
GhastEntity.getDeathSound()
protected SoundEvent
GuardianEntity.getDeathSound()
protected SoundEvent
HoglinEntity.getDeathSound()
protected SoundEvent
HuskEntity.getDeathSound()
protected SoundEvent
IllusionerEntity.getDeathSound()
protected SoundEvent
MagmaCubeEntity.getDeathSound()
protected SoundEvent
MonsterEntity.getDeathSound()
protected SoundEvent
PhantomEntity.getDeathSound()
protected SoundEvent
PillagerEntity.getDeathSound()
protected SoundEvent
RavagerEntity.getDeathSound()
protected SoundEvent
ShulkerEntity.getDeathSound()
protected SoundEvent
SilverfishEntity.getDeathSound()
protected SoundEvent
SkeletonEntity.getDeathSound()
protected SoundEvent
SlimeEntity.getDeathSound()
protected SoundEvent
SpiderEntity.getDeathSound()
protected SoundEvent
StrayEntity.getDeathSound()
protected SoundEvent
VexEntity.getDeathSound()
protected SoundEvent
VindicatorEntity.getDeathSound()
protected SoundEvent
WitchEntity.getDeathSound()
protected SoundEvent
WitherSkeletonEntity.getDeathSound()
protected SoundEvent
ZoglinEntity.getDeathSound()
protected SoundEvent
ZombieEntity.getDeathSound()
ZombieVillagerEntity.getDeathSound()
protected SoundEvent
ZombifiedPiglinEntity.getDeathSound()
protected SoundEvent
MonsterEntity.getFallDamageSound
(int p_184588_1_) protected SoundEvent
ElderGuardianEntity.getFlopSound()
protected SoundEvent
GuardianEntity.getFlopSound()
protected SoundEvent
BlazeEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
CreeperEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
DrownedEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ElderGuardianEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
EndermanEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
EndermiteEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
EvokerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
GhastEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
GuardianEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
HoglinEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
HuskEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
IllusionerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
MagmaCubeEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
MonsterEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PhantomEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PillagerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
RavagerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ShulkerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SilverfishEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SkeletonEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SlimeEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SpiderEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
StrayEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
VexEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
VindicatorEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
WitchEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
WitherSkeletonEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ZoglinEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ZombieEntity.getHurtSound
(DamageSource p_184601_1_) ZombieVillagerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ZombifiedPiglinEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
MagmaCubeEntity.getJumpSound()
protected SoundEvent
SlimeEntity.getJumpSound()
private static SoundEvent
HoglinTasks.getSoundForActivity
(HoglinEntity p_241413_0_, Activity p_241413_1_) protected SoundEvent
EvokerEntity.AttackSpellGoal.getSpellPrepareSound()
protected SoundEvent
EvokerEntity.SummonSpellGoal.getSpellPrepareSound()
protected SoundEvent
EvokerEntity.WololoSpellGoal.getSpellPrepareSound()
protected SoundEvent
IllusionerEntity.BlindnessSpellGoal.getSpellPrepareSound()
protected SoundEvent
IllusionerEntity.MirrorSpellGoal.getSpellPrepareSound()
protected abstract SoundEvent
SpellcastingIllagerEntity.UseSpellGoal.getSpellPrepareSound()
protected SoundEvent
MagmaCubeEntity.getSquishSound()
protected SoundEvent
SlimeEntity.getSquishSound()
protected abstract SoundEvent
AbstractSkeletonEntity.getStepSound()
protected SoundEvent
DrownedEntity.getStepSound()
protected SoundEvent
HuskEntity.getStepSound()
protected SoundEvent
SkeletonEntity.getStepSound()
protected SoundEvent
StrayEntity.getStepSound()
protected SoundEvent
WitherSkeletonEntity.getStepSound()
protected SoundEvent
ZombieEntity.getStepSound()
ZombieVillagerEntity.getStepSound()
protected SoundEvent
DrownedEntity.getSwimSound()
protected SoundEvent
HoglinEntity.getSwimSound()
protected SoundEvent
MonsterEntity.getSwimSound()
protected SoundEvent
HoglinEntity.getSwimSplashSound()
protected SoundEvent
MonsterEntity.getSwimSplashSound()
Modifier and TypeMethodDescriptionstatic Optional<SoundEvent>
HoglinTasks.getSoundForCurrentActivity
(HoglinEntity p_234398_0_) -
Uses of SoundEvent in net.minecraft.entity.monster.piglin
Modifier and TypeMethodDescriptionprotected SoundEvent
PiglinBruteEntity.getAmbientSound()
protected SoundEvent
PiglinEntity.getAmbientSound()
protected SoundEvent
PiglinBruteEntity.getDeathSound()
protected SoundEvent
PiglinEntity.getDeathSound()
protected SoundEvent
PiglinBruteEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PiglinEntity.getHurtSound
(DamageSource p_184601_1_) private static SoundEvent
PiglinTasks.getSoundForActivity
(PiglinEntity p_241422_0_, Activity p_241422_1_) Modifier and TypeMethodDescriptionstatic Optional<SoundEvent>
PiglinTasks.getSoundForCurrentActivity
(PiglinEntity p_241429_0_) -
Uses of SoundEvent in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static final Map<EntityType<?>,
SoundEvent> ParrotEntity.MOB_SOUND_MAP
Modifier and TypeMethodDescriptionstatic SoundEvent
ParrotEntity.getAmbient
(World p_234212_0_, Random p_234212_1_) BatEntity.getAmbientSound()
protected SoundEvent
BeeEntity.getAmbientSound()
protected SoundEvent
CatEntity.getAmbientSound()
protected SoundEvent
ChickenEntity.getAmbientSound()
protected SoundEvent
CowEntity.getAmbientSound()
protected SoundEvent
DolphinEntity.getAmbientSound()
protected SoundEvent
FoxEntity.getAmbientSound()
protected SoundEvent
GolemEntity.getAmbientSound()
protected SoundEvent
OcelotEntity.getAmbientSound()
protected SoundEvent
PandaEntity.getAmbientSound()
ParrotEntity.getAmbientSound()
protected SoundEvent
PigEntity.getAmbientSound()
protected SoundEvent
PolarBearEntity.getAmbientSound()
protected SoundEvent
RabbitEntity.getAmbientSound()
protected SoundEvent
SheepEntity.getAmbientSound()
protected SoundEvent
SnowGolemEntity.getAmbientSound()
protected SoundEvent
SquidEntity.getAmbientSound()
protected SoundEvent
StriderEntity.getAmbientSound()
protected SoundEvent
TurtleEntity.getAmbientSound()
protected SoundEvent
WolfEntity.getAmbientSound()
protected SoundEvent
BatEntity.getDeathSound()
protected SoundEvent
BeeEntity.getDeathSound()
protected SoundEvent
CatEntity.getDeathSound()
protected SoundEvent
ChickenEntity.getDeathSound()
protected SoundEvent
CowEntity.getDeathSound()
protected SoundEvent
DolphinEntity.getDeathSound()
protected SoundEvent
FoxEntity.getDeathSound()
protected SoundEvent
GolemEntity.getDeathSound()
protected SoundEvent
IronGolemEntity.getDeathSound()
protected SoundEvent
OcelotEntity.getDeathSound()
protected SoundEvent
PandaEntity.getDeathSound()
protected SoundEvent
ParrotEntity.getDeathSound()
protected SoundEvent
PigEntity.getDeathSound()
protected SoundEvent
PolarBearEntity.getDeathSound()
protected SoundEvent
RabbitEntity.getDeathSound()
protected SoundEvent
SheepEntity.getDeathSound()
protected SoundEvent
SnowGolemEntity.getDeathSound()
protected SoundEvent
SquidEntity.getDeathSound()
protected SoundEvent
StriderEntity.getDeathSound()
protected SoundEvent
TurtleEntity.getDeathSound()
protected SoundEvent
WolfEntity.getDeathSound()
FoxEntity.getEatingSound
(ItemStack p_213353_1_) protected SoundEvent
BatEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
BeeEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
CatEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ChickenEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
CowEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
DolphinEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
FoxEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
GolemEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
IronGolemEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
OcelotEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PandaEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ParrotEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PigEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PolarBearEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
RabbitEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SheepEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SnowGolemEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SquidEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
StriderEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
TurtleEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
WolfEntity.getHurtSound
(DamageSource p_184601_1_) private static SoundEvent
ParrotEntity.getImitatedSound
(EntityType<?> p_200610_0_) protected SoundEvent
RabbitEntity.getJumpSound()
protected SoundEvent
DolphinEntity.getSwimSound()
protected SoundEvent
TurtleEntity.getSwimSound()
protected SoundEvent
DolphinEntity.getSwimSplashSound()
-
Uses of SoundEvent in net.minecraft.entity.passive.fish
Modifier and TypeMethodDescriptionprotected SoundEvent
CodEntity.getAmbientSound()
protected SoundEvent
PufferfishEntity.getAmbientSound()
protected SoundEvent
SalmonEntity.getAmbientSound()
protected SoundEvent
TropicalFishEntity.getAmbientSound()
protected SoundEvent
CodEntity.getDeathSound()
protected SoundEvent
PufferfishEntity.getDeathSound()
protected SoundEvent
SalmonEntity.getDeathSound()
protected SoundEvent
TropicalFishEntity.getDeathSound()
protected abstract SoundEvent
AbstractFishEntity.getFlopSound()
protected SoundEvent
CodEntity.getFlopSound()
protected SoundEvent
PufferfishEntity.getFlopSound()
protected SoundEvent
SalmonEntity.getFlopSound()
protected SoundEvent
TropicalFishEntity.getFlopSound()
protected SoundEvent
CodEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PufferfishEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SalmonEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
TropicalFishEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
AbstractFishEntity.getSwimSound()
-
Uses of SoundEvent in net.minecraft.entity.passive.horse
Modifier and TypeMethodDescriptionprotected SoundEvent
AbstractHorseEntity.getAmbientSound()
protected SoundEvent
DonkeyEntity.getAmbientSound()
protected SoundEvent
HorseEntity.getAmbientSound()
protected SoundEvent
LlamaEntity.getAmbientSound()
protected SoundEvent
MuleEntity.getAmbientSound()
protected SoundEvent
SkeletonHorseEntity.getAmbientSound()
protected SoundEvent
ZombieHorseEntity.getAmbientSound()
protected SoundEvent
AbstractHorseEntity.getAngrySound()
protected SoundEvent
DonkeyEntity.getAngrySound()
protected SoundEvent
HorseEntity.getAngrySound()
protected SoundEvent
LlamaEntity.getAngrySound()
protected SoundEvent
MuleEntity.getAngrySound()
protected SoundEvent
AbstractHorseEntity.getDeathSound()
protected SoundEvent
DonkeyEntity.getDeathSound()
protected SoundEvent
HorseEntity.getDeathSound()
protected SoundEvent
LlamaEntity.getDeathSound()
protected SoundEvent
MuleEntity.getDeathSound()
protected SoundEvent
SkeletonHorseEntity.getDeathSound()
protected SoundEvent
ZombieHorseEntity.getDeathSound()
protected SoundEvent
AbstractHorseEntity.getEatingSound()
protected SoundEvent
DonkeyEntity.getEatingSound()
protected SoundEvent
HorseEntity.getEatingSound()
protected SoundEvent
LlamaEntity.getEatingSound()
protected SoundEvent
MuleEntity.getEatingSound()
protected SoundEvent
AbstractHorseEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
DonkeyEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
HorseEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
LlamaEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
MuleEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SkeletonHorseEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
ZombieHorseEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
SkeletonHorseEntity.getSwimSound()
-
Uses of SoundEvent in net.minecraft.entity.player
Modifier and TypeMethodDescriptionprotected SoundEvent
PlayerEntity.getDeathSound()
protected SoundEvent
PlayerEntity.getFallDamageSound
(int p_184588_1_) protected SoundEvent
PlayerEntity.getHurtSound
(DamageSource p_184601_1_) protected SoundEvent
PlayerEntity.getSwimHighSpeedSplashSound()
protected SoundEvent
PlayerEntity.getSwimSound()
protected SoundEvent
PlayerEntity.getSwimSplashSound()
Modifier and TypeMethodDescriptionvoid
PlayerEntity.playNotifySound
(SoundEvent p_213823_1_, SoundCategory p_213823_2_, float p_213823_3_, float p_213823_4_) void
ServerPlayerEntity.playNotifySound
(SoundEvent p_213823_1_, SoundCategory p_213823_2_, float p_213823_3_, float p_213823_4_) void
PlayerEntity.playSound
(SoundEvent p_184185_1_, float p_184185_2_, float p_184185_3_) -
Uses of SoundEvent in net.minecraft.entity.projectile
Modifier and TypeMethodDescriptionprotected SoundEvent
AbstractArrowEntity.getDefaultHitGroundSoundEvent()
protected SoundEvent
TridentEntity.getDefaultHitGroundSoundEvent()
protected final SoundEvent
AbstractArrowEntity.getHitGroundSoundEvent()
-
Uses of SoundEvent in net.minecraft.item
Modifier and TypeFieldDescriptionprivate final SoundEvent
ArmorMaterial.sound
private final SoundEvent
MusicDiscItem.sound
Deprecated.Modifier and TypeFieldDescriptionprivate static final Map<SoundEvent,
MusicDiscItem> MusicDiscItem.BY_NAME
Deprecated.private final Supplier<SoundEvent>
MusicDiscItem.soundSupplier
Modifier and TypeMethodDescriptionHoneyBottleItem.getDrinkingSound()
Item.getDrinkingSound()
ItemStack.getDrinkingSound()
HoneyBottleItem.getEatingSound()
Item.getEatingSound()
ItemStack.getEatingSound()
ArmorMaterial.getEquipSound()
IArmorMaterial.getEquipSound()
protected SoundEvent
BlockItem.getPlaceSound
(BlockState p_219983_1_) Deprecated.protected SoundEvent
BlockItem.getPlaceSound
(BlockState state, World world, BlockPos pos, PlayerEntity entity) MusicDiscItem.getSound()
private SoundEvent
CrossbowItem.getStartSound
(int p_220025_1_) Modifier and TypeMethodDescriptionstatic MusicDiscItem
MusicDiscItem.getBySound
(SoundEvent p_185074_0_) ModifierConstructorDescriptionprivate
ArmorMaterial
(String p_i231593_3_, int p_i231593_4_, int[] p_i231593_5_, int p_i231593_6_, SoundEvent p_i231593_7_, float p_i231593_8_, float p_i231593_9_, Supplier<Ingredient> p_i231593_10_) MusicDiscItem
(int p_i48475_1_, SoundEvent p_i48475_2_, Item.Properties p_i48475_3_) Deprecated.ModifierConstructorDescriptionMusicDiscItem
(int comparatorValue, Supplier<SoundEvent> soundSupplier, Item.Properties builder) For mod use, allows to create a music disc without having to create a new SoundEvent before their registry event is fired. -
Uses of SoundEvent in net.minecraft.network.play.server
Modifier and TypeFieldDescriptionprivate SoundEvent
SPlaySoundEffectPacket.sound
private SoundEvent
SSpawnMovingSoundEffectPacket.sound
Modifier and TypeMethodDescriptionSPlaySoundEffectPacket.getSound()
SSpawnMovingSoundEffectPacket.getSound()
ModifierConstructorDescriptionSPlaySoundEffectPacket
(SoundEvent p_i46896_1_, SoundCategory p_i46896_2_, double p_i46896_3_, double p_i46896_5_, double p_i46896_7_, float p_i46896_9_, float p_i46896_10_) SSpawnMovingSoundEffectPacket
(SoundEvent p_i50763_1_, SoundCategory p_i50763_2_, Entity p_i50763_3_, float p_i50763_4_, float p_i50763_5_) -
Uses of SoundEvent in net.minecraft.state.properties
ModifierConstructorDescriptionprivate
NoteBlockInstrument
(String p_i49336_3_, SoundEvent p_i49336_4_) -
Uses of SoundEvent in net.minecraft.tileentity
Modifier and TypeMethodDescriptionprivate void
BarrelTileEntity.playSound
(BlockState p_213965_1_, SoundEvent p_213965_2_) void
BeaconTileEntity.playSound
(SoundEvent p_205736_1_) private void
ChestTileEntity.playSound
(SoundEvent p_195483_1_) void
ConduitTileEntity.playSound
(SoundEvent p_205738_1_) -
Uses of SoundEvent in net.minecraft.util
Modifier and TypeFieldDescriptionstatic final SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_LOOP
static final SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_MOOD
static final SoundEvent
SoundEvents.AMBIENT_CAVE
static final SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_LOOP
static final SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_MOOD
static final SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_LOOP
static final SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_MOOD
static final SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_LOOP
static final SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_MOOD
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_ENTER
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_EXIT
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE
static final SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_LOOP
static final SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_MOOD
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_BREAK
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_FALL
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_HIT
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_PLACE
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_STEP
static final SoundEvent
SoundEvents.ANVIL_BREAK
static final SoundEvent
SoundEvents.ANVIL_DESTROY
static final SoundEvent
SoundEvents.ANVIL_FALL
static final SoundEvent
SoundEvents.ANVIL_HIT
static final SoundEvent
SoundEvents.ANVIL_LAND
static final SoundEvent
SoundEvents.ANVIL_PLACE
static final SoundEvent
SoundEvents.ANVIL_STEP
static final SoundEvent
SoundEvents.ANVIL_USE
static final SoundEvent
SoundEvents.ARMOR_EQUIP_CHAIN
static final SoundEvent
SoundEvents.ARMOR_EQUIP_DIAMOND
static final SoundEvent
SoundEvents.ARMOR_EQUIP_ELYTRA
static final SoundEvent
SoundEvents.ARMOR_EQUIP_GENERIC
static final SoundEvent
SoundEvents.ARMOR_EQUIP_GOLD
static final SoundEvent
SoundEvents.ARMOR_EQUIP_IRON
static final SoundEvent
SoundEvents.ARMOR_EQUIP_LEATHER
static final SoundEvent
SoundEvents.ARMOR_EQUIP_NETHERITE
static final SoundEvent
SoundEvents.ARMOR_EQUIP_TURTLE
static final SoundEvent
SoundEvents.ARMOR_STAND_BREAK
static final SoundEvent
SoundEvents.ARMOR_STAND_FALL
static final SoundEvent
SoundEvents.ARMOR_STAND_HIT
static final SoundEvent
SoundEvents.ARMOR_STAND_PLACE
static final SoundEvent
SoundEvents.ARROW_HIT
static final SoundEvent
SoundEvents.ARROW_HIT_PLAYER
static final SoundEvent
SoundEvents.ARROW_SHOOT
static final SoundEvent
SoundEvents.AXE_STRIP
static final SoundEvent
SoundEvents.BAMBOO_BREAK
static final SoundEvent
SoundEvents.BAMBOO_FALL
static final SoundEvent
SoundEvents.BAMBOO_HIT
static final SoundEvent
SoundEvents.BAMBOO_PLACE
static final SoundEvent
SoundEvents.BAMBOO_SAPLING_BREAK
static final SoundEvent
SoundEvents.BAMBOO_SAPLING_HIT
static final SoundEvent
SoundEvents.BAMBOO_SAPLING_PLACE
static final SoundEvent
SoundEvents.BAMBOO_STEP
static final SoundEvent
SoundEvents.BARREL_CLOSE
static final SoundEvent
SoundEvents.BARREL_OPEN
static final SoundEvent
SoundEvents.BASALT_BREAK
static final SoundEvent
SoundEvents.BASALT_FALL
static final SoundEvent
SoundEvents.BASALT_HIT
static final SoundEvent
SoundEvents.BASALT_PLACE
static final SoundEvent
SoundEvents.BASALT_STEP
static final SoundEvent
SoundEvents.BAT_AMBIENT
static final SoundEvent
SoundEvents.BAT_DEATH
static final SoundEvent
SoundEvents.BAT_HURT
static final SoundEvent
SoundEvents.BAT_LOOP
static final SoundEvent
SoundEvents.BAT_TAKEOFF
static final SoundEvent
SoundEvents.BEACON_ACTIVATE
static final SoundEvent
SoundEvents.BEACON_AMBIENT
static final SoundEvent
SoundEvents.BEACON_DEACTIVATE
static final SoundEvent
SoundEvents.BEACON_POWER_SELECT
static final SoundEvent
SoundEvents.BEE_DEATH
static final SoundEvent
SoundEvents.BEE_HURT
static final SoundEvent
SoundEvents.BEE_LOOP
static final SoundEvent
SoundEvents.BEE_LOOP_AGGRESSIVE
static final SoundEvent
SoundEvents.BEE_POLLINATE
static final SoundEvent
SoundEvents.BEE_STING
static final SoundEvent
SoundEvents.BEEHIVE_DRIP
static final SoundEvent
SoundEvents.BEEHIVE_ENTER
static final SoundEvent
SoundEvents.BEEHIVE_EXIT
static final SoundEvent
SoundEvents.BEEHIVE_SHEAR
static final SoundEvent
SoundEvents.BEEHIVE_WORK
static final SoundEvent
SoundEvents.BELL_BLOCK
static final SoundEvent
SoundEvents.BELL_RESONATE
static final SoundEvent
SoundEvents.BLASTFURNACE_FIRE_CRACKLE
static final SoundEvent
SoundEvents.BLAZE_AMBIENT
static final SoundEvent
SoundEvents.BLAZE_BURN
static final SoundEvent
SoundEvents.BLAZE_DEATH
static final SoundEvent
SoundEvents.BLAZE_HURT
static final SoundEvent
SoundEvents.BLAZE_SHOOT
static final SoundEvent
SoundEvents.BOAT_PADDLE_LAND
static final SoundEvent
SoundEvents.BOAT_PADDLE_WATER
static final SoundEvent
SoundEvents.BONE_BLOCK_BREAK
static final SoundEvent
SoundEvents.BONE_BLOCK_FALL
static final SoundEvent
SoundEvents.BONE_BLOCK_HIT
static final SoundEvent
SoundEvents.BONE_BLOCK_PLACE
static final SoundEvent
SoundEvents.BONE_BLOCK_STEP
static final SoundEvent
SoundEvents.BOOK_PAGE_TURN
static final SoundEvent
SoundEvents.BOOK_PUT
static final SoundEvent
SoundEvents.BOTTLE_EMPTY
static final SoundEvent
SoundEvents.BOTTLE_FILL
static final SoundEvent
SoundEvents.BOTTLE_FILL_DRAGONBREATH
static final SoundEvent
SoundEvents.BREWING_STAND_BREW
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_BUBBLE_POP
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_UPWARDS_AMBIENT
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_UPWARDS_INSIDE
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_WHIRLPOOL_AMBIENT
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_WHIRLPOOL_INSIDE
static final SoundEvent
SoundEvents.BUCKET_EMPTY
static final SoundEvent
SoundEvents.BUCKET_EMPTY_FISH
static final SoundEvent
SoundEvents.BUCKET_EMPTY_LAVA
static final SoundEvent
SoundEvents.BUCKET_FILL
static final SoundEvent
SoundEvents.BUCKET_FILL_FISH
static final SoundEvent
SoundEvents.BUCKET_FILL_LAVA
static final SoundEvent
SoundEvents.CAMPFIRE_CRACKLE
static final SoundEvent
SoundEvents.CAT_AMBIENT
static final SoundEvent
SoundEvents.CAT_BEG_FOR_FOOD
static final SoundEvent
SoundEvents.CAT_DEATH
static final SoundEvent
SoundEvents.CAT_EAT
static final SoundEvent
SoundEvents.CAT_HISS
static final SoundEvent
SoundEvents.CAT_HURT
static final SoundEvent
SoundEvents.CAT_PURR
static final SoundEvent
SoundEvents.CAT_PURREOW
static final SoundEvent
SoundEvents.CAT_STRAY_AMBIENT
static final SoundEvent
SoundEvents.CHAIN_BREAK
static final SoundEvent
SoundEvents.CHAIN_FALL
static final SoundEvent
SoundEvents.CHAIN_HIT
static final SoundEvent
SoundEvents.CHAIN_PLACE
static final SoundEvent
SoundEvents.CHAIN_STEP
static final SoundEvent
SoundEvents.CHEST_CLOSE
static final SoundEvent
SoundEvents.CHEST_LOCKED
static final SoundEvent
SoundEvents.CHEST_OPEN
static final SoundEvent
SoundEvents.CHICKEN_AMBIENT
static final SoundEvent
SoundEvents.CHICKEN_DEATH
static final SoundEvent
SoundEvents.CHICKEN_EGG
static final SoundEvent
SoundEvents.CHICKEN_HURT
static final SoundEvent
SoundEvents.CHICKEN_STEP
static final SoundEvent
SoundEvents.CHORUS_FLOWER_DEATH
static final SoundEvent
SoundEvents.CHORUS_FLOWER_GROW
static final SoundEvent
SoundEvents.CHORUS_FRUIT_TELEPORT
static final SoundEvent
SoundEvents.COD_AMBIENT
static final SoundEvent
SoundEvents.COD_DEATH
static final SoundEvent
SoundEvents.COD_FLOP
static final SoundEvent
SoundEvents.COD_HURT
static final SoundEvent
SoundEvents.COMPARATOR_CLICK
static final SoundEvent
SoundEvents.COMPOSTER_EMPTY
static final SoundEvent
SoundEvents.COMPOSTER_FILL
static final SoundEvent
SoundEvents.COMPOSTER_FILL_SUCCESS
static final SoundEvent
SoundEvents.COMPOSTER_READY
static final SoundEvent
SoundEvents.CONDUIT_ACTIVATE
static final SoundEvent
SoundEvents.CONDUIT_AMBIENT
static final SoundEvent
SoundEvents.CONDUIT_AMBIENT_SHORT
static final SoundEvent
SoundEvents.CONDUIT_ATTACK_TARGET
static final SoundEvent
SoundEvents.CONDUIT_DEACTIVATE
static final SoundEvent
SoundEvents.CORAL_BLOCK_BREAK
static final SoundEvent
SoundEvents.CORAL_BLOCK_FALL
static final SoundEvent
SoundEvents.CORAL_BLOCK_HIT
static final SoundEvent
SoundEvents.CORAL_BLOCK_PLACE
static final SoundEvent
SoundEvents.CORAL_BLOCK_STEP
static final SoundEvent
SoundEvents.COW_AMBIENT
static final SoundEvent
SoundEvents.COW_DEATH
static final SoundEvent
SoundEvents.COW_HURT
static final SoundEvent
SoundEvents.COW_MILK
static final SoundEvent
SoundEvents.COW_STEP
static final SoundEvent
SoundEvents.CREEPER_DEATH
static final SoundEvent
SoundEvents.CREEPER_HURT
static final SoundEvent
SoundEvents.CREEPER_PRIMED
static final SoundEvent
SoundEvents.CROP_BREAK
static final SoundEvent
SoundEvents.CROP_PLANTED
static final SoundEvent
SoundEvents.CROSSBOW_HIT
static final SoundEvent
SoundEvents.CROSSBOW_LOADING_END
static final SoundEvent
SoundEvents.CROSSBOW_LOADING_MIDDLE
static final SoundEvent
SoundEvents.CROSSBOW_LOADING_START
static final SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_1
static final SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_2
static final SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_3
static final SoundEvent
SoundEvents.CROSSBOW_SHOOT
static final SoundEvent
SoundEvents.DISPENSER_DISPENSE
static final SoundEvent
SoundEvents.DISPENSER_FAIL
static final SoundEvent
SoundEvents.DISPENSER_LAUNCH
static final SoundEvent
SoundEvents.DOLPHIN_AMBIENT
static final SoundEvent
SoundEvents.DOLPHIN_AMBIENT_WATER
static final SoundEvent
SoundEvents.DOLPHIN_ATTACK
static final SoundEvent
SoundEvents.DOLPHIN_DEATH
static final SoundEvent
SoundEvents.DOLPHIN_EAT
static final SoundEvent
SoundEvents.DOLPHIN_HURT
static final SoundEvent
SoundEvents.DOLPHIN_JUMP
static final SoundEvent
SoundEvents.DOLPHIN_PLAY
static final SoundEvent
SoundEvents.DOLPHIN_SPLASH
static final SoundEvent
SoundEvents.DOLPHIN_SWIM
static final SoundEvent
SoundEvents.DONKEY_AMBIENT
static final SoundEvent
SoundEvents.DONKEY_ANGRY
static final SoundEvent
SoundEvents.DONKEY_CHEST
static final SoundEvent
SoundEvents.DONKEY_DEATH
static final SoundEvent
SoundEvents.DONKEY_EAT
static final SoundEvent
SoundEvents.DONKEY_HURT
static final SoundEvent
SoundEvents.DRAGON_FIREBALL_EXPLODE
static final SoundEvent
SoundEvents.DROWNED_AMBIENT
static final SoundEvent
SoundEvents.DROWNED_AMBIENT_WATER
static final SoundEvent
SoundEvents.DROWNED_DEATH
static final SoundEvent
SoundEvents.DROWNED_DEATH_WATER
static final SoundEvent
SoundEvents.DROWNED_HURT
static final SoundEvent
SoundEvents.DROWNED_HURT_WATER
static final SoundEvent
SoundEvents.DROWNED_SHOOT
static final SoundEvent
SoundEvents.DROWNED_STEP
static final SoundEvent
SoundEvents.DROWNED_SWIM
static final SoundEvent
SoundEvents.EGG_THROW
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_AMBIENT
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_AMBIENT_LAND
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_CURSE
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_DEATH
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_DEATH_LAND
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_FLOP
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_HURT
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_HURT_LAND
static final SoundEvent
SoundEvents.ELYTRA_FLYING
static final SoundEvent
SoundEvents.ENCHANTMENT_TABLE_USE
static final SoundEvent
SoundEvents.END_GATEWAY_SPAWN
static final SoundEvent
SoundEvents.END_PORTAL_FRAME_FILL
static final SoundEvent
SoundEvents.END_PORTAL_SPAWN
static final SoundEvent
SoundEvents.ENDER_CHEST_CLOSE
static final SoundEvent
SoundEvents.ENDER_CHEST_OPEN
static final SoundEvent
SoundEvents.ENDER_DRAGON_AMBIENT
static final SoundEvent
SoundEvents.ENDER_DRAGON_DEATH
static final SoundEvent
SoundEvents.ENDER_DRAGON_FLAP
static final SoundEvent
SoundEvents.ENDER_DRAGON_GROWL
static final SoundEvent
SoundEvents.ENDER_DRAGON_HURT
static final SoundEvent
SoundEvents.ENDER_DRAGON_SHOOT
static final SoundEvent
SoundEvents.ENDER_EYE_DEATH
static final SoundEvent
SoundEvents.ENDER_EYE_LAUNCH
static final SoundEvent
SoundEvents.ENDER_PEARL_THROW
static final SoundEvent
SoundEvents.ENDERMAN_AMBIENT
static final SoundEvent
SoundEvents.ENDERMAN_DEATH
static final SoundEvent
SoundEvents.ENDERMAN_HURT
static final SoundEvent
SoundEvents.ENDERMAN_SCREAM
static final SoundEvent
SoundEvents.ENDERMAN_STARE
static final SoundEvent
SoundEvents.ENDERMAN_TELEPORT
static final SoundEvent
SoundEvents.ENDERMITE_AMBIENT
static final SoundEvent
SoundEvents.ENDERMITE_DEATH
static final SoundEvent
SoundEvents.ENDERMITE_HURT
static final SoundEvent
SoundEvents.ENDERMITE_STEP
static final SoundEvent
SoundEvents.EVOKER_AMBIENT
static final SoundEvent
SoundEvents.EVOKER_CAST_SPELL
static final SoundEvent
SoundEvents.EVOKER_CELEBRATE
static final SoundEvent
SoundEvents.EVOKER_DEATH
static final SoundEvent
SoundEvents.EVOKER_FANGS_ATTACK
static final SoundEvent
SoundEvents.EVOKER_HURT
static final SoundEvent
SoundEvents.EVOKER_PREPARE_ATTACK
static final SoundEvent
SoundEvents.EVOKER_PREPARE_SUMMON
static final SoundEvent
SoundEvents.EVOKER_PREPARE_WOLOLO
static final SoundEvent
SoundEvents.EXPERIENCE_BOTTLE_THROW
static final SoundEvent
SoundEvents.EXPERIENCE_ORB_PICKUP
static final SoundEvent
SoundEvents.FENCE_GATE_CLOSE
static final SoundEvent
SoundEvents.FENCE_GATE_OPEN
static final SoundEvent
SoundEvents.FIRE_AMBIENT
static final SoundEvent
SoundEvents.FIRE_EXTINGUISH
static final SoundEvent
SoundEvents.FIRECHARGE_USE
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_BLAST
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_BLAST_FAR
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_LARGE_BLAST
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_LARGE_BLAST_FAR
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_LAUNCH
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_SHOOT
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_TWINKLE
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_TWINKLE_FAR
static final SoundEvent
SoundEvents.FISH_SWIM
static final SoundEvent
SoundEvents.FISHING_BOBBER_RETRIEVE
static final SoundEvent
SoundEvents.FISHING_BOBBER_SPLASH
static final SoundEvent
SoundEvents.FISHING_BOBBER_THROW
static final SoundEvent
SoundEvents.FLINTANDSTEEL_USE
static final SoundEvent
SoundEvents.FOX_AGGRO
static final SoundEvent
SoundEvents.FOX_AMBIENT
static final SoundEvent
SoundEvents.FOX_BITE
static final SoundEvent
SoundEvents.FOX_DEATH
static final SoundEvent
SoundEvents.FOX_EAT
static final SoundEvent
SoundEvents.FOX_HURT
static final SoundEvent
SoundEvents.FOX_SCREECH
static final SoundEvent
SoundEvents.FOX_SLEEP
static final SoundEvent
SoundEvents.FOX_SNIFF
static final SoundEvent
SoundEvents.FOX_SPIT
static final SoundEvent
SoundEvents.FOX_TELEPORT
static final SoundEvent
SoundEvents.FUNGUS_BREAK
static final SoundEvent
SoundEvents.FUNGUS_FALL
static final SoundEvent
SoundEvents.FUNGUS_HIT
static final SoundEvent
SoundEvents.FUNGUS_PLACE
static final SoundEvent
SoundEvents.FUNGUS_STEP
static final SoundEvent
SoundEvents.FURNACE_FIRE_CRACKLE
static final SoundEvent
SoundEvents.GENERIC_BIG_FALL
static final SoundEvent
SoundEvents.GENERIC_BURN
static final SoundEvent
SoundEvents.GENERIC_DEATH
static final SoundEvent
SoundEvents.GENERIC_DRINK
static final SoundEvent
SoundEvents.GENERIC_EAT
static final SoundEvent
SoundEvents.GENERIC_EXPLODE
static final SoundEvent
SoundEvents.GENERIC_EXTINGUISH_FIRE
static final SoundEvent
SoundEvents.GENERIC_HURT
static final SoundEvent
SoundEvents.GENERIC_SMALL_FALL
static final SoundEvent
SoundEvents.GENERIC_SPLASH
static final SoundEvent
SoundEvents.GENERIC_SWIM
static final SoundEvent
SoundEvents.GHAST_AMBIENT
static final SoundEvent
SoundEvents.GHAST_DEATH
static final SoundEvent
SoundEvents.GHAST_HURT
static final SoundEvent
SoundEvents.GHAST_SCREAM
static final SoundEvent
SoundEvents.GHAST_SHOOT
static final SoundEvent
SoundEvents.GHAST_WARN
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_BREAK
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_FALL
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_HIT
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_PLACE
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_STEP
static final SoundEvent
SoundEvents.GLASS_BREAK
static final SoundEvent
SoundEvents.GLASS_FALL
static final SoundEvent
SoundEvents.GLASS_HIT
static final SoundEvent
SoundEvents.GLASS_PLACE
static final SoundEvent
SoundEvents.GLASS_STEP
static final SoundEvent
SoundEvents.GRASS_BREAK
static final SoundEvent
SoundEvents.GRASS_FALL
static final SoundEvent
SoundEvents.GRASS_HIT
static final SoundEvent
SoundEvents.GRASS_PLACE
static final SoundEvent
SoundEvents.GRASS_STEP
static final SoundEvent
SoundEvents.GRAVEL_BREAK
static final SoundEvent
SoundEvents.GRAVEL_FALL
static final SoundEvent
SoundEvents.GRAVEL_HIT
static final SoundEvent
SoundEvents.GRAVEL_PLACE
static final SoundEvent
SoundEvents.GRAVEL_STEP
static final SoundEvent
SoundEvents.GRINDSTONE_USE
static final SoundEvent
SoundEvents.GUARDIAN_AMBIENT
static final SoundEvent
SoundEvents.GUARDIAN_AMBIENT_LAND
static final SoundEvent
SoundEvents.GUARDIAN_ATTACK
static final SoundEvent
SoundEvents.GUARDIAN_DEATH
static final SoundEvent
SoundEvents.GUARDIAN_DEATH_LAND
static final SoundEvent
SoundEvents.GUARDIAN_FLOP
static final SoundEvent
SoundEvents.GUARDIAN_HURT
static final SoundEvent
SoundEvents.GUARDIAN_HURT_LAND
static final SoundEvent
SoundEvents.HOE_TILL
static final SoundEvent
SoundEvents.HOGLIN_AMBIENT
static final SoundEvent
SoundEvents.HOGLIN_ANGRY
static final SoundEvent
SoundEvents.HOGLIN_ATTACK
static final SoundEvent
SoundEvents.HOGLIN_CONVERTED_TO_ZOMBIFIED
static final SoundEvent
SoundEvents.HOGLIN_DEATH
static final SoundEvent
SoundEvents.HOGLIN_HURT
static final SoundEvent
SoundEvents.HOGLIN_RETREAT
static final SoundEvent
SoundEvents.HOGLIN_STEP
static final SoundEvent
SoundEvents.HONEY_BLOCK_BREAK
static final SoundEvent
SoundEvents.HONEY_BLOCK_FALL
static final SoundEvent
SoundEvents.HONEY_BLOCK_HIT
static final SoundEvent
SoundEvents.HONEY_BLOCK_PLACE
static final SoundEvent
SoundEvents.HONEY_BLOCK_SLIDE
static final SoundEvent
SoundEvents.HONEY_BLOCK_STEP
static final SoundEvent
SoundEvents.HONEY_DRINK
static final SoundEvent
SoundEvents.HORSE_AMBIENT
static final SoundEvent
SoundEvents.HORSE_ANGRY
static final SoundEvent
SoundEvents.HORSE_ARMOR
static final SoundEvent
SoundEvents.HORSE_BREATHE
static final SoundEvent
SoundEvents.HORSE_DEATH
static final SoundEvent
SoundEvents.HORSE_EAT
static final SoundEvent
SoundEvents.HORSE_GALLOP
static final SoundEvent
SoundEvents.HORSE_HURT
static final SoundEvent
SoundEvents.HORSE_JUMP
static final SoundEvent
SoundEvents.HORSE_LAND
static final SoundEvent
SoundEvents.HORSE_SADDLE
static final SoundEvent
SoundEvents.HORSE_STEP
static final SoundEvent
SoundEvents.HORSE_STEP_WOOD
static final SoundEvent
SoundEvents.HOSTILE_BIG_FALL
static final SoundEvent
SoundEvents.HOSTILE_DEATH
static final SoundEvent
SoundEvents.HOSTILE_HURT
static final SoundEvent
SoundEvents.HOSTILE_SMALL_FALL
static final SoundEvent
SoundEvents.HOSTILE_SPLASH
static final SoundEvent
SoundEvents.HOSTILE_SWIM
static final SoundEvent
SoundEvents.HUSK_AMBIENT
static final SoundEvent
SoundEvents.HUSK_CONVERTED_TO_ZOMBIE
static final SoundEvent
SoundEvents.HUSK_DEATH
static final SoundEvent
SoundEvents.HUSK_HURT
static final SoundEvent
SoundEvents.HUSK_STEP
static final SoundEvent
SoundEvents.ILLUSIONER_AMBIENT
static final SoundEvent
SoundEvents.ILLUSIONER_CAST_SPELL
static final SoundEvent
SoundEvents.ILLUSIONER_DEATH
static final SoundEvent
SoundEvents.ILLUSIONER_HURT
static final SoundEvent
SoundEvents.ILLUSIONER_MIRROR_MOVE
static final SoundEvent
SoundEvents.ILLUSIONER_PREPARE_BLINDNESS
static final SoundEvent
SoundEvents.ILLUSIONER_PREPARE_MIRROR
static final SoundEvent
SoundEvents.IRON_DOOR_CLOSE
static final SoundEvent
SoundEvents.IRON_DOOR_OPEN
static final SoundEvent
SoundEvents.IRON_GOLEM_ATTACK
static final SoundEvent
SoundEvents.IRON_GOLEM_DAMAGE
static final SoundEvent
SoundEvents.IRON_GOLEM_DEATH
static final SoundEvent
SoundEvents.IRON_GOLEM_HURT
static final SoundEvent
SoundEvents.IRON_GOLEM_REPAIR
static final SoundEvent
SoundEvents.IRON_GOLEM_STEP
static final SoundEvent
SoundEvents.IRON_TRAPDOOR_CLOSE
static final SoundEvent
SoundEvents.IRON_TRAPDOOR_OPEN
static final SoundEvent
SoundEvents.ITEM_BREAK
static final SoundEvent
SoundEvents.ITEM_FRAME_ADD_ITEM
static final SoundEvent
SoundEvents.ITEM_FRAME_BREAK
static final SoundEvent
SoundEvents.ITEM_FRAME_PLACE
static final SoundEvent
SoundEvents.ITEM_FRAME_REMOVE_ITEM
static final SoundEvent
SoundEvents.ITEM_FRAME_ROTATE_ITEM
static final SoundEvent
SoundEvents.ITEM_PICKUP
static final SoundEvent
SoundEvents.LADDER_BREAK
static final SoundEvent
SoundEvents.LADDER_FALL
static final SoundEvent
SoundEvents.LADDER_HIT
static final SoundEvent
SoundEvents.LADDER_PLACE
static final SoundEvent
SoundEvents.LADDER_STEP
static final SoundEvent
SoundEvents.LANTERN_BREAK
static final SoundEvent
SoundEvents.LANTERN_FALL
static final SoundEvent
SoundEvents.LANTERN_HIT
static final SoundEvent
SoundEvents.LANTERN_PLACE
static final SoundEvent
SoundEvents.LANTERN_STEP
static final SoundEvent
SoundEvents.LAVA_AMBIENT
static final SoundEvent
SoundEvents.LAVA_EXTINGUISH
static final SoundEvent
SoundEvents.LAVA_POP
static final SoundEvent
SoundEvents.LEASH_KNOT_BREAK
static final SoundEvent
SoundEvents.LEASH_KNOT_PLACE
static final SoundEvent
SoundEvents.LEVER_CLICK
static final SoundEvent
SoundEvents.LIGHTNING_BOLT_IMPACT
static final SoundEvent
SoundEvents.LIGHTNING_BOLT_THUNDER
static final SoundEvent
SoundEvents.LILY_PAD_PLACE
static final SoundEvent
SoundEvents.LINGERING_POTION_THROW
static final SoundEvent
SoundEvents.LLAMA_AMBIENT
static final SoundEvent
SoundEvents.LLAMA_ANGRY
static final SoundEvent
SoundEvents.LLAMA_CHEST
static final SoundEvent
SoundEvents.LLAMA_DEATH
static final SoundEvent
SoundEvents.LLAMA_EAT
static final SoundEvent
SoundEvents.LLAMA_HURT
static final SoundEvent
SoundEvents.LLAMA_SPIT
static final SoundEvent
SoundEvents.LLAMA_STEP
static final SoundEvent
SoundEvents.LLAMA_SWAG
static final SoundEvent
SoundEvents.LODESTONE_BREAK
static final SoundEvent
SoundEvents.LODESTONE_COMPASS_LOCK
static final SoundEvent
SoundEvents.LODESTONE_FALL
static final SoundEvent
SoundEvents.LODESTONE_HIT
static final SoundEvent
SoundEvents.LODESTONE_PLACE
static final SoundEvent
SoundEvents.LODESTONE_STEP
static final SoundEvent
SoundEvents.MAGMA_CUBE_DEATH
static final SoundEvent
SoundEvents.MAGMA_CUBE_DEATH_SMALL
static final SoundEvent
SoundEvents.MAGMA_CUBE_HURT
static final SoundEvent
SoundEvents.MAGMA_CUBE_HURT_SMALL
static final SoundEvent
SoundEvents.MAGMA_CUBE_JUMP
static final SoundEvent
SoundEvents.MAGMA_CUBE_SQUISH
static final SoundEvent
SoundEvents.MAGMA_CUBE_SQUISH_SMALL
static final SoundEvent
SoundEvents.METAL_BREAK
static final SoundEvent
SoundEvents.METAL_FALL
static final SoundEvent
SoundEvents.METAL_HIT
static final SoundEvent
SoundEvents.METAL_PLACE
static final SoundEvent
SoundEvents.METAL_PRESSURE_PLATE_CLICK_OFF
static final SoundEvent
SoundEvents.METAL_PRESSURE_PLATE_CLICK_ON
static final SoundEvent
SoundEvents.METAL_STEP
static final SoundEvent
SoundEvents.MINECART_INSIDE
static final SoundEvent
SoundEvents.MINECART_RIDING
static final SoundEvent
SoundEvents.MOOSHROOM_CONVERT
static final SoundEvent
SoundEvents.MOOSHROOM_EAT
static final SoundEvent
SoundEvents.MOOSHROOM_MILK
static final SoundEvent
SoundEvents.MOOSHROOM_MILK_SUSPICIOUSLY
static final SoundEvent
SoundEvents.MOOSHROOM_SHEAR
static final SoundEvent
SoundEvents.MULE_AMBIENT
static final SoundEvent
SoundEvents.MULE_ANGRY
static final SoundEvent
SoundEvents.MULE_CHEST
static final SoundEvent
SoundEvents.MULE_DEATH
static final SoundEvent
SoundEvents.MULE_EAT
static final SoundEvent
SoundEvents.MULE_HURT
static final SoundEvent
SoundEvents.MUSIC_BIOME_BASALT_DELTAS
static final SoundEvent
SoundEvents.MUSIC_BIOME_CRIMSON_FOREST
static final SoundEvent
SoundEvents.MUSIC_BIOME_NETHER_WASTES
static final SoundEvent
SoundEvents.MUSIC_BIOME_SOUL_SAND_VALLEY
static final SoundEvent
SoundEvents.MUSIC_BIOME_WARPED_FOREST
static final SoundEvent
SoundEvents.MUSIC_CREATIVE
static final SoundEvent
SoundEvents.MUSIC_CREDITS
static final SoundEvent
SoundEvents.MUSIC_DISC_11
static final SoundEvent
SoundEvents.MUSIC_DISC_13
static final SoundEvent
SoundEvents.MUSIC_DISC_BLOCKS
static final SoundEvent
SoundEvents.MUSIC_DISC_CAT
static final SoundEvent
SoundEvents.MUSIC_DISC_CHIRP
static final SoundEvent
SoundEvents.MUSIC_DISC_FAR
static final SoundEvent
SoundEvents.MUSIC_DISC_MALL
static final SoundEvent
SoundEvents.MUSIC_DISC_MELLOHI
static final SoundEvent
SoundEvents.MUSIC_DISC_PIGSTEP
static final SoundEvent
SoundEvents.MUSIC_DISC_STAL
static final SoundEvent
SoundEvents.MUSIC_DISC_STRAD
static final SoundEvent
SoundEvents.MUSIC_DISC_WAIT
static final SoundEvent
SoundEvents.MUSIC_DISC_WARD
static final SoundEvent
SoundEvents.MUSIC_DRAGON
static final SoundEvent
SoundEvents.MUSIC_END
static final SoundEvent
SoundEvents.MUSIC_GAME
static final SoundEvent
SoundEvents.MUSIC_MENU
static final SoundEvent
SoundEvents.MUSIC_UNDER_WATER
static final SoundEvent
SoundEvents.NETHER_BRICKS_BREAK
static final SoundEvent
SoundEvents.NETHER_BRICKS_FALL
static final SoundEvent
SoundEvents.NETHER_BRICKS_HIT
static final SoundEvent
SoundEvents.NETHER_BRICKS_PLACE
static final SoundEvent
SoundEvents.NETHER_BRICKS_STEP
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_BREAK
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_FALL
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_HIT
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_PLACE
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_STEP
static final SoundEvent
SoundEvents.NETHER_ORE_BREAK
static final SoundEvent
SoundEvents.NETHER_ORE_FALL
static final SoundEvent
SoundEvents.NETHER_ORE_HIT
static final SoundEvent
SoundEvents.NETHER_ORE_PLACE
static final SoundEvent
SoundEvents.NETHER_ORE_STEP
static final SoundEvent
SoundEvents.NETHER_SPROUTS_BREAK
static final SoundEvent
SoundEvents.NETHER_SPROUTS_FALL
static final SoundEvent
SoundEvents.NETHER_SPROUTS_HIT
static final SoundEvent
SoundEvents.NETHER_SPROUTS_PLACE
static final SoundEvent
SoundEvents.NETHER_SPROUTS_STEP
static final SoundEvent
SoundEvents.NETHER_WART_BREAK
static final SoundEvent
SoundEvents.NETHER_WART_PLANTED
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_BREAK
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_FALL
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_HIT
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_PLACE
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_STEP
static final SoundEvent
SoundEvents.NETHERRACK_BREAK
static final SoundEvent
SoundEvents.NETHERRACK_FALL
static final SoundEvent
SoundEvents.NETHERRACK_HIT
static final SoundEvent
SoundEvents.NETHERRACK_PLACE
static final SoundEvent
SoundEvents.NETHERRACK_STEP
static final SoundEvent
SoundEvents.NOTE_BLOCK_BANJO
static final SoundEvent
SoundEvents.NOTE_BLOCK_BASEDRUM
static final SoundEvent
SoundEvents.NOTE_BLOCK_BASS
static final SoundEvent
SoundEvents.NOTE_BLOCK_BELL
static final SoundEvent
SoundEvents.NOTE_BLOCK_BIT
static final SoundEvent
SoundEvents.NOTE_BLOCK_CHIME
static final SoundEvent
SoundEvents.NOTE_BLOCK_COW_BELL
static final SoundEvent
SoundEvents.NOTE_BLOCK_DIDGERIDOO
static final SoundEvent
SoundEvents.NOTE_BLOCK_FLUTE
static final SoundEvent
SoundEvents.NOTE_BLOCK_GUITAR
static final SoundEvent
SoundEvents.NOTE_BLOCK_HARP
static final SoundEvent
SoundEvents.NOTE_BLOCK_HAT
static final SoundEvent
SoundEvents.NOTE_BLOCK_IRON_XYLOPHONE
static final SoundEvent
SoundEvents.NOTE_BLOCK_PLING
static final SoundEvent
SoundEvents.NOTE_BLOCK_SNARE
static final SoundEvent
SoundEvents.NOTE_BLOCK_XYLOPHONE
static final SoundEvent
SoundEvents.NYLIUM_BREAK
static final SoundEvent
SoundEvents.NYLIUM_FALL
static final SoundEvent
SoundEvents.NYLIUM_HIT
static final SoundEvent
SoundEvents.NYLIUM_PLACE
static final SoundEvent
SoundEvents.NYLIUM_STEP
static final SoundEvent
SoundEvents.OCELOT_AMBIENT
static final SoundEvent
SoundEvents.OCELOT_DEATH
static final SoundEvent
SoundEvents.OCELOT_HURT
static final SoundEvent
SoundEvents.PAINTING_BREAK
static final SoundEvent
SoundEvents.PAINTING_PLACE
static final SoundEvent
SoundEvents.PANDA_AGGRESSIVE_AMBIENT
static final SoundEvent
SoundEvents.PANDA_AMBIENT
static final SoundEvent
SoundEvents.PANDA_BITE
static final SoundEvent
SoundEvents.PANDA_CANT_BREED
static final SoundEvent
SoundEvents.PANDA_DEATH
static final SoundEvent
SoundEvents.PANDA_EAT
static final SoundEvent
SoundEvents.PANDA_HURT
static final SoundEvent
SoundEvents.PANDA_PRE_SNEEZE
static final SoundEvent
SoundEvents.PANDA_SNEEZE
static final SoundEvent
SoundEvents.PANDA_STEP
static final SoundEvent
SoundEvents.PANDA_WORRIED_AMBIENT
static final SoundEvent
SoundEvents.PARROT_AMBIENT
static final SoundEvent
SoundEvents.PARROT_DEATH
static final SoundEvent
SoundEvents.PARROT_EAT
static final SoundEvent
SoundEvents.PARROT_FLY
static final SoundEvent
SoundEvents.PARROT_HURT
static final SoundEvent
SoundEvents.PARROT_IMITATE_BLAZE
static final SoundEvent
SoundEvents.PARROT_IMITATE_CREEPER
static final SoundEvent
SoundEvents.PARROT_IMITATE_DROWNED
static final SoundEvent
SoundEvents.PARROT_IMITATE_ELDER_GUARDIAN
static final SoundEvent
SoundEvents.PARROT_IMITATE_ENDER_DRAGON
static final SoundEvent
SoundEvents.PARROT_IMITATE_ENDERMITE
static final SoundEvent
SoundEvents.PARROT_IMITATE_EVOKER
static final SoundEvent
SoundEvents.PARROT_IMITATE_GHAST
static final SoundEvent
SoundEvents.PARROT_IMITATE_GUARDIAN
static final SoundEvent
SoundEvents.PARROT_IMITATE_HOGLIN
static final SoundEvent
SoundEvents.PARROT_IMITATE_HUSK
static final SoundEvent
SoundEvents.PARROT_IMITATE_ILLUSIONER
static final SoundEvent
SoundEvents.PARROT_IMITATE_MAGMA_CUBE
static final SoundEvent
SoundEvents.PARROT_IMITATE_PHANTOM
static final SoundEvent
SoundEvents.PARROT_IMITATE_PIGLIN
static final SoundEvent
SoundEvents.PARROT_IMITATE_PIGLIN_BRUTE
static final SoundEvent
SoundEvents.PARROT_IMITATE_PILLAGER
static final SoundEvent
SoundEvents.PARROT_IMITATE_RAVAGER
static final SoundEvent
SoundEvents.PARROT_IMITATE_SHULKER
static final SoundEvent
SoundEvents.PARROT_IMITATE_SILVERFISH
static final SoundEvent
SoundEvents.PARROT_IMITATE_SKELETON
static final SoundEvent
SoundEvents.PARROT_IMITATE_SLIME
static final SoundEvent
SoundEvents.PARROT_IMITATE_SPIDER
static final SoundEvent
SoundEvents.PARROT_IMITATE_STRAY
static final SoundEvent
SoundEvents.PARROT_IMITATE_VEX
static final SoundEvent
SoundEvents.PARROT_IMITATE_VINDICATOR
static final SoundEvent
SoundEvents.PARROT_IMITATE_WITCH
static final SoundEvent
SoundEvents.PARROT_IMITATE_WITHER
static final SoundEvent
SoundEvents.PARROT_IMITATE_WITHER_SKELETON
static final SoundEvent
SoundEvents.PARROT_IMITATE_ZOGLIN
static final SoundEvent
SoundEvents.PARROT_IMITATE_ZOMBIE
static final SoundEvent
SoundEvents.PARROT_IMITATE_ZOMBIE_VILLAGER
static final SoundEvent
SoundEvents.PARROT_STEP
static final SoundEvent
SoundEvents.PHANTOM_AMBIENT
static final SoundEvent
SoundEvents.PHANTOM_BITE
static final SoundEvent
SoundEvents.PHANTOM_DEATH
static final SoundEvent
SoundEvents.PHANTOM_FLAP
static final SoundEvent
SoundEvents.PHANTOM_HURT
static final SoundEvent
SoundEvents.PHANTOM_SWOOP
static final SoundEvent
SoundEvents.PIG_AMBIENT
static final SoundEvent
SoundEvents.PIG_DEATH
static final SoundEvent
SoundEvents.PIG_HURT
static final SoundEvent
SoundEvents.PIG_SADDLE
static final SoundEvent
SoundEvents.PIG_STEP
static final SoundEvent
SoundEvents.PIGLIN_ADMIRING_ITEM
static final SoundEvent
SoundEvents.PIGLIN_AMBIENT
static final SoundEvent
SoundEvents.PIGLIN_ANGRY
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_AMBIENT
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_ANGRY
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_DEATH
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_HURT
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_STEP
static final SoundEvent
SoundEvents.PIGLIN_CELEBRATE
static final SoundEvent
SoundEvents.PIGLIN_CONVERTED_TO_ZOMBIFIED
static final SoundEvent
SoundEvents.PIGLIN_DEATH
static final SoundEvent
SoundEvents.PIGLIN_HURT
static final SoundEvent
SoundEvents.PIGLIN_JEALOUS
static final SoundEvent
SoundEvents.PIGLIN_RETREAT
static final SoundEvent
SoundEvents.PIGLIN_STEP
static final SoundEvent
SoundEvents.PILLAGER_AMBIENT
static final SoundEvent
SoundEvents.PILLAGER_CELEBRATE
static final SoundEvent
SoundEvents.PILLAGER_DEATH
static final SoundEvent
SoundEvents.PILLAGER_HURT
static final SoundEvent
SoundEvents.PISTON_CONTRACT
static final SoundEvent
SoundEvents.PISTON_EXTEND
static final SoundEvent
SoundEvents.PLAYER_ATTACK_CRIT
static final SoundEvent
SoundEvents.PLAYER_ATTACK_KNOCKBACK
static final SoundEvent
SoundEvents.PLAYER_ATTACK_NODAMAGE
static final SoundEvent
SoundEvents.PLAYER_ATTACK_STRONG
static final SoundEvent
SoundEvents.PLAYER_ATTACK_SWEEP
static final SoundEvent
SoundEvents.PLAYER_ATTACK_WEAK
static final SoundEvent
SoundEvents.PLAYER_BIG_FALL
static final SoundEvent
SoundEvents.PLAYER_BREATH
static final SoundEvent
SoundEvents.PLAYER_BURP
static final SoundEvent
SoundEvents.PLAYER_DEATH
static final SoundEvent
SoundEvents.PLAYER_HURT
static final SoundEvent
SoundEvents.PLAYER_HURT_DROWN
static final SoundEvent
SoundEvents.PLAYER_HURT_ON_FIRE
static final SoundEvent
SoundEvents.PLAYER_HURT_SWEET_BERRY_BUSH
static final SoundEvent
SoundEvents.PLAYER_LEVELUP
static final SoundEvent
SoundEvents.PLAYER_SMALL_FALL
static final SoundEvent
SoundEvents.PLAYER_SPLASH
static final SoundEvent
SoundEvents.PLAYER_SPLASH_HIGH_SPEED
static final SoundEvent
SoundEvents.PLAYER_SWIM
static final SoundEvent
SoundEvents.POLAR_BEAR_AMBIENT
static final SoundEvent
SoundEvents.POLAR_BEAR_AMBIENT_BABY
static final SoundEvent
SoundEvents.POLAR_BEAR_DEATH
static final SoundEvent
SoundEvents.POLAR_BEAR_HURT
static final SoundEvent
SoundEvents.POLAR_BEAR_STEP
static final SoundEvent
SoundEvents.POLAR_BEAR_WARNING
static final SoundEvent
SoundEvents.PORTAL_AMBIENT
static final SoundEvent
SoundEvents.PORTAL_TRAVEL
static final SoundEvent
SoundEvents.PORTAL_TRIGGER
static final SoundEvent
SoundEvents.PUFFER_FISH_AMBIENT
static final SoundEvent
SoundEvents.PUFFER_FISH_BLOW_OUT
static final SoundEvent
SoundEvents.PUFFER_FISH_BLOW_UP
static final SoundEvent
SoundEvents.PUFFER_FISH_DEATH
static final SoundEvent
SoundEvents.PUFFER_FISH_FLOP
static final SoundEvent
SoundEvents.PUFFER_FISH_HURT
static final SoundEvent
SoundEvents.PUFFER_FISH_STING
static final SoundEvent
SoundEvents.PUMPKIN_CARVE
static final SoundEvent
SoundEvents.RABBIT_AMBIENT
static final SoundEvent
SoundEvents.RABBIT_ATTACK
static final SoundEvent
SoundEvents.RABBIT_DEATH
static final SoundEvent
SoundEvents.RABBIT_HURT
static final SoundEvent
SoundEvents.RABBIT_JUMP
static final SoundEvent
SoundEvents.RAID_HORN
static final SoundEvent
SoundEvents.RAVAGER_AMBIENT
static final SoundEvent
SoundEvents.RAVAGER_ATTACK
static final SoundEvent
SoundEvents.RAVAGER_CELEBRATE
static final SoundEvent
SoundEvents.RAVAGER_DEATH
static final SoundEvent
SoundEvents.RAVAGER_HURT
static final SoundEvent
SoundEvents.RAVAGER_ROAR
static final SoundEvent
SoundEvents.RAVAGER_STEP
static final SoundEvent
SoundEvents.RAVAGER_STUNNED
static final SoundEvent
SoundEvents.REDSTONE_TORCH_BURNOUT
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_AMBIENT
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_CHARGE
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_DEPLETE
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_SET_SPAWN
static final SoundEvent
SoundEvents.ROOTS_BREAK
static final SoundEvent
SoundEvents.ROOTS_FALL
static final SoundEvent
SoundEvents.ROOTS_HIT
static final SoundEvent
SoundEvents.ROOTS_PLACE
static final SoundEvent
SoundEvents.ROOTS_STEP
static final SoundEvent
SoundEvents.SALMON_AMBIENT
static final SoundEvent
SoundEvents.SALMON_DEATH
static final SoundEvent
SoundEvents.SALMON_FLOP
static final SoundEvent
SoundEvents.SALMON_HURT
static final SoundEvent
SoundEvents.SAND_BREAK
static final SoundEvent
SoundEvents.SAND_FALL
static final SoundEvent
SoundEvents.SAND_HIT
static final SoundEvent
SoundEvents.SAND_PLACE
static final SoundEvent
SoundEvents.SAND_STEP
static final SoundEvent
SoundEvents.SCAFFOLDING_BREAK
static final SoundEvent
SoundEvents.SCAFFOLDING_FALL
static final SoundEvent
SoundEvents.SCAFFOLDING_HIT
static final SoundEvent
SoundEvents.SCAFFOLDING_PLACE
static final SoundEvent
SoundEvents.SCAFFOLDING_STEP
static final SoundEvent
SoundEvents.SHEEP_AMBIENT
static final SoundEvent
SoundEvents.SHEEP_DEATH
static final SoundEvent
SoundEvents.SHEEP_HURT
static final SoundEvent
SoundEvents.SHEEP_SHEAR
static final SoundEvent
SoundEvents.SHEEP_STEP
static final SoundEvent
SoundEvents.SHIELD_BLOCK
static final SoundEvent
SoundEvents.SHIELD_BREAK
static final SoundEvent
SoundEvents.SHOVEL_FLATTEN
static final SoundEvent
SoundEvents.SHROOMLIGHT_BREAK
static final SoundEvent
SoundEvents.SHROOMLIGHT_FALL
static final SoundEvent
SoundEvents.SHROOMLIGHT_HIT
static final SoundEvent
SoundEvents.SHROOMLIGHT_PLACE
static final SoundEvent
SoundEvents.SHROOMLIGHT_STEP
static final SoundEvent
SoundEvents.SHULKER_AMBIENT
static final SoundEvent
SoundEvents.SHULKER_BOX_CLOSE
static final SoundEvent
SoundEvents.SHULKER_BOX_OPEN
static final SoundEvent
SoundEvents.SHULKER_BULLET_HIT
static final SoundEvent
SoundEvents.SHULKER_BULLET_HURT
static final SoundEvent
SoundEvents.SHULKER_CLOSE
static final SoundEvent
SoundEvents.SHULKER_DEATH
static final SoundEvent
SoundEvents.SHULKER_HURT
static final SoundEvent
SoundEvents.SHULKER_HURT_CLOSED
static final SoundEvent
SoundEvents.SHULKER_OPEN
static final SoundEvent
SoundEvents.SHULKER_SHOOT
static final SoundEvent
SoundEvents.SHULKER_TELEPORT
static final SoundEvent
SoundEvents.SILVERFISH_AMBIENT
static final SoundEvent
SoundEvents.SILVERFISH_DEATH
static final SoundEvent
SoundEvents.SILVERFISH_HURT
static final SoundEvent
SoundEvents.SILVERFISH_STEP
static final SoundEvent
SoundEvents.SKELETON_AMBIENT
static final SoundEvent
SoundEvents.SKELETON_DEATH
static final SoundEvent
SoundEvents.SKELETON_HORSE_AMBIENT
static final SoundEvent
SoundEvents.SKELETON_HORSE_AMBIENT_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_DEATH
static final SoundEvent
SoundEvents.SKELETON_HORSE_GALLOP_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_HURT
static final SoundEvent
SoundEvents.SKELETON_HORSE_JUMP_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_STEP_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_SWIM
static final SoundEvent
SoundEvents.SKELETON_HURT
static final SoundEvent
SoundEvents.SKELETON_SHOOT
static final SoundEvent
SoundEvents.SKELETON_STEP
static final SoundEvent
SoundEvents.SLIME_ATTACK
static final SoundEvent
SoundEvents.SLIME_BLOCK_BREAK
static final SoundEvent
SoundEvents.SLIME_BLOCK_FALL
static final SoundEvent
SoundEvents.SLIME_BLOCK_HIT
static final SoundEvent
SoundEvents.SLIME_BLOCK_PLACE
static final SoundEvent
SoundEvents.SLIME_BLOCK_STEP
static final SoundEvent
SoundEvents.SLIME_DEATH
static final SoundEvent
SoundEvents.SLIME_DEATH_SMALL
static final SoundEvent
SoundEvents.SLIME_HURT
static final SoundEvent
SoundEvents.SLIME_HURT_SMALL
static final SoundEvent
SoundEvents.SLIME_JUMP
static final SoundEvent
SoundEvents.SLIME_JUMP_SMALL
static final SoundEvent
SoundEvents.SLIME_SQUISH
static final SoundEvent
SoundEvents.SLIME_SQUISH_SMALL
static final SoundEvent
SoundEvents.SMITHING_TABLE_USE
static final SoundEvent
SoundEvents.SMOKER_SMOKE
static final SoundEvent
SoundEvents.SNOW_BREAK
static final SoundEvent
SoundEvents.SNOW_FALL
static final SoundEvent
SoundEvents.SNOW_GOLEM_AMBIENT
static final SoundEvent
SoundEvents.SNOW_GOLEM_DEATH
static final SoundEvent
SoundEvents.SNOW_GOLEM_HURT
static final SoundEvent
SoundEvents.SNOW_GOLEM_SHEAR
static final SoundEvent
SoundEvents.SNOW_GOLEM_SHOOT
static final SoundEvent
SoundEvents.SNOW_HIT
static final SoundEvent
SoundEvents.SNOW_PLACE
static final SoundEvent
SoundEvents.SNOW_STEP
static final SoundEvent
SoundEvents.SNOWBALL_THROW
static final SoundEvent
SoundEvents.SOUL_ESCAPE
static final SoundEvent
SoundEvents.SOUL_SAND_BREAK
static final SoundEvent
SoundEvents.SOUL_SAND_FALL
static final SoundEvent
SoundEvents.SOUL_SAND_HIT
static final SoundEvent
SoundEvents.SOUL_SAND_PLACE
static final SoundEvent
SoundEvents.SOUL_SAND_STEP
static final SoundEvent
SoundEvents.SOUL_SOIL_BREAK
static final SoundEvent
SoundEvents.SOUL_SOIL_FALL
static final SoundEvent
SoundEvents.SOUL_SOIL_HIT
static final SoundEvent
SoundEvents.SOUL_SOIL_PLACE
static final SoundEvent
SoundEvents.SOUL_SOIL_STEP
static final SoundEvent
SoundEvents.SPIDER_AMBIENT
static final SoundEvent
SoundEvents.SPIDER_DEATH
static final SoundEvent
SoundEvents.SPIDER_HURT
static final SoundEvent
SoundEvents.SPIDER_STEP
static final SoundEvent
SoundEvents.SPLASH_POTION_BREAK
static final SoundEvent
SoundEvents.SPLASH_POTION_THROW
static final SoundEvent
SoundEvents.SQUID_AMBIENT
static final SoundEvent
SoundEvents.SQUID_DEATH
static final SoundEvent
SoundEvents.SQUID_HURT
static final SoundEvent
SoundEvents.SQUID_SQUIRT
static final SoundEvent
SoundEvents.STEM_BREAK
static final SoundEvent
SoundEvents.STEM_FALL
static final SoundEvent
SoundEvents.STEM_HIT
static final SoundEvent
SoundEvents.STEM_PLACE
static final SoundEvent
SoundEvents.STEM_STEP
static final SoundEvent
SoundEvents.STONE_BREAK
static final SoundEvent
SoundEvents.STONE_BUTTON_CLICK_OFF
static final SoundEvent
SoundEvents.STONE_BUTTON_CLICK_ON
static final SoundEvent
SoundEvents.STONE_FALL
static final SoundEvent
SoundEvents.STONE_HIT
static final SoundEvent
SoundEvents.STONE_PLACE
static final SoundEvent
SoundEvents.STONE_PRESSURE_PLATE_CLICK_OFF
static final SoundEvent
SoundEvents.STONE_PRESSURE_PLATE_CLICK_ON
static final SoundEvent
SoundEvents.STONE_STEP
static final SoundEvent
SoundEvents.STRAY_AMBIENT
static final SoundEvent
SoundEvents.STRAY_DEATH
static final SoundEvent
SoundEvents.STRAY_HURT
static final SoundEvent
SoundEvents.STRAY_STEP
static final SoundEvent
SoundEvents.STRIDER_AMBIENT
static final SoundEvent
SoundEvents.STRIDER_DEATH
static final SoundEvent
SoundEvents.STRIDER_EAT
static final SoundEvent
SoundEvents.STRIDER_HAPPY
static final SoundEvent
SoundEvents.STRIDER_HURT
static final SoundEvent
SoundEvents.STRIDER_RETREAT
static final SoundEvent
SoundEvents.STRIDER_SADDLE
static final SoundEvent
SoundEvents.STRIDER_STEP
static final SoundEvent
SoundEvents.STRIDER_STEP_LAVA
static final SoundEvent
SoundEvents.SWEET_BERRY_BUSH_BREAK
static final SoundEvent
SoundEvents.SWEET_BERRY_BUSH_PICK_BERRIES
static final SoundEvent
SoundEvents.SWEET_BERRY_BUSH_PLACE
static final SoundEvent
SoundEvents.THORNS_HIT
static final SoundEvent
SoundEvents.TNT_PRIMED
static final SoundEvent
SoundEvents.TOTEM_USE
static final SoundEvent
SoundEvents.TRIDENT_HIT
static final SoundEvent
SoundEvents.TRIDENT_HIT_GROUND
static final SoundEvent
SoundEvents.TRIDENT_RETURN
static final SoundEvent
SoundEvents.TRIDENT_RIPTIDE_1
static final SoundEvent
SoundEvents.TRIDENT_RIPTIDE_2
static final SoundEvent
SoundEvents.TRIDENT_RIPTIDE_3
static final SoundEvent
SoundEvents.TRIDENT_THROW
static final SoundEvent
SoundEvents.TRIDENT_THUNDER
static final SoundEvent
SoundEvents.TRIPWIRE_ATTACH
static final SoundEvent
SoundEvents.TRIPWIRE_CLICK_OFF
static final SoundEvent
SoundEvents.TRIPWIRE_CLICK_ON
static final SoundEvent
SoundEvents.TRIPWIRE_DETACH
static final SoundEvent
SoundEvents.TROPICAL_FISH_AMBIENT
static final SoundEvent
SoundEvents.TROPICAL_FISH_DEATH
static final SoundEvent
SoundEvents.TROPICAL_FISH_FLOP
static final SoundEvent
SoundEvents.TROPICAL_FISH_HURT
static final SoundEvent
SoundEvents.TURTLE_AMBIENT_LAND
static final SoundEvent
SoundEvents.TURTLE_DEATH
static final SoundEvent
SoundEvents.TURTLE_DEATH_BABY
static final SoundEvent
SoundEvents.TURTLE_EGG_BREAK
static final SoundEvent
SoundEvents.TURTLE_EGG_CRACK
static final SoundEvent
SoundEvents.TURTLE_EGG_HATCH
static final SoundEvent
SoundEvents.TURTLE_HURT
static final SoundEvent
SoundEvents.TURTLE_HURT_BABY
static final SoundEvent
SoundEvents.TURTLE_LAY_EGG
static final SoundEvent
SoundEvents.TURTLE_SHAMBLE
static final SoundEvent
SoundEvents.TURTLE_SHAMBLE_BABY
static final SoundEvent
SoundEvents.TURTLE_SWIM
static final SoundEvent
SoundEvents.UI_BUTTON_CLICK
static final SoundEvent
SoundEvents.UI_CARTOGRAPHY_TABLE_TAKE_RESULT
static final SoundEvent
SoundEvents.UI_LOOM_SELECT_PATTERN
static final SoundEvent
SoundEvents.UI_LOOM_TAKE_RESULT
static final SoundEvent
SoundEvents.UI_STONECUTTER_SELECT_RECIPE
static final SoundEvent
SoundEvents.UI_STONECUTTER_TAKE_RESULT
static final SoundEvent
SoundEvents.UI_TOAST_CHALLENGE_COMPLETE
static final SoundEvent
SoundEvents.UI_TOAST_IN
static final SoundEvent
SoundEvents.UI_TOAST_OUT
static final SoundEvent
SoundEvents.VEX_AMBIENT
static final SoundEvent
SoundEvents.VEX_CHARGE
static final SoundEvent
SoundEvents.VEX_DEATH
static final SoundEvent
SoundEvents.VEX_HURT
static final SoundEvent
SoundEvents.VILLAGER_AMBIENT
static final SoundEvent
SoundEvents.VILLAGER_CELEBRATE
static final SoundEvent
SoundEvents.VILLAGER_DEATH
static final SoundEvent
SoundEvents.VILLAGER_HURT
static final SoundEvent
SoundEvents.VILLAGER_NO
static final SoundEvent
SoundEvents.VILLAGER_TRADE
static final SoundEvent
SoundEvents.VILLAGER_WORK_ARMORER
static final SoundEvent
SoundEvents.VILLAGER_WORK_BUTCHER
static final SoundEvent
SoundEvents.VILLAGER_WORK_CARTOGRAPHER
static final SoundEvent
SoundEvents.VILLAGER_WORK_CLERIC
static final SoundEvent
SoundEvents.VILLAGER_WORK_FARMER
static final SoundEvent
SoundEvents.VILLAGER_WORK_FISHERMAN
static final SoundEvent
SoundEvents.VILLAGER_WORK_FLETCHER
static final SoundEvent
SoundEvents.VILLAGER_WORK_LEATHERWORKER
static final SoundEvent
SoundEvents.VILLAGER_WORK_LIBRARIAN
static final SoundEvent
SoundEvents.VILLAGER_WORK_MASON
static final SoundEvent
SoundEvents.VILLAGER_WORK_SHEPHERD
static final SoundEvent
SoundEvents.VILLAGER_WORK_TOOLSMITH
static final SoundEvent
SoundEvents.VILLAGER_WORK_WEAPONSMITH
static final SoundEvent
SoundEvents.VILLAGER_YES
static final SoundEvent
SoundEvents.VINDICATOR_AMBIENT
static final SoundEvent
SoundEvents.VINDICATOR_CELEBRATE
static final SoundEvent
SoundEvents.VINDICATOR_DEATH
static final SoundEvent
SoundEvents.VINDICATOR_HURT
static final SoundEvent
SoundEvents.VINE_STEP
static final SoundEvent
SoundEvents.WANDERING_TRADER_AMBIENT
static final SoundEvent
SoundEvents.WANDERING_TRADER_DEATH
static final SoundEvent
SoundEvents.WANDERING_TRADER_DISAPPEARED
static final SoundEvent
SoundEvents.WANDERING_TRADER_DRINK_MILK
static final SoundEvent
SoundEvents.WANDERING_TRADER_DRINK_POTION
static final SoundEvent
SoundEvents.WANDERING_TRADER_HURT
static final SoundEvent
SoundEvents.WANDERING_TRADER_NO
static final SoundEvent
SoundEvents.WANDERING_TRADER_REAPPEARED
static final SoundEvent
SoundEvents.WANDERING_TRADER_TRADE
static final SoundEvent
SoundEvents.WANDERING_TRADER_YES
static final SoundEvent
SoundEvents.WART_BLOCK_BREAK
static final SoundEvent
SoundEvents.WART_BLOCK_FALL
static final SoundEvent
SoundEvents.WART_BLOCK_HIT
static final SoundEvent
SoundEvents.WART_BLOCK_PLACE
static final SoundEvent
SoundEvents.WART_BLOCK_STEP
static final SoundEvent
SoundEvents.WATER_AMBIENT
static final SoundEvent
SoundEvents.WEATHER_RAIN
static final SoundEvent
SoundEvents.WEATHER_RAIN_ABOVE
static final SoundEvent
SoundEvents.WEEPING_VINES_BREAK
static final SoundEvent
SoundEvents.WEEPING_VINES_FALL
static final SoundEvent
SoundEvents.WEEPING_VINES_HIT
static final SoundEvent
SoundEvents.WEEPING_VINES_PLACE
static final SoundEvent
SoundEvents.WEEPING_VINES_STEP
static final SoundEvent
SoundEvents.WET_GRASS_BREAK
static final SoundEvent
SoundEvents.WET_GRASS_FALL
static final SoundEvent
SoundEvents.WET_GRASS_HIT
static final SoundEvent
SoundEvents.WET_GRASS_PLACE
static final SoundEvent
SoundEvents.WET_GRASS_STEP
static final SoundEvent
SoundEvents.WITCH_AMBIENT
static final SoundEvent
SoundEvents.WITCH_CELEBRATE
static final SoundEvent
SoundEvents.WITCH_DEATH
static final SoundEvent
SoundEvents.WITCH_DRINK
static final SoundEvent
SoundEvents.WITCH_HURT
static final SoundEvent
SoundEvents.WITCH_THROW
static final SoundEvent
SoundEvents.WITHER_AMBIENT
static final SoundEvent
SoundEvents.WITHER_BREAK_BLOCK
static final SoundEvent
SoundEvents.WITHER_DEATH
static final SoundEvent
SoundEvents.WITHER_HURT
static final SoundEvent
SoundEvents.WITHER_SHOOT
static final SoundEvent
SoundEvents.WITHER_SKELETON_AMBIENT
static final SoundEvent
SoundEvents.WITHER_SKELETON_DEATH
static final SoundEvent
SoundEvents.WITHER_SKELETON_HURT
static final SoundEvent
SoundEvents.WITHER_SKELETON_STEP
static final SoundEvent
SoundEvents.WITHER_SPAWN
static final SoundEvent
SoundEvents.WOLF_AMBIENT
static final SoundEvent
SoundEvents.WOLF_DEATH
static final SoundEvent
SoundEvents.WOLF_GROWL
static final SoundEvent
SoundEvents.WOLF_HOWL
static final SoundEvent
SoundEvents.WOLF_HURT
static final SoundEvent
SoundEvents.WOLF_PANT
static final SoundEvent
SoundEvents.WOLF_SHAKE
static final SoundEvent
SoundEvents.WOLF_STEP
static final SoundEvent
SoundEvents.WOLF_WHINE
static final SoundEvent
SoundEvents.WOOD_BREAK
static final SoundEvent
SoundEvents.WOOD_FALL
static final SoundEvent
SoundEvents.WOOD_HIT
static final SoundEvent
SoundEvents.WOOD_PLACE
static final SoundEvent
SoundEvents.WOOD_STEP
static final SoundEvent
SoundEvents.WOODEN_BUTTON_CLICK_OFF
static final SoundEvent
SoundEvents.WOODEN_BUTTON_CLICK_ON
static final SoundEvent
SoundEvents.WOODEN_DOOR_CLOSE
static final SoundEvent
SoundEvents.WOODEN_DOOR_OPEN
static final SoundEvent
SoundEvents.WOODEN_PRESSURE_PLATE_CLICK_OFF
static final SoundEvent
SoundEvents.WOODEN_PRESSURE_PLATE_CLICK_ON
static final SoundEvent
SoundEvents.WOODEN_TRAPDOOR_CLOSE
static final SoundEvent
SoundEvents.WOODEN_TRAPDOOR_OPEN
static final SoundEvent
SoundEvents.WOOL_BREAK
static final SoundEvent
SoundEvents.WOOL_FALL
static final SoundEvent
SoundEvents.WOOL_HIT
static final SoundEvent
SoundEvents.WOOL_PLACE
static final SoundEvent
SoundEvents.WOOL_STEP
static final SoundEvent
SoundEvents.ZOGLIN_AMBIENT
static final SoundEvent
SoundEvents.ZOGLIN_ANGRY
static final SoundEvent
SoundEvents.ZOGLIN_ATTACK
static final SoundEvent
SoundEvents.ZOGLIN_DEATH
static final SoundEvent
SoundEvents.ZOGLIN_HURT
static final SoundEvent
SoundEvents.ZOGLIN_STEP
static final SoundEvent
SoundEvents.ZOMBIE_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIE_ATTACK_IRON_DOOR
static final SoundEvent
SoundEvents.ZOMBIE_ATTACK_WOODEN_DOOR
static final SoundEvent
SoundEvents.ZOMBIE_BREAK_WOODEN_DOOR
static final SoundEvent
SoundEvents.ZOMBIE_CONVERTED_TO_DROWNED
static final SoundEvent
SoundEvents.ZOMBIE_DEATH
static final SoundEvent
SoundEvents.ZOMBIE_DESTROY_EGG
static final SoundEvent
SoundEvents.ZOMBIE_HORSE_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIE_HORSE_DEATH
static final SoundEvent
SoundEvents.ZOMBIE_HORSE_HURT
static final SoundEvent
SoundEvents.ZOMBIE_HURT
static final SoundEvent
SoundEvents.ZOMBIE_INFECT
static final SoundEvent
SoundEvents.ZOMBIE_STEP
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_CONVERTED
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_CURE
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_DEATH
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_HURT
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_STEP
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_ANGRY
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_DEATH
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_HURT
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SoundEvent>
SoundEvent.CODEC
-
Uses of SoundEvent in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic final Registry<SoundEvent>
Registry.SOUND_EVENT
Deprecated.static final RegistryKey<Registry<SoundEvent>>
Registry.SOUND_EVENT_REGISTRY
-
Uses of SoundEvent in net.minecraft.world
Modifier and TypeMethodDescriptionvoid
World.playLocalSound
(double p_184134_1_, double p_184134_3_, double p_184134_5_, SoundEvent p_184134_7_, SoundCategory p_184134_8_, float p_184134_9_, float p_184134_10_, boolean p_184134_11_) void
IWorld.playSound
(PlayerEntity p_184133_1_, BlockPos p_184133_2_, SoundEvent p_184133_3_, SoundCategory p_184133_4_, float p_184133_5_, float p_184133_6_) abstract void
World.playSound
(PlayerEntity p_184148_1_, double p_184148_2_, double p_184148_4_, double p_184148_6_, SoundEvent p_184148_8_, SoundCategory p_184148_9_, float p_184148_10_, float p_184148_11_) abstract void
World.playSound
(PlayerEntity p_217384_1_, Entity p_217384_2_, SoundEvent p_217384_3_, SoundCategory p_217384_4_, float p_217384_5_, float p_217384_6_) void
World.playSound
(PlayerEntity p_184133_1_, BlockPos p_184133_2_, SoundEvent p_184133_3_, SoundCategory p_184133_4_, float p_184133_5_, float p_184133_6_) -
Uses of SoundEvent in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate SoundEvent
MoodSoundAmbience.soundEvent
private SoundEvent
SoundAdditionsAmbience.soundEvent
Modifier and TypeFieldDescriptionprivate final Optional<SoundEvent>
BiomeAmbience.ambientLoopSoundEvent
private Optional<SoundEvent>
BiomeAmbience.Builder.ambientLoopSoundEvent
Modifier and TypeMethodDescriptionMoodSoundAmbience.getSoundEvent()
SoundAdditionsAmbience.getSoundEvent()
Modifier and TypeMethodDescriptionBiome.getAmbientLoop()
BiomeAmbience.getAmbientLoopSoundEvent()
ModifierConstructorDescriptionMoodSoundAmbience
(SoundEvent p_i231628_1_, int p_i231628_2_, int p_i231628_3_, double p_i231628_4_) SoundAdditionsAmbience
(SoundEvent p_i231627_1_, double p_i231627_2_) -
Uses of SoundEvent in net.minecraft.world.gen
Modifier and TypeMethodDescriptionvoid
WorldGenRegion.playSound
(PlayerEntity p_184133_1_, BlockPos p_184133_2_, SoundEvent p_184133_3_, SoundCategory p_184133_4_, float p_184133_5_, float p_184133_6_) -
Uses of SoundEvent in net.minecraft.world.server
Modifier and TypeMethodDescriptionvoid
ServerWorld.playSound
(PlayerEntity p_184148_1_, double p_184148_2_, double p_184148_4_, double p_184148_6_, SoundEvent p_184148_8_, SoundCategory p_184148_9_, float p_184148_10_, float p_184148_11_) void
ServerWorld.playSound
(PlayerEntity p_217384_1_, Entity p_217384_2_, SoundEvent p_217384_3_, SoundCategory p_217384_4_, float p_217384_5_, float p_217384_6_) -
Uses of SoundEvent in net.minecraftforge.common
Modifier and TypeMethodDescriptionvoid
ForgeMod.missingSoundMapping
(RegistryEvent.MissingMappings<SoundEvent> event) -
Uses of SoundEvent in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprotected void
SoundDefinitionsProvider.add
(SoundEvent soundEvent, SoundDefinition definition) Adds the entry name associated with the givenSoundEvent
with theSoundDefinition
to the list.Modifier and TypeMethodDescriptionprotected void
SoundDefinitionsProvider.add
(Supplier<SoundEvent> soundEvent, SoundDefinition definition) Adds the entry name associated with the suppliedSoundEvent
with the givenSoundDefinition
to the list. -
Uses of SoundEvent in net.minecraftforge.common.util
Modifier and TypeFieldDescriptionprivate final Supplier<SoundEvent>
ForgeSoundType.breakSound
private final Supplier<SoundEvent>
ForgeSoundType.fallSound
private final Supplier<SoundEvent>
ForgeSoundType.hitSound
private final Supplier<SoundEvent>
ForgeSoundType.placeSound
private final Supplier<SoundEvent>
ForgeSoundType.stepSound
Modifier and TypeMethodDescriptionForgeSoundType.getBreakSound()
ForgeSoundType.getFallSound()
ForgeSoundType.getHitSound()
ForgeSoundType.getPlaceSound()
ForgeSoundType.getStepSound()
ModifierConstructorDescriptionForgeSoundType
(float volumeIn, float pitchIn, Supplier<SoundEvent> breakSoundIn, Supplier<SoundEvent> stepSoundIn, Supplier<SoundEvent> placeSoundIn, Supplier<SoundEvent> hitSoundIn, Supplier<SoundEvent> fallSoundIn) -
Uses of SoundEvent in net.minecraftforge.debug
Modifier and TypeFieldDescriptionprivate static final DeferredRegister<SoundEvent>
CustomSoundTypeTest.SOUND_EVENTS
private static final RegistryObject<SoundEvent>
CustomSoundTypeTest.TEST_STEP_EVENT
-
Uses of SoundEvent in net.minecraftforge.debug.item
Modifier and TypeFieldDescriptionprivate static final DeferredRegister<SoundEvent>
MusicDiscTest.SOUND_EVENTS
private static final RegistryObject<SoundEvent>
MusicDiscTest.TEST_SOUND_EVENT
-
Uses of SoundEvent in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic PlaySoundAtEntityEvent
ForgeEventFactory.onPlaySoundAtEntity
(Entity entity, SoundEvent name, SoundCategory category, float volume, float pitch) -
Uses of SoundEvent in net.minecraftforge.event.entity
ModifierConstructorDescriptionPlaySoundAtEntityEvent
(Entity entity, SoundEvent name, SoundCategory category, float volume, float pitch) -
Uses of SoundEvent in net.minecraftforge.fluids
Modifier and TypeFieldDescriptionprivate SoundEvent
FluidAttributes.Builder.emptySound
private final SoundEvent
FluidAttributes.emptySound
private SoundEvent
FluidAttributes.Builder.fillSound
private final SoundEvent
FluidAttributes.fillSound
Modifier and TypeMethodDescriptionFluidAttributes.getEmptySound()
FluidAttributes.getEmptySound
(IBlockDisplayReader world, BlockPos pos) FluidAttributes.getEmptySound
(FluidStack stack) FluidAttributes.getFillSound()
FluidAttributes.getFillSound
(IBlockDisplayReader world, BlockPos pos) FluidAttributes.getFillSound
(FluidStack stack) Modifier and TypeMethodDescriptionfinal FluidAttributes.Builder
FluidAttributes.Builder.sound
(SoundEvent sound) final FluidAttributes.Builder
FluidAttributes.Builder.sound
(SoundEvent fillSound, SoundEvent emptySound) -
Uses of SoundEvent in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final RegistryKey<Registry<SoundEvent>>
ForgeRegistries.Keys.SOUND_EVENTS
static final IForgeRegistry<SoundEvent>
ForgeRegistries.SOUND_EVENTS