Uses of Class
net.minecraft.util.SoundEvent
-
-
Uses of SoundEvent in net.minecraft.block
Fields in net.minecraft.block declared as SoundEvent Modifier and Type Field Description private SoundEvent
SoundType. breakSound
private SoundEvent
SoundType. fallSound
private SoundEvent
SoundType. hitSound
private SoundEvent
SoundType. placeSound
private SoundEvent
SoundType. stepSound
Methods in net.minecraft.block that return SoundEvent Modifier and Type Method Description SoundEvent
SoundType. getBreakSound()
SoundEvent
SoundType. getFallSound()
SoundEvent
SoundType. getHitSound()
SoundEvent
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_)
SoundEvent
SoundType. getStepSound()
Constructors in net.minecraft.block with parameters of type SoundEvent Constructor Description SoundType(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
Fields in net.minecraft.client.audio declared as SoundEvent Modifier and Type Field Description private SoundEvent
BackgroundMusicSelector. event
Methods in net.minecraft.client.audio that return SoundEvent Modifier and Type Method Description SoundEvent
BackgroundMusicSelector. getEvent()
Methods in net.minecraft.client.audio with parameters of type SoundEvent Modifier and Type Method Description static 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_)
Constructors in net.minecraft.client.audio with parameters of type SoundEvent Constructor Description BackgroundMusicSelector(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_)
LocatableSound(SoundEvent p_i46533_1_, SoundCategory p_i46533_2_)
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_)
SubSound(ClientPlayerEntity p_i48884_1_, SoundEvent p_i48884_2_)
TickableSound(SoundEvent p_i46532_1_, SoundCategory p_i46532_2_)
-
Uses of SoundEvent in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type SoundEvent Modifier and Type Method Description void
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
Fields in net.minecraft.client.gui.toasts declared as SoundEvent Modifier and Type Field Description private SoundEvent
IToast.Visibility. soundEvent
Constructors in net.minecraft.client.gui.toasts with parameters of type SoundEvent Constructor Description Visibility(SoundEvent p_i47607_3_)
-
Uses of SoundEvent in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type SoundEvent Modifier and Type Method Description void
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
Methods in net.minecraft.client.world with parameters of type SoundEvent Modifier and Type Method Description void
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
Methods in net.minecraft.entity that return SoundEvent Modifier and Type Method Description protected SoundEvent
MobEntity. getAmbientSound()
protected SoundEvent
LivingEntity. getDeathSound()
protected SoundEvent
LivingEntity. getDrinkingSound(ItemStack p_213351_1_)
SoundEvent
LivingEntity. getEatingSound(ItemStack p_213353_1_)
protected SoundEvent
LivingEntity. getFallDamageSound(int p_184588_1_)
protected SoundEvent
LivingEntity. getHurtSound(DamageSource p_184601_1_)
SoundEvent
NPCMerchant. getNotifyTradeSound()
protected SoundEvent
Entity. getSwimHighSpeedSplashSound()
protected SoundEvent
Entity. getSwimSound()
protected SoundEvent
Entity. getSwimSplashSound()
Methods in net.minecraft.entity with parameters of type SoundEvent Modifier and Type Method Description void
Entity. playSound(SoundEvent p_184185_1_, float p_184185_2_, float p_184185_3_)
-
Uses of SoundEvent in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as SoundEvent Modifier and Type Field Description private SoundEvent
UseItemGoal. finishUsingSound
Constructors in net.minecraft.entity.ai.goal with parameters of type SoundEvent Constructor Description UseItemGoal(T p_i50319_1_, ItemStack p_i50319_2_, SoundEvent p_i50319_3_, java.util.function.Predicate<? super T> p_i50319_4_)
-
Uses of SoundEvent in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return SoundEvent Modifier and Type Method Description protected SoundEvent
WitherEntity. getAmbientSound()
protected SoundEvent
WitherEntity. getDeathSound()
protected SoundEvent
WitherEntity. getHurtSound(DamageSource p_184601_1_)
-
Uses of SoundEvent in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return SoundEvent Modifier and Type Method Description protected SoundEvent
EnderDragonEntity. getAmbientSound()
protected SoundEvent
EnderDragonEntity. getHurtSound(DamageSource p_184601_1_)
-
Uses of SoundEvent in net.minecraft.entity.item
Methods in net.minecraft.entity.item that return SoundEvent Modifier and Type Method Description protected 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
Methods in net.minecraft.entity.merchant that return SoundEvent Modifier and Type Method Description SoundEvent
IMerchant. getNotifyTradeSound()
-
Uses of SoundEvent in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager declared as SoundEvent Modifier and Type Field Description private SoundEvent
VillagerProfession. workSound
Methods in net.minecraft.entity.merchant.villager that return SoundEvent Modifier and Type Method Description protected 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_)
SoundEvent
AbstractVillagerEntity. getNotifyTradeSound()
SoundEvent
WanderingTraderEntity. getNotifyTradeSound()
protected SoundEvent
AbstractVillagerEntity. getTradeUpdatedSound(boolean p_213721_1_)
protected SoundEvent
WanderingTraderEntity. getTradeUpdatedSound(boolean p_213721_1_)
SoundEvent
VillagerProfession. getWorkSound()
Methods in net.minecraft.entity.merchant.villager with parameters of type SoundEvent Modifier and Type Method Description (package private) static VillagerProfession
VillagerProfession. register(java.lang.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(java.lang.String p_226556_0_, PointOfInterestType p_226556_1_, SoundEvent p_226556_2_)
Constructors in net.minecraft.entity.merchant.villager with parameters of type SoundEvent Constructor Description VillagerProfession(java.lang.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
Methods in net.minecraft.entity.monster that return SoundEvent Modifier and Type Method Description protected 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()
SoundEvent
ZombieVillagerEntity. getAmbientSound()
protected SoundEvent
ZombifiedPiglinEntity. getAmbientSound()
protected SoundEvent
EvokerEntity. getCastingSoundEvent()
protected SoundEvent
IllusionerEntity. getCastingSoundEvent()
protected abstract SoundEvent
SpellcastingIllagerEntity. getCastingSoundEvent()
abstract SoundEvent
AbstractRaiderEntity. getCelebrateSound()
SoundEvent
EvokerEntity. getCelebrateSound()
SoundEvent
IllusionerEntity. getCelebrateSound()
SoundEvent
PillagerEntity. getCelebrateSound()
SoundEvent
RavagerEntity. getCelebrateSound()
SoundEvent
VindicatorEntity. getCelebrateSound()
SoundEvent
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()
SoundEvent
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_)
SoundEvent
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()
SoundEvent
ZombieVillagerEntity. getStepSound()
protected SoundEvent
DrownedEntity. getSwimSound()
protected SoundEvent
HoglinEntity. getSwimSound()
protected SoundEvent
MonsterEntity. getSwimSound()
protected SoundEvent
HoglinEntity. getSwimSplashSound()
protected SoundEvent
MonsterEntity. getSwimSplashSound()
Methods in net.minecraft.entity.monster that return types with arguments of type SoundEvent Modifier and Type Method Description static java.util.Optional<SoundEvent>
HoglinTasks. getSoundForCurrentActivity(HoglinEntity p_234398_0_)
Methods in net.minecraft.entity.monster with parameters of type SoundEvent Modifier and Type Method Description protected void
HoglinEntity. playSound(SoundEvent p_241412_1_)
-
Uses of SoundEvent in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin that return SoundEvent Modifier and Type Method Description protected 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_)
Methods in net.minecraft.entity.monster.piglin that return types with arguments of type SoundEvent Modifier and Type Method Description static java.util.Optional<SoundEvent>
PiglinTasks. getSoundForCurrentActivity(PiglinEntity p_241429_0_)
Methods in net.minecraft.entity.monster.piglin with parameters of type SoundEvent Modifier and Type Method Description protected void
PiglinEntity. playSound(SoundEvent p_241417_1_)
-
Uses of SoundEvent in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type SoundEvent Modifier and Type Field Description private static java.util.Map<EntityType<?>,SoundEvent>
ParrotEntity. MOB_SOUND_MAP
Methods in net.minecraft.entity.passive that return SoundEvent Modifier and Type Method Description static SoundEvent
ParrotEntity. getAmbient(World p_234212_0_, java.util.Random p_234212_1_)
SoundEvent
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()
SoundEvent
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()
SoundEvent
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
Methods in net.minecraft.entity.passive.fish that return SoundEvent Modifier and Type Method Description protected 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
Methods in net.minecraft.entity.passive.horse that return SoundEvent Modifier and Type Method Description protected 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
Methods in net.minecraft.entity.player that return SoundEvent Modifier and Type Method Description protected 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()
Methods in net.minecraft.entity.player with parameters of type SoundEvent Modifier and Type Method Description void
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
Fields in net.minecraft.entity.projectile declared as SoundEvent Modifier and Type Field Description private SoundEvent
AbstractArrowEntity. soundEvent
Methods in net.minecraft.entity.projectile that return SoundEvent Modifier and Type Method Description protected SoundEvent
AbstractArrowEntity. getDefaultHitGroundSoundEvent()
protected SoundEvent
TridentEntity. getDefaultHitGroundSoundEvent()
protected SoundEvent
AbstractArrowEntity. getHitGroundSoundEvent()
Methods in net.minecraft.entity.projectile with parameters of type SoundEvent Modifier and Type Method Description void
AbstractArrowEntity. setSoundEvent(SoundEvent p_213869_1_)
-
Uses of SoundEvent in net.minecraft.item
Fields in net.minecraft.item declared as SoundEvent Modifier and Type Field Description private SoundEvent
ArmorMaterial. sound
private SoundEvent
MusicDiscItem. sound
Deprecated.Fields in net.minecraft.item with type parameters of type SoundEvent Modifier and Type Field Description private static java.util.Map<SoundEvent,MusicDiscItem>
MusicDiscItem. BY_NAME
Deprecated.private java.util.function.Supplier<SoundEvent>
MusicDiscItem. soundSupplier
Methods in net.minecraft.item that return SoundEvent Modifier and Type Method Description SoundEvent
HoneyBottleItem. getDrinkingSound()
SoundEvent
Item. getDrinkingSound()
SoundEvent
ItemStack. getDrinkingSound()
SoundEvent
HoneyBottleItem. getEatingSound()
SoundEvent
Item. getEatingSound()
SoundEvent
ItemStack. getEatingSound()
SoundEvent
ArmorMaterial. getEquipSound()
SoundEvent
IArmorMaterial. getEquipSound()
protected SoundEvent
BlockItem. getPlaceSound(BlockState p_219983_1_)
Deprecated.protected SoundEvent
BlockItem. getPlaceSound(BlockState state, World world, BlockPos pos, PlayerEntity entity)
SoundEvent
MusicDiscItem. getSound()
private SoundEvent
CrossbowItem. getStartSound(int p_220025_1_)
Methods in net.minecraft.item with parameters of type SoundEvent Modifier and Type Method Description static MusicDiscItem
MusicDiscItem. getBySound(SoundEvent p_185074_0_)
Constructors in net.minecraft.item with parameters of type SoundEvent Constructor Description ArmorMaterial(java.lang.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_, java.util.function.Supplier<Ingredient> p_i231593_10_)
MusicDiscItem(int p_i48475_1_, SoundEvent p_i48475_2_, Item.Properties p_i48475_3_)
Deprecated.Constructor parameters in net.minecraft.item with type arguments of type SoundEvent Constructor Description MusicDiscItem(int comparatorValue, java.util.function.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
Fields in net.minecraft.network.play.server declared as SoundEvent Modifier and Type Field Description private SoundEvent
SPlaySoundEffectPacket. sound
private SoundEvent
SSpawnMovingSoundEffectPacket. sound
Methods in net.minecraft.network.play.server that return SoundEvent Modifier and Type Method Description SoundEvent
SPlaySoundEffectPacket. getSound()
SoundEvent
SSpawnMovingSoundEffectPacket. getSound()
Constructors in net.minecraft.network.play.server with parameters of type SoundEvent Constructor Description SPlaySoundEffectPacket(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
Fields in net.minecraft.state.properties declared as SoundEvent Modifier and Type Field Description private SoundEvent
NoteBlockInstrument. soundEvent
Methods in net.minecraft.state.properties that return SoundEvent Modifier and Type Method Description SoundEvent
NoteBlockInstrument. getSoundEvent()
Constructors in net.minecraft.state.properties with parameters of type SoundEvent Constructor Description NoteBlockInstrument(java.lang.String p_i49336_3_, SoundEvent p_i49336_4_)
-
Uses of SoundEvent in net.minecraft.tileentity
Methods in net.minecraft.tileentity with parameters of type SoundEvent Modifier and Type Method Description private 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
Fields in net.minecraft.util with type parameters of type SoundEvent Modifier and Type Field Description static com.mojang.serialization.Codec<SoundEvent>
SoundEvent. CODEC
Methods in net.minecraft.util that return SoundEvent Modifier and Type Method Description private static SoundEvent
SoundEvents. register(java.lang.String p_219592_0_)
-
Uses of SoundEvent in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type SoundEvent Modifier and Type Field Description static Registry<SoundEvent>
Registry. SOUND_EVENT
Deprecated.static RegistryKey<Registry<SoundEvent>>
Registry. SOUND_EVENT_REGISTRY
-
Uses of SoundEvent in net.minecraft.world
Methods in net.minecraft.world with parameters of type SoundEvent Modifier and Type Method Description void
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
Fields in net.minecraft.world.biome declared as SoundEvent Modifier and Type Field Description private SoundEvent
MoodSoundAmbience. soundEvent
private SoundEvent
SoundAdditionsAmbience. soundEvent
Fields in net.minecraft.world.biome with type parameters of type SoundEvent Modifier and Type Field Description private java.util.Optional<SoundEvent>
BiomeAmbience. ambientLoopSoundEvent
private java.util.Optional<SoundEvent>
BiomeAmbience.Builder. ambientLoopSoundEvent
Methods in net.minecraft.world.biome that return SoundEvent Modifier and Type Method Description SoundEvent
MoodSoundAmbience. getSoundEvent()
SoundEvent
SoundAdditionsAmbience. getSoundEvent()
Methods in net.minecraft.world.biome that return types with arguments of type SoundEvent Modifier and Type Method Description java.util.Optional<SoundEvent>
Biome. getAmbientLoop()
java.util.Optional<SoundEvent>
BiomeAmbience. getAmbientLoopSoundEvent()
Methods in net.minecraft.world.biome with parameters of type SoundEvent Modifier and Type Method Description BiomeAmbience.Builder
BiomeAmbience.Builder. ambientLoopSound(SoundEvent p_235241_1_)
Constructors in net.minecraft.world.biome with parameters of type SoundEvent Constructor Description MoodSoundAmbience(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
Methods in net.minecraft.world.gen with parameters of type SoundEvent Modifier and Type Method Description void
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
Methods in net.minecraft.world.server with parameters of type SoundEvent Modifier and Type Method Description void
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
Method parameters in net.minecraftforge.common with type arguments of type SoundEvent Modifier and Type Method Description void
ForgeMod. missingSoundMapping(RegistryEvent.MissingMappings<SoundEvent> event)
-
Uses of SoundEvent in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type SoundEvent Modifier and Type Method Description protected void
SoundDefinitionsProvider. add(SoundEvent soundEvent, SoundDefinition definition)
Adds the entry name associated with the givenSoundEvent
with theSoundDefinition
to the list.Method parameters in net.minecraftforge.common.data with type arguments of type SoundEvent Modifier and Type Method Description protected void
SoundDefinitionsProvider. add(java.util.function.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
Fields in net.minecraftforge.common.util with type parameters of type SoundEvent Modifier and Type Field Description private java.util.function.Supplier<SoundEvent>
ForgeSoundType. breakSound
private java.util.function.Supplier<SoundEvent>
ForgeSoundType. fallSound
private java.util.function.Supplier<SoundEvent>
ForgeSoundType. hitSound
private java.util.function.Supplier<SoundEvent>
ForgeSoundType. placeSound
private java.util.function.Supplier<SoundEvent>
ForgeSoundType. stepSound
Methods in net.minecraftforge.common.util that return SoundEvent Modifier and Type Method Description SoundEvent
ForgeSoundType. getBreakSound()
SoundEvent
ForgeSoundType. getFallSound()
SoundEvent
ForgeSoundType. getHitSound()
SoundEvent
ForgeSoundType. getPlaceSound()
SoundEvent
ForgeSoundType. getStepSound()
Constructor parameters in net.minecraftforge.common.util with type arguments of type SoundEvent Constructor Description ForgeSoundType(float volumeIn, float pitchIn, java.util.function.Supplier<SoundEvent> breakSoundIn, java.util.function.Supplier<SoundEvent> stepSoundIn, java.util.function.Supplier<SoundEvent> placeSoundIn, java.util.function.Supplier<SoundEvent> hitSoundIn, java.util.function.Supplier<SoundEvent> fallSoundIn)
-
Uses of SoundEvent in net.minecraftforge.debug
Fields in net.minecraftforge.debug with type parameters of type SoundEvent Modifier and Type Field Description private static DeferredRegister<SoundEvent>
CustomSoundTypeTest. SOUND_EVENTS
private static RegistryObject<SoundEvent>
CustomSoundTypeTest. TEST_STEP_EVENT
-
Uses of SoundEvent in net.minecraftforge.debug.item
Fields in net.minecraftforge.debug.item with type parameters of type SoundEvent Modifier and Type Field Description private static DeferredRegister<SoundEvent>
MusicDiscTest. SOUND_EVENTS
private static RegistryObject<SoundEvent>
MusicDiscTest. TEST_SOUND_EVENT
-
Uses of SoundEvent in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type SoundEvent Modifier and Type Method Description static PlaySoundAtEntityEvent
ForgeEventFactory. onPlaySoundAtEntity(Entity entity, SoundEvent name, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity declared as SoundEvent Modifier and Type Field Description private SoundEvent
PlaySoundAtEntityEvent. name
Methods in net.minecraftforge.event.entity that return SoundEvent Modifier and Type Method Description SoundEvent
PlaySoundAtEntityEvent. getSound()
Methods in net.minecraftforge.event.entity with parameters of type SoundEvent Modifier and Type Method Description void
PlaySoundAtEntityEvent. setSound(SoundEvent value)
Constructors in net.minecraftforge.event.entity with parameters of type SoundEvent Constructor Description PlaySoundAtEntityEvent(Entity entity, SoundEvent name, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraftforge.fluids
Fields in net.minecraftforge.fluids declared as SoundEvent Modifier and Type Field Description private SoundEvent
FluidAttributes.Builder. emptySound
private SoundEvent
FluidAttributes. emptySound
private SoundEvent
FluidAttributes.Builder. fillSound
private SoundEvent
FluidAttributes. fillSound
Methods in net.minecraftforge.fluids that return SoundEvent Modifier and Type Method Description SoundEvent
FluidAttributes. getEmptySound()
SoundEvent
FluidAttributes. getEmptySound(IBlockDisplayReader world, BlockPos pos)
SoundEvent
FluidAttributes. getEmptySound(FluidStack stack)
SoundEvent
FluidAttributes. getFillSound()
SoundEvent
FluidAttributes. getFillSound(IBlockDisplayReader world, BlockPos pos)
SoundEvent
FluidAttributes. getFillSound(FluidStack stack)
Methods in net.minecraftforge.fluids with parameters of type SoundEvent Modifier and Type Method Description FluidAttributes.Builder
FluidAttributes.Builder. sound(SoundEvent sound)
FluidAttributes.Builder
FluidAttributes.Builder. sound(SoundEvent fillSound, SoundEvent emptySound)
-
Uses of SoundEvent in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type SoundEvent Modifier and Type Field Description static RegistryKey<Registry<SoundEvent>>
ForgeRegistries.Keys. SOUND_EVENTS
static IForgeRegistry<SoundEvent>
ForgeRegistries. SOUND_EVENTS
-