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 SoundEventAbstractButtonBlock. getClickSound(boolean powered)protected SoundEventStoneButtonBlock. getClickSound(boolean powered)protected SoundEventWoodenButtonBlock. 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 voidBigDripleafBlock. changeTilt(BlockState state, World world, BlockPos pos, Tilt tilt, @Nullable SoundEvent sound)private static voidBigDripleafBlock. 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 ActionResultCauldronBehavior. emptyCauldron(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, ItemStack stack, ItemStack output, Predicate<BlockState> predicate, SoundEvent soundEvent)static ActionResultCauldronBehavior. 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 voidBarrelBlockEntity. playSound(BlockState state, SoundEvent soundEvent)static voidBeaconBlockEntity. playSound(World world, BlockPos pos, SoundEvent sound)private static voidChestBlockEntity. 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 SoundEventInstrument. soundMethods in net.minecraft.block.enums that return SoundEvent Modifier and Type Method Description SoundEventInstrument. 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 voidClientPlayerEntity. playSound(SoundEvent sound, float volume, float pitch)voidClientPlayerEntity. 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 voidWorldRenderer. 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 PositionedSoundInstancePositionedSoundInstance. ambient(SoundEvent sound)static PositionedSoundInstancePositionedSoundInstance. ambient(SoundEvent sound, double x, double y, double z)static PositionedSoundInstancePositionedSoundInstance. ambient(SoundEvent sound, float pitch, float volume)static MusicSoundMusicType. createIngameMusic(SoundEvent event)static PositionedSoundInstancePositionedSoundInstance. master(SoundEvent sound, float pitch)static PositionedSoundInstancePositionedSoundInstance. master(SoundEvent sound, float pitch, float volume)static PositionedSoundInstancePositionedSoundInstance. music(SoundEvent sound)static PositionedSoundInstancePositionedSoundInstance. 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 SoundEventToast.Visibility. soundConstructors 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 voidClientWorld. playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)voidClientWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)voidClientWorld. playSound(BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)voidClientWorld. 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 SoundEventBucketable. getBucketedSound()protected @Nullable SoundEventLivingEntity. getDeathSound()protected SoundEventLivingEntity. getDrinkSound(ItemStack stack)SoundEventLivingEntity. getEatSound(ItemStack stack)protected SoundEventLivingEntity. getFallSound(int distance)protected SoundEventEntity. getHighSpeedSplashSound()protected @Nullable SoundEventLivingEntity. getHurtSound(DamageSource source)protected SoundEventEntity. getSplashSound()protected SoundEventEntity. getSwimSound()Methods in net.minecraft.entity with parameters of type SoundEvent Modifier and Type Method Description voidEntity. 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 SoundEventHoldInHandsGoal. soundConstructors 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 SoundEventWitherEntity. getAmbientSound()protected SoundEventWitherEntity. getDeathSound()protected SoundEventWitherEntity. 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 SoundEventEnderDragonEntity. getAmbientSound()protected SoundEventEnderDragonEntity. 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 SoundEventGlowItemFrameEntity. getAddItemSound()SoundEventItemFrameEntity. getAddItemSound()SoundEventGlowItemFrameEntity. getBreakSound()SoundEventItemFrameEntity. getBreakSound()protected @Nullable SoundEventArmorStandEntity. getDeathSound()protected SoundEventArmorStandEntity. getFallSound(int distance)protected @Nullable SoundEventArmorStandEntity. getHurtSound(DamageSource source)SoundEventGlowItemFrameEntity. getPlaceSound()SoundEventItemFrameEntity. getPlaceSound()SoundEventGlowItemFrameEntity. getRemoveItemSound()SoundEventItemFrameEntity. getRemoveItemSound()SoundEventGlowItemFrameEntity. getRotateItemSound()SoundEventItemFrameEntity. getRotateItemSound() -
Uses of SoundEvent in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return SoundEvent Modifier and Type Method Description protected SoundEventBlazeEntity. getAmbientSound()protected SoundEventDrownedEntity. getAmbientSound()protected SoundEventElderGuardianEntity. getAmbientSound()protected SoundEventEndermanEntity. getAmbientSound()protected SoundEventEndermiteEntity. getAmbientSound()protected SoundEventEvokerEntity. getAmbientSound()protected SoundEventGhastEntity. getAmbientSound()protected SoundEventGuardianEntity. getAmbientSound()protected SoundEventHoglinEntity. getAmbientSound()protected SoundEventHuskEntity. getAmbientSound()protected SoundEventIllusionerEntity. getAmbientSound()protected @Nullable SoundEventMobEntity. getAmbientSound()protected SoundEventPhantomEntity. getAmbientSound()protected SoundEventPiglinBruteEntity. getAmbientSound()protected SoundEventPiglinEntity. getAmbientSound()protected SoundEventPillagerEntity. getAmbientSound()protected @Nullable SoundEventRavagerEntity. getAmbientSound()protected SoundEventShulkerEntity. getAmbientSound()protected SoundEventSilverfishEntity. getAmbientSound()protected SoundEventSkeletonEntity. getAmbientSound()protected SoundEventSkeletonHorseEntity. getAmbientSound()protected SoundEventSpiderEntity. getAmbientSound()protected SoundEventStrayEntity. getAmbientSound()protected SoundEventVexEntity. getAmbientSound()protected SoundEventVindicatorEntity. getAmbientSound()protected SoundEventWitchEntity. getAmbientSound()protected SoundEventWitherSkeletonEntity. getAmbientSound()protected SoundEventZoglinEntity. getAmbientSound()protected SoundEventZombieEntity. getAmbientSound()protected SoundEventZombieHorseEntity. getAmbientSound()SoundEventZombieVillagerEntity. getAmbientSound()protected SoundEventZombifiedPiglinEntity. getAmbientSound()protected SoundEventEvokerEntity. getCastSpellSound()protected SoundEventIllusionerEntity. getCastSpellSound()protected abstract SoundEventSpellcastingIllagerEntity. getCastSpellSound()SoundEventEvokerEntity. getCelebratingSound()SoundEventIllusionerEntity. getCelebratingSound()SoundEventPillagerEntity. getCelebratingSound()SoundEventRavagerEntity. getCelebratingSound()SoundEventVindicatorEntity. getCelebratingSound()SoundEventWitchEntity. getCelebratingSound()protected SoundEventBlazeEntity. getDeathSound()protected SoundEventCreeperEntity. getDeathSound()protected SoundEventDrownedEntity. getDeathSound()protected SoundEventElderGuardianEntity. getDeathSound()protected SoundEventEndermanEntity. getDeathSound()protected SoundEventEndermiteEntity. getDeathSound()protected SoundEventEvokerEntity. getDeathSound()protected SoundEventGhastEntity. getDeathSound()protected SoundEventGuardianEntity. getDeathSound()protected SoundEventHoglinEntity. getDeathSound()protected SoundEventHostileEntity. getDeathSound()protected SoundEventHuskEntity. getDeathSound()protected SoundEventIllusionerEntity. getDeathSound()protected SoundEventMagmaCubeEntity. getDeathSound()protected SoundEventPhantomEntity. getDeathSound()protected SoundEventPiglinBruteEntity. getDeathSound()protected SoundEventPiglinEntity. getDeathSound()protected SoundEventPillagerEntity. getDeathSound()protected SoundEventRavagerEntity. getDeathSound()protected SoundEventShulkerEntity. getDeathSound()protected SoundEventSilverfishEntity. getDeathSound()protected SoundEventSkeletonEntity. getDeathSound()protected SoundEventSkeletonHorseEntity. getDeathSound()protected SoundEventSlimeEntity. getDeathSound()protected SoundEventSpiderEntity. getDeathSound()protected SoundEventStrayEntity. getDeathSound()protected SoundEventVexEntity. getDeathSound()protected SoundEventVindicatorEntity. getDeathSound()protected SoundEventWitchEntity. getDeathSound()protected SoundEventWitherSkeletonEntity. getDeathSound()protected SoundEventZoglinEntity. getDeathSound()protected SoundEventZombieEntity. getDeathSound()protected SoundEventZombieHorseEntity. getDeathSound()SoundEventZombieVillagerEntity. getDeathSound()protected SoundEventZombifiedPiglinEntity. getDeathSound()protected SoundEventHostileEntity. getFallSound(int distance)protected SoundEventElderGuardianEntity. getFlopSound()protected SoundEventGuardianEntity. getFlopSound()protected SoundEventBlazeEntity. getHurtSound(DamageSource source)protected SoundEventCreeperEntity. getHurtSound(DamageSource source)protected SoundEventDrownedEntity. getHurtSound(DamageSource source)protected SoundEventElderGuardianEntity. getHurtSound(DamageSource source)protected SoundEventEndermanEntity. getHurtSound(DamageSource source)protected SoundEventEndermiteEntity. getHurtSound(DamageSource source)protected SoundEventEvokerEntity. getHurtSound(DamageSource source)protected SoundEventGhastEntity. getHurtSound(DamageSource source)protected SoundEventGuardianEntity. getHurtSound(DamageSource source)protected SoundEventHoglinEntity. getHurtSound(DamageSource source)protected SoundEventHostileEntity. getHurtSound(DamageSource source)protected SoundEventHuskEntity. getHurtSound(DamageSource source)protected SoundEventIllusionerEntity. getHurtSound(DamageSource source)protected SoundEventMagmaCubeEntity. getHurtSound(DamageSource source)protected SoundEventPhantomEntity. getHurtSound(DamageSource source)protected SoundEventPiglinBruteEntity. getHurtSound(DamageSource source)protected SoundEventPiglinEntity. getHurtSound(DamageSource source)protected SoundEventPillagerEntity. getHurtSound(DamageSource source)protected SoundEventRavagerEntity. getHurtSound(DamageSource source)protected SoundEventShulkerEntity. getHurtSound(DamageSource source)protected SoundEventSilverfishEntity. getHurtSound(DamageSource source)protected SoundEventSkeletonEntity. getHurtSound(DamageSource source)protected SoundEventSkeletonHorseEntity. getHurtSound(DamageSource source)protected SoundEventSlimeEntity. getHurtSound(DamageSource source)protected SoundEventSpiderEntity. getHurtSound(DamageSource source)protected SoundEventStrayEntity. getHurtSound(DamageSource source)protected SoundEventVexEntity. getHurtSound(DamageSource source)protected SoundEventVindicatorEntity. getHurtSound(DamageSource source)protected SoundEventWitchEntity. getHurtSound(DamageSource source)protected SoundEventWitherSkeletonEntity. getHurtSound(DamageSource source)protected SoundEventZoglinEntity. getHurtSound(DamageSource source)protected SoundEventZombieEntity. getHurtSound(DamageSource source)protected SoundEventZombieHorseEntity. getHurtSound(DamageSource source)SoundEventZombieVillagerEntity. getHurtSound(DamageSource source)protected SoundEventZombifiedPiglinEntity. getHurtSound(DamageSource source)protected SoundEventMagmaCubeEntity. getJumpSound()protected SoundEventSlimeEntity. getJumpSound()private static SoundEventPiglinBrain. getSound(PiglinEntity piglin, Activity activity)private static SoundEventHoglinBrain. getSoundEvent(HoglinEntity hoglin, Activity activity)protected SoundEventEvokerEntity.ConjureFangsGoal. getSoundPrepare()protected SoundEventEvokerEntity.SummonVexGoal. getSoundPrepare()protected SoundEventEvokerEntity.WololoGoal. getSoundPrepare()protected SoundEventIllusionerEntity.BlindTargetGoal. getSoundPrepare()protected @Nullable SoundEventIllusionerEntity.GiveInvisibilityGoal. getSoundPrepare()protected abstract @Nullable SoundEventSpellcastingIllagerEntity.CastSpellGoal. getSoundPrepare()protected SoundEventHoglinEntity. getSplashSound()protected SoundEventHostileEntity. getSplashSound()protected SoundEventMagmaCubeEntity. getSquishSound()protected SoundEventSlimeEntity. getSquishSound()(package private) abstract SoundEventAbstractSkeletonEntity. getStepSound()protected SoundEventDrownedEntity. getStepSound()protected SoundEventHuskEntity. getStepSound()(package private) SoundEventSkeletonEntity. getStepSound()(package private) SoundEventStrayEntity. getStepSound()(package private) SoundEventWitherSkeletonEntity. getStepSound()protected SoundEventZombieEntity. getStepSound()SoundEventZombieVillagerEntity. getStepSound()protected SoundEventDrownedEntity. getSwimSound()protected SoundEventHoglinEntity. getSwimSound()protected SoundEventHostileEntity. getSwimSound()protected SoundEventSkeletonHorseEntity. 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 voidHoglinEntity. playSound(SoundEvent sound)protected voidPiglinEntity. 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_SOUNDSMethods in net.minecraft.entity.passive that return SoundEvent Modifier and Type Method Description protected @Nullable SoundEventAxolotlEntity. getAmbientSound()@Nullable SoundEventBatEntity. getAmbientSound()protected SoundEventBeeEntity. getAmbientSound()protected @Nullable SoundEventCatEntity. getAmbientSound()protected SoundEventChickenEntity. getAmbientSound()protected SoundEventCodEntity. getAmbientSound()protected SoundEventCowEntity. getAmbientSound()protected @Nullable SoundEventDolphinEntity. getAmbientSound()protected SoundEventDonkeyEntity. getAmbientSound()protected @Nullable SoundEventFoxEntity. getAmbientSound()protected SoundEventGlowSquidEntity. getAmbientSound()protected SoundEventGoatEntity. getAmbientSound()protected @Nullable SoundEventGolemEntity. getAmbientSound()protected @Nullable SoundEventHorseBaseEntity. getAmbientSound()protected SoundEventHorseEntity. getAmbientSound()protected SoundEventLlamaEntity. getAmbientSound()protected SoundEventMuleEntity. getAmbientSound()protected @Nullable SoundEventOcelotEntity. getAmbientSound()protected @Nullable SoundEventPandaEntity. getAmbientSound()@Nullable SoundEventParrotEntity. getAmbientSound()protected SoundEventPigEntity. getAmbientSound()protected SoundEventPolarBearEntity. getAmbientSound()protected SoundEventPufferfishEntity. getAmbientSound()protected SoundEventRabbitEntity. getAmbientSound()protected SoundEventSalmonEntity. getAmbientSound()protected SoundEventSheepEntity. getAmbientSound()protected @Nullable SoundEventSnowGolemEntity. getAmbientSound()protected SoundEventSquidEntity. getAmbientSound()protected SoundEventStriderEntity. getAmbientSound()protected SoundEventTropicalFishEntity. getAmbientSound()protected @Nullable SoundEventTurtleEntity. getAmbientSound()protected @Nullable SoundEventVillagerEntity. getAmbientSound()protected SoundEventWanderingTraderEntity. getAmbientSound()protected SoundEventWolfEntity. getAmbientSound()protected SoundEventDonkeyEntity. getAngrySound()protected @Nullable SoundEventHorseBaseEntity. getAngrySound()protected SoundEventHorseEntity. getAngrySound()protected SoundEventLlamaEntity. getAngrySound()protected SoundEventMuleEntity. getAngrySound()SoundEventAxolotlEntity. getBucketedSound()SoundEventFishEntity. getBucketedSound()protected @Nullable SoundEventAxolotlEntity. getDeathSound()protected SoundEventBatEntity. getDeathSound()protected SoundEventBeeEntity. getDeathSound()protected SoundEventCatEntity. getDeathSound()protected SoundEventChickenEntity. getDeathSound()protected SoundEventCodEntity. getDeathSound()protected SoundEventCowEntity. getDeathSound()protected @Nullable SoundEventDolphinEntity. getDeathSound()protected SoundEventDonkeyEntity. getDeathSound()protected @Nullable SoundEventFoxEntity. getDeathSound()protected SoundEventGlowSquidEntity. getDeathSound()protected SoundEventGoatEntity. getDeathSound()protected @Nullable SoundEventGolemEntity. getDeathSound()protected @Nullable SoundEventHorseBaseEntity. getDeathSound()protected SoundEventHorseEntity. getDeathSound()protected SoundEventIronGolemEntity. getDeathSound()protected SoundEventLlamaEntity. getDeathSound()protected SoundEventMuleEntity. getDeathSound()protected SoundEventOcelotEntity. getDeathSound()protected @Nullable SoundEventPandaEntity. getDeathSound()protected SoundEventParrotEntity. getDeathSound()protected SoundEventPigEntity. getDeathSound()protected SoundEventPolarBearEntity. getDeathSound()protected SoundEventPufferfishEntity. getDeathSound()protected SoundEventRabbitEntity. getDeathSound()protected SoundEventSalmonEntity. getDeathSound()protected SoundEventSheepEntity. getDeathSound()protected @Nullable SoundEventSnowGolemEntity. getDeathSound()protected SoundEventSquidEntity. getDeathSound()protected SoundEventStriderEntity. getDeathSound()protected SoundEventTropicalFishEntity. getDeathSound()protected @Nullable SoundEventTurtleEntity. getDeathSound()protected SoundEventVillagerEntity. getDeathSound()protected SoundEventWanderingTraderEntity. getDeathSound()protected SoundEventWolfEntity. getDeathSound()protected SoundEventWanderingTraderEntity. getDrinkSound(ItemStack stack)protected @Nullable SoundEventDonkeyEntity. getEatSound()SoundEventFoxEntity. getEatSound(ItemStack stack)protected @Nullable SoundEventHorseBaseEntity. getEatSound()protected @Nullable SoundEventHorseEntity. getEatSound()protected @Nullable SoundEventLlamaEntity. getEatSound()protected @Nullable SoundEventMuleEntity. getEatSound()protected SoundEventCodEntity. getFlopSound()protected abstract SoundEventFishEntity. getFlopSound()protected SoundEventPufferfishEntity. getFlopSound()protected SoundEventSalmonEntity. getFlopSound()protected SoundEventTropicalFishEntity. getFlopSound()protected SoundEventAxolotlEntity. getHurtSound(DamageSource source)protected SoundEventBatEntity. getHurtSound(DamageSource source)protected SoundEventBeeEntity. getHurtSound(DamageSource source)protected SoundEventCatEntity. getHurtSound(DamageSource source)protected SoundEventChickenEntity. getHurtSound(DamageSource source)protected SoundEventCodEntity. getHurtSound(DamageSource source)protected SoundEventCowEntity. getHurtSound(DamageSource source)protected SoundEventDolphinEntity. getHurtSound(DamageSource source)protected SoundEventDonkeyEntity. getHurtSound(DamageSource source)protected @Nullable SoundEventFoxEntity. getHurtSound(DamageSource source)protected SoundEventGlowSquidEntity. getHurtSound(DamageSource source)protected SoundEventGoatEntity. getHurtSound(DamageSource source)protected @Nullable SoundEventGolemEntity. getHurtSound(DamageSource source)protected @Nullable SoundEventHorseBaseEntity. getHurtSound(DamageSource source)protected SoundEventHorseEntity. getHurtSound(DamageSource source)protected SoundEventIronGolemEntity. getHurtSound(DamageSource source)protected SoundEventLlamaEntity. getHurtSound(DamageSource source)protected SoundEventMuleEntity. getHurtSound(DamageSource source)protected SoundEventOcelotEntity. getHurtSound(DamageSource source)protected @Nullable SoundEventPandaEntity. getHurtSound(DamageSource source)protected SoundEventParrotEntity. getHurtSound(DamageSource source)protected SoundEventPigEntity. getHurtSound(DamageSource source)protected SoundEventPolarBearEntity. getHurtSound(DamageSource source)protected SoundEventPufferfishEntity. getHurtSound(DamageSource source)protected SoundEventRabbitEntity. getHurtSound(DamageSource source)protected SoundEventSalmonEntity. getHurtSound(DamageSource source)protected SoundEventSheepEntity. getHurtSound(DamageSource source)protected @Nullable SoundEventSnowGolemEntity. getHurtSound(DamageSource source)protected SoundEventSquidEntity. getHurtSound(DamageSource source)protected SoundEventStriderEntity. getHurtSound(DamageSource source)protected SoundEventTropicalFishEntity. getHurtSound(DamageSource source)protected @Nullable SoundEventTurtleEntity. getHurtSound(DamageSource source)protected SoundEventVillagerEntity. getHurtSound(DamageSource source)protected SoundEventWanderingTraderEntity. getHurtSound(DamageSource source)protected SoundEventWolfEntity. getHurtSound(DamageSource source)protected SoundEventRabbitEntity. getJumpSound()protected SoundEventGoatEntity. getMilkingSound()static SoundEventParrotEntity. getRandomSound(World world, Random random)private static SoundEventParrotEntity. getSound(EntityType<?> imitate)protected SoundEventAxolotlEntity. getSplashSound()protected SoundEventDolphinEntity. getSplashSound()protected SoundEventGlowSquidEntity. getSquirtSound()protected SoundEventSquidEntity. getSquirtSound()protected SoundEventAxolotlEntity. getSwimSound()protected SoundEventDolphinEntity. getSwimSound()protected SoundEventFishEntity. getSwimSound()protected SoundEventTurtleEntity. getSwimSound()protected SoundEventMerchantEntity. getTradingSound(boolean sold)protected SoundEventWanderingTraderEntity. getTradingSound(boolean sold)SoundEventMerchantEntity. getYesSound()SoundEventWanderingTraderEntity. getYesSound() -
Uses of SoundEvent in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return SoundEvent Modifier and Type Method Description protected SoundEventPlayerEntity. getDeathSound()protected SoundEventPlayerEntity. getFallSound(int distance)protected SoundEventPlayerEntity. getHighSpeedSplashSound()protected SoundEventPlayerEntity. getHurtSound(DamageSource source)protected SoundEventPlayerEntity. getSplashSound()protected SoundEventPlayerEntity. getSwimSound()Methods in net.minecraft.entity.player with parameters of type SoundEvent Modifier and Type Method Description voidPlayerEntity. playSound(SoundEvent sound, float volume, float pitch)voidPlayerEntity. 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 SoundEventPersistentProjectileEntity. soundMethods in net.minecraft.entity.projectile that return SoundEvent Modifier and Type Method Description protected SoundEventPersistentProjectileEntity. getHitSound()protected SoundEventTridentEntity. getHitSound()protected SoundEventPersistentProjectileEntity. getSound()Methods in net.minecraft.entity.projectile with parameters of type SoundEvent Modifier and Type Method Description voidPersistentProjectileEntity. 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 SoundEventRaiderEntity. 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 SoundEventBoatEntity. 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 SoundEventEntityBucketItem. emptyingSoundprivate SoundEventArmorMaterials. equipSoundprivate SoundEventPowderSnowBucketItem. placeSoundprivate SoundEventMusicDiscItem. soundFields in net.minecraft.item with type parameters of type SoundEvent Modifier and Type Field Description private static Map<SoundEvent,MusicDiscItem>MusicDiscItem. MUSIC_DISCSMethods in net.minecraft.item that return SoundEvent Modifier and Type Method Description SoundEventHoneyBottleItem. getDrinkSound()SoundEventItem. getDrinkSound()SoundEventItemStack. getDrinkSound()SoundEventHoneyBottleItem. getEatSound()SoundEventItem. getEatSound()SoundEventItemStack. getEatSound()@Nullable SoundEventArmorItem. getEquipSound()SoundEventArmorMaterial. getEquipSound()SoundEventArmorMaterials. getEquipSound()@Nullable SoundEventElytraItem. getEquipSound()@Nullable SoundEventItem. getEquipSound()@Nullable SoundEventItemStack. getEquipSound()protected SoundEventBlockItem. getPlaceSound(BlockState state)protected SoundEventPowderSnowBucketItem. getPlaceSound(BlockState state)private SoundEventCrossbowItem. getQuickChargeSound(int stage)SoundEventMusicDiscItem. getSound()Methods in net.minecraft.item with parameters of type SoundEvent Modifier and Type Method Description static @Nullable MusicDiscItemMusicDiscItem. 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 SoundEventPlaySoundFromEntityS2CPacket. soundprivate SoundEventPlaySoundS2CPacket. soundMethods in net.minecraft.network.packet.s2c.play that return SoundEvent Modifier and Type Method Description SoundEventPlaySoundFromEntityS2CPacket. getSound()SoundEventPlaySoundS2CPacket. 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 voidServerPlayerEntity. 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 voidServerWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)voidServerWorld. 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. CODECMethods in net.minecraft.sound that return SoundEvent Modifier and Type Method Description SoundEventBlockSoundGroup. getBreakSound()SoundEventBlockSoundGroup. getFallSound()SoundEventBlockSoundGroup. getHitSound()SoundEventBlockSoundGroup. getPlaceSound()SoundEventBiomeAdditionsSound. getSound()SoundEventBiomeMoodSound. getSound()SoundEventMusicSound. getSound()SoundEventBlockSoundGroup. getStepSound()private static SoundEventSoundEvents. 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_EVENTstatic 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 SoundEventVillagerProfession. workSoundMethods in net.minecraft.village that return SoundEvent Modifier and Type Method Description @Nullable SoundEventVillagerProfession. getWorkSound()SoundEventMerchant. getYesSound()SoundEventSimpleMerchant. getYesSound()Methods in net.minecraft.village with parameters of type SoundEvent Modifier and Type Method Description (package private) static VillagerProfessionVillagerProfession. register(String id, PointOfInterestType workStation, @Nullable SoundEvent workSound)(package private) static VillagerProfessionVillagerProfession. 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 voidChunkRegion. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)voidWorld. playSound(double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch, boolean useDistance)abstract voidWorld. playSound(@Nullable PlayerEntity player, double x, double y, double z, SoundEvent sound, SoundCategory category, float volume, float pitch)voidWorld. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)voidWorldAccess. playSound(@Nullable PlayerEntity player, BlockPos pos, SoundEvent sound, SoundCategory category, float volume, float pitch)abstract voidWorld. 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. loopSoundprivate Optional<SoundEvent>BiomeEffects. loopSoundMethods 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.BuilderBiomeEffects.Builder. loopSound(SoundEvent sound)