Uses of Class
net.minecraft.sound.SoundEvent
-
Uses of SoundEvent in net.minecraft.block
Methods in net.minecraft.block that return SoundEvent Modifier and Type Method Description protected abstract SoundEvent
AbstractButtonBlock. getClickSound(boolean powered)
protected SoundEvent
StoneButtonBlock. getClickSound(boolean powered)
protected SoundEvent
WoodenButtonBlock. getClickSound(boolean powered)
Methods in net.minecraft.block that return types with arguments of type SoundEvent Modifier and Type Method Description Optional<SoundEvent>
BubbleColumnBlock. getBucketFillSound()
Returns the sound played when filling a bucket with the fluid contained in this block.Optional<SoundEvent>
FluidBlock. getBucketFillSound()
Returns the sound played when filling a bucket with the fluid contained in this block.Optional<SoundEvent>
FluidDrainable. getBucketFillSound()
Returns the sound played when filling a bucket with the fluid contained in this block.Optional<SoundEvent>
PowderSnowBlock. getBucketFillSound()
Returns the sound played when filling a bucket with the fluid contained in this block.default Optional<SoundEvent>
Waterloggable. getBucketFillSound()
Returns the sound played when filling a bucket with the fluid contained in this block.Methods in net.minecraft.block with parameters of type SoundEvent Modifier and Type Method Description private void
BigDripleafBlock. changeTilt(BlockState state, World world, BlockPos pos, Tilt tilt, @Nullable SoundEvent sound)
private static void
BigDripleafBlock. playTiltSound(World world, BlockPos pos, SoundEvent soundEvent)
-
Uses of SoundEvent in net.minecraft.block.cauldron
Methods in net.minecraft.block.cauldron with parameters of type SoundEvent Modifier and Type Method Description static ActionResult
CauldronBehavior. emptyCauldron(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, ItemStack stack, ItemStack output, Predicate<BlockState> predicate, SoundEvent soundEvent)
static ActionResult
CauldronBehavior. fillCauldron(World world, BlockPos pos, PlayerEntity player, Hand hand, ItemStack stack, BlockState state, SoundEvent soundEvent)
-
Uses of SoundEvent in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type SoundEvent Modifier and Type Method Description private void
BarrelBlockEntity. playSound(BlockState state, SoundEvent soundEvent)
static void
BeaconBlockEntity. playSound(World world, BlockPos pos, SoundEvent sound)
private static void
ChestBlockEntity. playSound(World world, BlockPos pos, BlockState state, SoundEvent soundEvent)
-
Uses of SoundEvent in net.minecraft.block.enums
Fields in net.minecraft.block.enums declared as SoundEvent Modifier and Type Field Description private SoundEvent
Instrument. sound
Methods in net.minecraft.block.enums that return SoundEvent Modifier and Type Method Description SoundEvent
Instrument. getSound()
Constructors in net.minecraft.block.enums with parameters of type SoundEvent Constructor Description Instrument(String name, SoundEvent sound)
-
Uses of SoundEvent in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type SoundEvent Modifier and Type Method Description void
ClientPlayerEntity. playSound(SoundEvent sound, float volume, float pitch)
void
ClientPlayerEntity. playSound(SoundEvent event, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type SoundEvent Modifier and Type Method Description void
WorldRenderer. playSong(@Nullable SoundEvent song, BlockPos songPosition)
-
Uses of SoundEvent in net.minecraft.client.sound
Methods in net.minecraft.client.sound with parameters of type SoundEvent Modifier and Type Method Description static PositionedSoundInstance
PositionedSoundInstance. ambient(SoundEvent sound)
static PositionedSoundInstance
PositionedSoundInstance. ambient(SoundEvent sound, double x, double y, double z)
static PositionedSoundInstance
PositionedSoundInstance. ambient(SoundEvent sound, float pitch, float volume)
static MusicSound
MusicType. createIngameMusic(SoundEvent event)
static PositionedSoundInstance
PositionedSoundInstance. master(SoundEvent sound, float pitch)
static PositionedSoundInstance
PositionedSoundInstance. master(SoundEvent sound, float pitch, float volume)
static PositionedSoundInstance
PositionedSoundInstance. music(SoundEvent sound)
static PositionedSoundInstance
PositionedSoundInstance. record(SoundEvent sound, double x, double y, double z)
Constructors in net.minecraft.client.sound with parameters of type SoundEvent Constructor Description AbstractBeeSoundInstance(BeeEntity entity, SoundEvent sound, SoundCategory soundCategory)
AbstractSoundInstance(SoundEvent sound, SoundCategory category)
EntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, Entity entity)
EntityTrackingSoundInstance(SoundEvent sound, SoundCategory category, Entity entity)
MovingSoundInstance(SoundEvent sound, SoundCategory category)
MusicLoop(ClientPlayerEntity player, SoundEvent soundEvent)
MusicLoop(SoundEvent sound)
PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, boolean repeat, int repeatDelay, SoundInstance.AttenuationType attenuationType, double x, double y, double z)
PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, double x, double y, double z)
PositionedSoundInstance(SoundEvent sound, SoundCategory category, float volume, float pitch, BlockPos pos)
-
Uses of SoundEvent in net.minecraft.client.toast
Fields in net.minecraft.client.toast declared as SoundEvent Modifier and Type Field Description private SoundEvent
Toast.Visibility. sound
Constructors in net.minecraft.client.toast with parameters of type SoundEvent Constructor Description Visibility(SoundEvent sound)
-
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. playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
void
ClientWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)
void
ClientWorld. playSound(BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
void
ClientWorld. playSoundFromEntity(@Nullable PlayerEntity player, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraft.entity
Methods in net.minecraft.entity that return SoundEvent Modifier and Type Method Description SoundEvent
Bucketable. getBucketedSound()
protected @Nullable SoundEvent
LivingEntity. getDeathSound()
protected SoundEvent
LivingEntity. getDrinkSound(ItemStack stack)
SoundEvent
LivingEntity. getEatSound(ItemStack stack)
protected SoundEvent
LivingEntity. getFallSound(int distance)
protected SoundEvent
Entity. getHighSpeedSplashSound()
protected @Nullable SoundEvent
LivingEntity. getHurtSound(DamageSource source)
protected SoundEvent
Entity. getSplashSound()
protected SoundEvent
Entity. getSwimSound()
Methods in net.minecraft.entity with parameters of type SoundEvent Modifier and Type Method Description void
Entity. playSound(SoundEvent sound, float volume, float pitch)
-
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
HoldInHandsGoal. sound
Constructors in net.minecraft.entity.ai.goal with parameters of type SoundEvent Constructor Description HoldInHandsGoal(T actor, ItemStack item, @Nullable SoundEvent sound, Predicate<? super T> condition)
-
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 source)
-
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 source)
-
Uses of SoundEvent in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return SoundEvent Modifier and Type Method Description SoundEvent
GlowItemFrameEntity. getAddItemSound()
SoundEvent
ItemFrameEntity. getAddItemSound()
SoundEvent
GlowItemFrameEntity. getBreakSound()
SoundEvent
ItemFrameEntity. getBreakSound()
protected @Nullable SoundEvent
ArmorStandEntity. getDeathSound()
protected SoundEvent
ArmorStandEntity. getFallSound(int distance)
protected @Nullable SoundEvent
ArmorStandEntity. getHurtSound(DamageSource source)
SoundEvent
GlowItemFrameEntity. getPlaceSound()
SoundEvent
ItemFrameEntity. getPlaceSound()
SoundEvent
GlowItemFrameEntity. getRemoveItemSound()
SoundEvent
ItemFrameEntity. getRemoveItemSound()
SoundEvent
GlowItemFrameEntity. getRotateItemSound()
SoundEvent
ItemFrameEntity. getRotateItemSound()
-
Uses of SoundEvent in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob 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 @Nullable SoundEvent
MobEntity. getAmbientSound()
protected SoundEvent
PhantomEntity. getAmbientSound()
protected SoundEvent
PiglinBruteEntity. getAmbientSound()
protected SoundEvent
PiglinEntity. getAmbientSound()
protected SoundEvent
PillagerEntity. getAmbientSound()
protected @Nullable SoundEvent
RavagerEntity. getAmbientSound()
protected SoundEvent
ShulkerEntity. getAmbientSound()
protected SoundEvent
SilverfishEntity. getAmbientSound()
protected SoundEvent
SkeletonEntity. getAmbientSound()
protected SoundEvent
SkeletonHorseEntity. 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()
protected SoundEvent
ZombieHorseEntity. getAmbientSound()
SoundEvent
ZombieVillagerEntity. getAmbientSound()
protected SoundEvent
ZombifiedPiglinEntity. getAmbientSound()
protected SoundEvent
EvokerEntity. getCastSpellSound()
protected SoundEvent
IllusionerEntity. getCastSpellSound()
protected abstract SoundEvent
SpellcastingIllagerEntity. getCastSpellSound()
SoundEvent
EvokerEntity. getCelebratingSound()
SoundEvent
IllusionerEntity. getCelebratingSound()
SoundEvent
PillagerEntity. getCelebratingSound()
SoundEvent
RavagerEntity. getCelebratingSound()
SoundEvent
VindicatorEntity. getCelebratingSound()
SoundEvent
WitchEntity. getCelebratingSound()
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
HostileEntity. getDeathSound()
protected SoundEvent
HuskEntity. getDeathSound()
protected SoundEvent
IllusionerEntity. getDeathSound()
protected SoundEvent
MagmaCubeEntity. getDeathSound()
protected SoundEvent
PhantomEntity. getDeathSound()
protected SoundEvent
PiglinBruteEntity. getDeathSound()
protected SoundEvent
PiglinEntity. getDeathSound()
protected SoundEvent
PillagerEntity. getDeathSound()
protected SoundEvent
RavagerEntity. getDeathSound()
protected SoundEvent
ShulkerEntity. getDeathSound()
protected SoundEvent
SilverfishEntity. getDeathSound()
protected SoundEvent
SkeletonEntity. getDeathSound()
protected SoundEvent
SkeletonHorseEntity. 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()
protected SoundEvent
ZombieHorseEntity. getDeathSound()
SoundEvent
ZombieVillagerEntity. getDeathSound()
protected SoundEvent
ZombifiedPiglinEntity. getDeathSound()
protected SoundEvent
HostileEntity. getFallSound(int distance)
protected SoundEvent
ElderGuardianEntity. getFlopSound()
protected SoundEvent
GuardianEntity. getFlopSound()
protected SoundEvent
BlazeEntity. getHurtSound(DamageSource source)
protected SoundEvent
CreeperEntity. getHurtSound(DamageSource source)
protected SoundEvent
DrownedEntity. getHurtSound(DamageSource source)
protected SoundEvent
ElderGuardianEntity. getHurtSound(DamageSource source)
protected SoundEvent
EndermanEntity. getHurtSound(DamageSource source)
protected SoundEvent
EndermiteEntity. getHurtSound(DamageSource source)
protected SoundEvent
EvokerEntity. getHurtSound(DamageSource source)
protected SoundEvent
GhastEntity. getHurtSound(DamageSource source)
protected SoundEvent
GuardianEntity. getHurtSound(DamageSource source)
protected SoundEvent
HoglinEntity. getHurtSound(DamageSource source)
protected SoundEvent
HostileEntity. getHurtSound(DamageSource source)
protected SoundEvent
HuskEntity. getHurtSound(DamageSource source)
protected SoundEvent
IllusionerEntity. getHurtSound(DamageSource source)
protected SoundEvent
MagmaCubeEntity. getHurtSound(DamageSource source)
protected SoundEvent
PhantomEntity. getHurtSound(DamageSource source)
protected SoundEvent
PiglinBruteEntity. getHurtSound(DamageSource source)
protected SoundEvent
PiglinEntity. getHurtSound(DamageSource source)
protected SoundEvent
PillagerEntity. getHurtSound(DamageSource source)
protected SoundEvent
RavagerEntity. getHurtSound(DamageSource source)
protected SoundEvent
ShulkerEntity. getHurtSound(DamageSource source)
protected SoundEvent
SilverfishEntity. getHurtSound(DamageSource source)
protected SoundEvent
SkeletonEntity. getHurtSound(DamageSource source)
protected SoundEvent
SkeletonHorseEntity. getHurtSound(DamageSource source)
protected SoundEvent
SlimeEntity. getHurtSound(DamageSource source)
protected SoundEvent
SpiderEntity. getHurtSound(DamageSource source)
protected SoundEvent
StrayEntity. getHurtSound(DamageSource source)
protected SoundEvent
VexEntity. getHurtSound(DamageSource source)
protected SoundEvent
VindicatorEntity. getHurtSound(DamageSource source)
protected SoundEvent
WitchEntity. getHurtSound(DamageSource source)
protected SoundEvent
WitherSkeletonEntity. getHurtSound(DamageSource source)
protected SoundEvent
ZoglinEntity. getHurtSound(DamageSource source)
protected SoundEvent
ZombieEntity. getHurtSound(DamageSource source)
protected SoundEvent
ZombieHorseEntity. getHurtSound(DamageSource source)
SoundEvent
ZombieVillagerEntity. getHurtSound(DamageSource source)
protected SoundEvent
ZombifiedPiglinEntity. getHurtSound(DamageSource source)
protected SoundEvent
MagmaCubeEntity. getJumpSound()
protected SoundEvent
SlimeEntity. getJumpSound()
private static SoundEvent
PiglinBrain. getSound(PiglinEntity piglin, Activity activity)
private static SoundEvent
HoglinBrain. getSoundEvent(HoglinEntity hoglin, Activity activity)
protected SoundEvent
EvokerEntity.ConjureFangsGoal. getSoundPrepare()
protected SoundEvent
EvokerEntity.SummonVexGoal. getSoundPrepare()
protected SoundEvent
EvokerEntity.WololoGoal. getSoundPrepare()
protected SoundEvent
IllusionerEntity.BlindTargetGoal. getSoundPrepare()
protected @Nullable SoundEvent
IllusionerEntity.GiveInvisibilityGoal. getSoundPrepare()
protected abstract @Nullable SoundEvent
SpellcastingIllagerEntity.CastSpellGoal. getSoundPrepare()
protected SoundEvent
HoglinEntity. getSplashSound()
protected SoundEvent
HostileEntity. getSplashSound()
protected SoundEvent
MagmaCubeEntity. getSquishSound()
protected SoundEvent
SlimeEntity. getSquishSound()
(package private) abstract SoundEvent
AbstractSkeletonEntity. getStepSound()
protected SoundEvent
DrownedEntity. getStepSound()
protected SoundEvent
HuskEntity. getStepSound()
(package private) SoundEvent
SkeletonEntity. getStepSound()
(package private) SoundEvent
StrayEntity. getStepSound()
(package private) SoundEvent
WitherSkeletonEntity. getStepSound()
protected SoundEvent
ZombieEntity. getStepSound()
SoundEvent
ZombieVillagerEntity. getStepSound()
protected SoundEvent
DrownedEntity. getSwimSound()
protected SoundEvent
HoglinEntity. getSwimSound()
protected SoundEvent
HostileEntity. getSwimSound()
protected SoundEvent
SkeletonHorseEntity. getSwimSound()
Methods in net.minecraft.entity.mob that return types with arguments of type SoundEvent Modifier and Type Method Description static Optional<SoundEvent>
PiglinBrain. getCurrentActivitySound(PiglinEntity piglin)
static Optional<SoundEvent>
HoglinBrain. getSoundEvent(HoglinEntity hoglin)
Methods in net.minecraft.entity.mob with parameters of type SoundEvent Modifier and Type Method Description protected void
HoglinEntity. playSound(SoundEvent sound)
protected void
PiglinEntity. playSound(SoundEvent sound)
-
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 Map<EntityType<?>,SoundEvent>
ParrotEntity. MOB_SOUNDS
Methods in net.minecraft.entity.passive that return SoundEvent Modifier and Type Method Description protected @Nullable SoundEvent
AxolotlEntity. getAmbientSound()
@Nullable SoundEvent
BatEntity. getAmbientSound()
protected SoundEvent
BeeEntity. getAmbientSound()
protected @Nullable SoundEvent
CatEntity. getAmbientSound()
protected SoundEvent
ChickenEntity. getAmbientSound()
protected SoundEvent
CodEntity. getAmbientSound()
protected SoundEvent
CowEntity. getAmbientSound()
protected @Nullable SoundEvent
DolphinEntity. getAmbientSound()
protected SoundEvent
DonkeyEntity. getAmbientSound()
protected @Nullable SoundEvent
FoxEntity. getAmbientSound()
protected SoundEvent
GlowSquidEntity. getAmbientSound()
protected SoundEvent
GoatEntity. getAmbientSound()
protected @Nullable SoundEvent
GolemEntity. getAmbientSound()
protected @Nullable SoundEvent
HorseBaseEntity. getAmbientSound()
protected SoundEvent
HorseEntity. getAmbientSound()
protected SoundEvent
LlamaEntity. getAmbientSound()
protected SoundEvent
MuleEntity. getAmbientSound()
protected @Nullable SoundEvent
OcelotEntity. getAmbientSound()
protected @Nullable SoundEvent
PandaEntity. getAmbientSound()
@Nullable SoundEvent
ParrotEntity. getAmbientSound()
protected SoundEvent
PigEntity. getAmbientSound()
protected SoundEvent
PolarBearEntity. getAmbientSound()
protected SoundEvent
PufferfishEntity. getAmbientSound()
protected SoundEvent
RabbitEntity. getAmbientSound()
protected SoundEvent
SalmonEntity. getAmbientSound()
protected SoundEvent
SheepEntity. getAmbientSound()
protected @Nullable SoundEvent
SnowGolemEntity. getAmbientSound()
protected SoundEvent
SquidEntity. getAmbientSound()
protected SoundEvent
StriderEntity. getAmbientSound()
protected SoundEvent
TropicalFishEntity. getAmbientSound()
protected @Nullable SoundEvent
TurtleEntity. getAmbientSound()
protected @Nullable SoundEvent
VillagerEntity. getAmbientSound()
protected SoundEvent
WanderingTraderEntity. getAmbientSound()
protected SoundEvent
WolfEntity. getAmbientSound()
protected SoundEvent
DonkeyEntity. getAngrySound()
protected @Nullable SoundEvent
HorseBaseEntity. getAngrySound()
protected SoundEvent
HorseEntity. getAngrySound()
protected SoundEvent
LlamaEntity. getAngrySound()
protected SoundEvent
MuleEntity. getAngrySound()
SoundEvent
AxolotlEntity. getBucketedSound()
SoundEvent
FishEntity. getBucketedSound()
protected @Nullable SoundEvent
AxolotlEntity. getDeathSound()
protected SoundEvent
BatEntity. getDeathSound()
protected SoundEvent
BeeEntity. getDeathSound()
protected SoundEvent
CatEntity. getDeathSound()
protected SoundEvent
ChickenEntity. getDeathSound()
protected SoundEvent
CodEntity. getDeathSound()
protected SoundEvent
CowEntity. getDeathSound()
protected @Nullable SoundEvent
DolphinEntity. getDeathSound()
protected SoundEvent
DonkeyEntity. getDeathSound()
protected @Nullable SoundEvent
FoxEntity. getDeathSound()
protected SoundEvent
GlowSquidEntity. getDeathSound()
protected SoundEvent
GoatEntity. getDeathSound()
protected @Nullable SoundEvent
GolemEntity. getDeathSound()
protected @Nullable SoundEvent
HorseBaseEntity. getDeathSound()
protected SoundEvent
HorseEntity. getDeathSound()
protected SoundEvent
IronGolemEntity. getDeathSound()
protected SoundEvent
LlamaEntity. getDeathSound()
protected SoundEvent
MuleEntity. getDeathSound()
protected SoundEvent
OcelotEntity. getDeathSound()
protected @Nullable SoundEvent
PandaEntity. getDeathSound()
protected SoundEvent
ParrotEntity. getDeathSound()
protected SoundEvent
PigEntity. getDeathSound()
protected SoundEvent
PolarBearEntity. getDeathSound()
protected SoundEvent
PufferfishEntity. getDeathSound()
protected SoundEvent
RabbitEntity. getDeathSound()
protected SoundEvent
SalmonEntity. getDeathSound()
protected SoundEvent
SheepEntity. getDeathSound()
protected @Nullable SoundEvent
SnowGolemEntity. getDeathSound()
protected SoundEvent
SquidEntity. getDeathSound()
protected SoundEvent
StriderEntity. getDeathSound()
protected SoundEvent
TropicalFishEntity. getDeathSound()
protected @Nullable SoundEvent
TurtleEntity. getDeathSound()
protected SoundEvent
VillagerEntity. getDeathSound()
protected SoundEvent
WanderingTraderEntity. getDeathSound()
protected SoundEvent
WolfEntity. getDeathSound()
protected SoundEvent
WanderingTraderEntity. getDrinkSound(ItemStack stack)
protected @Nullable SoundEvent
DonkeyEntity. getEatSound()
SoundEvent
FoxEntity. getEatSound(ItemStack stack)
protected @Nullable SoundEvent
HorseBaseEntity. getEatSound()
protected @Nullable SoundEvent
HorseEntity. getEatSound()
protected @Nullable SoundEvent
LlamaEntity. getEatSound()
protected @Nullable SoundEvent
MuleEntity. getEatSound()
protected SoundEvent
CodEntity. getFlopSound()
protected abstract SoundEvent
FishEntity. getFlopSound()
protected SoundEvent
PufferfishEntity. getFlopSound()
protected SoundEvent
SalmonEntity. getFlopSound()
protected SoundEvent
TropicalFishEntity. getFlopSound()
protected SoundEvent
AxolotlEntity. getHurtSound(DamageSource source)
protected SoundEvent
BatEntity. getHurtSound(DamageSource source)
protected SoundEvent
BeeEntity. getHurtSound(DamageSource source)
protected SoundEvent
CatEntity. getHurtSound(DamageSource source)
protected SoundEvent
ChickenEntity. getHurtSound(DamageSource source)
protected SoundEvent
CodEntity. getHurtSound(DamageSource source)
protected SoundEvent
CowEntity. getHurtSound(DamageSource source)
protected SoundEvent
DolphinEntity. getHurtSound(DamageSource source)
protected SoundEvent
DonkeyEntity. getHurtSound(DamageSource source)
protected @Nullable SoundEvent
FoxEntity. getHurtSound(DamageSource source)
protected SoundEvent
GlowSquidEntity. getHurtSound(DamageSource source)
protected SoundEvent
GoatEntity. getHurtSound(DamageSource source)
protected @Nullable SoundEvent
GolemEntity. getHurtSound(DamageSource source)
protected @Nullable SoundEvent
HorseBaseEntity. getHurtSound(DamageSource source)
protected SoundEvent
HorseEntity. getHurtSound(DamageSource source)
protected SoundEvent
IronGolemEntity. getHurtSound(DamageSource source)
protected SoundEvent
LlamaEntity. getHurtSound(DamageSource source)
protected SoundEvent
MuleEntity. getHurtSound(DamageSource source)
protected SoundEvent
OcelotEntity. getHurtSound(DamageSource source)
protected @Nullable SoundEvent
PandaEntity. getHurtSound(DamageSource source)
protected SoundEvent
ParrotEntity. getHurtSound(DamageSource source)
protected SoundEvent
PigEntity. getHurtSound(DamageSource source)
protected SoundEvent
PolarBearEntity. getHurtSound(DamageSource source)
protected SoundEvent
PufferfishEntity. getHurtSound(DamageSource source)
protected SoundEvent
RabbitEntity. getHurtSound(DamageSource source)
protected SoundEvent
SalmonEntity. getHurtSound(DamageSource source)
protected SoundEvent
SheepEntity. getHurtSound(DamageSource source)
protected @Nullable SoundEvent
SnowGolemEntity. getHurtSound(DamageSource source)
protected SoundEvent
SquidEntity. getHurtSound(DamageSource source)
protected SoundEvent
StriderEntity. getHurtSound(DamageSource source)
protected SoundEvent
TropicalFishEntity. getHurtSound(DamageSource source)
protected @Nullable SoundEvent
TurtleEntity. getHurtSound(DamageSource source)
protected SoundEvent
VillagerEntity. getHurtSound(DamageSource source)
protected SoundEvent
WanderingTraderEntity. getHurtSound(DamageSource source)
protected SoundEvent
WolfEntity. getHurtSound(DamageSource source)
protected SoundEvent
RabbitEntity. getJumpSound()
protected SoundEvent
GoatEntity. getMilkingSound()
static SoundEvent
ParrotEntity. getRandomSound(World world, Random random)
private static SoundEvent
ParrotEntity. getSound(EntityType<?> imitate)
protected SoundEvent
AxolotlEntity. getSplashSound()
protected SoundEvent
DolphinEntity. getSplashSound()
protected SoundEvent
GlowSquidEntity. getSquirtSound()
protected SoundEvent
SquidEntity. getSquirtSound()
protected SoundEvent
AxolotlEntity. getSwimSound()
protected SoundEvent
DolphinEntity. getSwimSound()
protected SoundEvent
FishEntity. getSwimSound()
protected SoundEvent
TurtleEntity. getSwimSound()
protected SoundEvent
MerchantEntity. getTradingSound(boolean sold)
protected SoundEvent
WanderingTraderEntity. getTradingSound(boolean sold)
SoundEvent
MerchantEntity. getYesSound()
SoundEvent
WanderingTraderEntity. getYesSound()
-
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. getFallSound(int distance)
protected SoundEvent
PlayerEntity. getHighSpeedSplashSound()
protected SoundEvent
PlayerEntity. getHurtSound(DamageSource source)
protected SoundEvent
PlayerEntity. getSplashSound()
protected SoundEvent
PlayerEntity. getSwimSound()
Methods in net.minecraft.entity.player with parameters of type SoundEvent Modifier and Type Method Description void
PlayerEntity. playSound(SoundEvent sound, float volume, float pitch)
void
PlayerEntity. playSound(SoundEvent event, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraft.entity.projectile
Fields in net.minecraft.entity.projectile declared as SoundEvent Modifier and Type Field Description private SoundEvent
PersistentProjectileEntity. sound
Methods in net.minecraft.entity.projectile that return SoundEvent Modifier and Type Method Description protected SoundEvent
PersistentProjectileEntity. getHitSound()
protected SoundEvent
TridentEntity. getHitSound()
protected SoundEvent
PersistentProjectileEntity. getSound()
Methods in net.minecraft.entity.projectile with parameters of type SoundEvent Modifier and Type Method Description void
PersistentProjectileEntity. setSound(SoundEvent sound)
-
Uses of SoundEvent in net.minecraft.entity.raid
Methods in net.minecraft.entity.raid that return SoundEvent Modifier and Type Method Description abstract SoundEvent
RaiderEntity. getCelebratingSound()
-
Uses of SoundEvent in net.minecraft.entity.vehicle
Methods in net.minecraft.entity.vehicle that return SoundEvent Modifier and Type Method Description protected @Nullable SoundEvent
BoatEntity. getPaddleSoundEvent()
-
Uses of SoundEvent in net.minecraft.fluid
Methods in net.minecraft.fluid that return types with arguments of type SoundEvent Modifier and Type Method Description Optional<SoundEvent>
Fluid. getBucketFillSound()
Returns the sound played when filling a bucket with this fluid.Optional<SoundEvent>
LavaFluid. getBucketFillSound()
Returns the sound played when filling a bucket with this fluid.Optional<SoundEvent>
WaterFluid. getBucketFillSound()
Returns the sound played when filling a bucket with this fluid. -
Uses of SoundEvent in net.minecraft.item
Fields in net.minecraft.item declared as SoundEvent Modifier and Type Field Description private SoundEvent
EntityBucketItem. emptyingSound
private SoundEvent
ArmorMaterials. equipSound
private SoundEvent
PowderSnowBucketItem. placeSound
private SoundEvent
MusicDiscItem. sound
Fields in net.minecraft.item with type parameters of type SoundEvent Modifier and Type Field Description private static Map<SoundEvent,MusicDiscItem>
MusicDiscItem. MUSIC_DISCS
Methods in net.minecraft.item that return SoundEvent Modifier and Type Method Description SoundEvent
HoneyBottleItem. getDrinkSound()
SoundEvent
Item. getDrinkSound()
SoundEvent
ItemStack. getDrinkSound()
SoundEvent
HoneyBottleItem. getEatSound()
SoundEvent
Item. getEatSound()
SoundEvent
ItemStack. getEatSound()
@Nullable SoundEvent
ArmorItem. getEquipSound()
SoundEvent
ArmorMaterial. getEquipSound()
SoundEvent
ArmorMaterials. getEquipSound()
@Nullable SoundEvent
ElytraItem. getEquipSound()
@Nullable SoundEvent
Item. getEquipSound()
@Nullable SoundEvent
ItemStack. getEquipSound()
protected SoundEvent
BlockItem. getPlaceSound(BlockState state)
protected SoundEvent
PowderSnowBucketItem. getPlaceSound(BlockState state)
private SoundEvent
CrossbowItem. getQuickChargeSound(int stage)
SoundEvent
MusicDiscItem. getSound()
Methods in net.minecraft.item with parameters of type SoundEvent Modifier and Type Method Description static @Nullable MusicDiscItem
MusicDiscItem. bySound(SoundEvent sound)
Constructors in net.minecraft.item with parameters of type SoundEvent Constructor Description ArmorMaterials(String name, int durabilityMultiplier, int[] protectionAmounts, int enchantability, SoundEvent equipSound, float toughness, float knockbackResistance, Supplier<Ingredient> repairIngredientSupplier)
EntityBucketItem(EntityType<?> type, Fluid fluid, SoundEvent emptyingSound, Item.Settings settings)
MusicDiscItem(int comparatorOutput, SoundEvent sound, Item.Settings settings)
PowderSnowBucketItem(Block block, SoundEvent placeSound, Item.Settings settings)
-
Uses of SoundEvent in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as SoundEvent Modifier and Type Field Description private SoundEvent
PlaySoundFromEntityS2CPacket. sound
private SoundEvent
PlaySoundS2CPacket. sound
Methods in net.minecraft.network.packet.s2c.play that return SoundEvent Modifier and Type Method Description SoundEvent
PlaySoundFromEntityS2CPacket. getSound()
SoundEvent
PlaySoundS2CPacket. getSound()
Constructors in net.minecraft.network.packet.s2c.play with parameters of type SoundEvent Constructor Description PlaySoundFromEntityS2CPacket(SoundEvent sound, SoundCategory category, Entity entity, float volume, float pitch)
PlaySoundS2CPacket(SoundEvent sound, SoundCategory category, double x, double y, double z, float volume, float pitch)
-
Uses of SoundEvent in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type SoundEvent Modifier and Type Method Description void
ServerPlayerEntity. playSound(SoundEvent event, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type SoundEvent Modifier and Type Method Description void
ServerWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)
void
ServerWorld. playSoundFromEntity(@Nullable PlayerEntity player, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type SoundEvent Modifier and Type Field Description static com.mojang.serialization.Codec<SoundEvent>
SoundEvent. CODEC
Methods in net.minecraft.sound that return SoundEvent Modifier and Type Method Description SoundEvent
BlockSoundGroup. getBreakSound()
SoundEvent
BlockSoundGroup. getFallSound()
SoundEvent
BlockSoundGroup. getHitSound()
SoundEvent
BlockSoundGroup. getPlaceSound()
SoundEvent
BiomeAdditionsSound. getSound()
SoundEvent
BiomeMoodSound. getSound()
SoundEvent
MusicSound. getSound()
SoundEvent
BlockSoundGroup. getStepSound()
private static SoundEvent
SoundEvents. register(String id)
Constructors in net.minecraft.sound with parameters of type SoundEvent Constructor Description BiomeAdditionsSound(SoundEvent sound, double chance)
BiomeMoodSound(SoundEvent sound, int cultivationTicks, int spawnRange, double extraDistance)
BlockSoundGroup(float volume, float pitch, SoundEvent breakSound, SoundEvent stepSound, SoundEvent placeSound, SoundEvent hitSound, SoundEvent fallSound)
MusicSound(SoundEvent sound, int minDelay, int maxDelay, boolean replaceCurrentMusic)
-
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
static RegistryKey<Registry<SoundEvent>>
Registry. SOUND_EVENT_KEY
-
Uses of SoundEvent in net.minecraft.village
Fields in net.minecraft.village declared as SoundEvent Modifier and Type Field Description private @Nullable SoundEvent
VillagerProfession. workSound
Methods in net.minecraft.village that return SoundEvent Modifier and Type Method Description @Nullable SoundEvent
VillagerProfession. getWorkSound()
SoundEvent
Merchant. getYesSound()
SoundEvent
SimpleMerchant. getYesSound()
Methods in net.minecraft.village with parameters of type SoundEvent Modifier and Type Method Description (package private) static VillagerProfession
VillagerProfession. register(String id, PointOfInterestType workStation, @Nullable SoundEvent workSound)
(package private) static VillagerProfession
VillagerProfession. register(String id, PointOfInterestType workStation, ImmutableSet<Item> gatherableItems, ImmutableSet<Block> secondaryJobSites, @Nullable SoundEvent workSound)
Constructors in net.minecraft.village with parameters of type SoundEvent Constructor Description VillagerProfession(String id, PointOfInterestType workStation, ImmutableSet<Item> gatherableItems, ImmutableSet<Block> secondaryJobSites, @Nullable SoundEvent workSound)
-
Uses of SoundEvent in net.minecraft.world
Methods in net.minecraft.world with parameters of type SoundEvent Modifier and Type Method Description void
ChunkRegion. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)
void
World. playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)
abstract void
World. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)
void
World. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)
void
WorldAccess. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)
abstract void
World. playSoundFromEntity(@Nullable PlayerEntity player, Entity entity, SoundEvent sound, SoundCategory category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type SoundEvent Modifier and Type Field Description private Optional<SoundEvent>
BiomeEffects.Builder. loopSound
private Optional<SoundEvent>
BiomeEffects. loopSound
Methods in net.minecraft.world.biome that return types with arguments of type SoundEvent Modifier and Type Method Description Optional<SoundEvent>
Biome. getLoopSound()
Optional<SoundEvent>
BiomeEffects. getLoopSound()
Returns the loop sound.Methods in net.minecraft.world.biome with parameters of type SoundEvent Modifier and Type Method Description BiomeEffects.Builder
BiomeEffects.Builder. loopSound(SoundEvent sound)