Uses of Class
net.minecraft.sounds.SoundEvent
Package
Description
-
Uses of SoundEvent in net.minecraft.client.gui.components.toasts
-
Uses of SoundEvent in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionvoid
ClientLevel.playLocalSound(double p_104600_, double p_104601_, double p_104602_, SoundEvent p_104603_, SoundSource p_104604_, float p_104605_, float p_104606_, boolean p_104607_)
void
ClientLevel.playLocalSound(BlockPos p_104678_, SoundEvent p_104679_, SoundSource p_104680_, float p_104681_, float p_104682_, boolean p_104683_)
void
ClientLevel.playSound(Player p_104645_, double p_104646_, double p_104647_, double p_104648_, SoundEvent p_104649_, SoundSource p_104650_, float p_104651_, float p_104652_)
void
ClientLevel.playSound(Player p_104659_, Entity p_104660_, SoundEvent p_104661_, SoundSource p_104662_, float p_104663_, float p_104664_)
-
Uses of SoundEvent in net.minecraft.client.player
Modifier and TypeMethodDescriptionvoid
LocalPlayer.playNotifySound(SoundEvent p_108655_, SoundSource p_108656_, float p_108657_, float p_108658_)
void
LocalPlayer.playSound(SoundEvent p_108651_, float p_108652_, float p_108653_)
-
Uses of SoundEvent in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionvoid
LevelRenderer.playStreamingMusic(SoundEvent p_109515_, BlockPos p_109516_)
Deprecated.void
LevelRenderer.playStreamingMusic(SoundEvent p_109515_, BlockPos p_109516_, RecordItem musicDiscItem)
-
Uses of SoundEvent in net.minecraft.client.resources.sounds
Modifier and TypeMethodDescriptionstatic SimpleSoundInstance
SimpleSoundInstance.forAmbientAddition(SoundEvent p_119760_)
static SimpleSoundInstance
SimpleSoundInstance.forAmbientMood(SoundEvent p_119762_, double p_119763_, double p_119764_, double p_119765_)
static SimpleSoundInstance
SimpleSoundInstance.forLocalAmbience(SoundEvent p_119767_, float p_119768_, float p_119769_)
static SimpleSoundInstance
SimpleSoundInstance.forMusic(SoundEvent p_119746_)
static SimpleSoundInstance
SimpleSoundInstance.forRecord(SoundEvent p_119748_, double p_119749_, double p_119750_, double p_119751_)
static SimpleSoundInstance
SimpleSoundInstance.forUI(SoundEvent p_119753_, float p_119754_)
static SimpleSoundInstance
SimpleSoundInstance.forUI(SoundEvent p_119756_, float p_119757_, float p_119758_)
ModifierConstructorDescriptionprotected
AbstractSoundInstance(SoundEvent p_119584_, SoundSource p_119585_)
protected
AbstractTickableSoundInstance(SoundEvent p_119606_, SoundSource p_119607_)
BeeSoundInstance(Bee p_119621_, SoundEvent p_119622_, SoundSource p_119623_)
EntityBoundSoundInstance(SoundEvent p_119677_, SoundSource p_119678_, float p_119679_, float p_119680_, Entity p_119681_)
LoopSoundInstance(SoundEvent p_119658_)
private
SimpleSoundInstance(SoundEvent p_119723_, SoundSource p_119724_, float p_119725_, float p_119726_, boolean p_119727_, int p_119728_, SoundInstance.Attenuation p_119729_, double p_119730_, double p_119731_, double p_119732_)
SimpleSoundInstance(SoundEvent p_119709_, SoundSource p_119710_, float p_119711_, float p_119712_, double p_119713_, double p_119714_, double p_119715_)
SimpleSoundInstance(SoundEvent p_119717_, SoundSource p_119718_, float p_119719_, float p_119720_, BlockPos p_119721_)
protected
SubSound(LocalPlayer p_119861_, SoundEvent p_119862_)
-
Uses of SoundEvent in net.minecraft.core
Modifier and TypeFieldDescriptionstatic Registry<SoundEvent>
Registry.SOUND_EVENT
Deprecated.static ResourceKey<Registry<SoundEvent>>
Registry.SOUND_EVENT_REGISTRY
-
Uses of SoundEvent in net.minecraft.core.cauldron
Modifier and TypeMethodDescriptionstatic InteractionResult
CauldronInteraction.emptyBucket(Level p_175619_, BlockPos p_175620_, Player p_175621_, InteractionHand p_175622_, ItemStack p_175623_, BlockState p_175624_, SoundEvent p_175625_)
static InteractionResult
CauldronInteraction.fillBucket(BlockState p_175636_, Level p_175637_, BlockPos p_175638_, Player p_175639_, InteractionHand p_175640_, ItemStack p_175641_, ItemStack p_175642_, Predicate<BlockState> p_175643_, SoundEvent p_175644_)
-
Uses of SoundEvent in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate SoundEvent
ClientboundSoundEntityPacket.sound
private SoundEvent
ClientboundSoundPacket.sound
Modifier and TypeMethodDescriptionClientboundSoundEntityPacket.getSound()
ClientboundSoundPacket.getSound()
ModifierConstructorDescriptionClientboundSoundEntityPacket(SoundEvent p_133415_, SoundSource p_133416_, Entity p_133417_, float p_133418_, float p_133419_)
ClientboundSoundPacket(SoundEvent p_133442_, SoundSource p_133443_, double p_133444_, double p_133445_, double p_133446_, float p_133447_, float p_133448_)
-
Uses of SoundEvent in net.minecraft.server.level
Modifier and TypeMethodDescriptionvoid
ServerPlayer.playNotifySound(SoundEvent p_9019_, SoundSource p_9020_, float p_9021_, float p_9022_)
void
ServerLevel.playSound(Player p_8675_, double p_8676_, double p_8677_, double p_8678_, SoundEvent p_8679_, SoundSource p_8680_, float p_8681_, float p_8682_)
void
ServerLevel.playSound(Player p_8689_, Entity p_8690_, SoundEvent p_8691_, SoundSource p_8692_, float p_8693_, float p_8694_)
void
WorldGenRegion.playSound(Player p_9528_, BlockPos p_9529_, SoundEvent p_9530_, SoundSource p_9531_, float p_9532_, float p_9533_)
-
Uses of SoundEvent in net.minecraft.sounds
Modifier and TypeFieldDescriptionstatic SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_ADDITIONS
static SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_LOOP
static SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_MOOD
static SoundEvent
SoundEvents.AMBIENT_CAVE
static SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_ADDITIONS
static SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_LOOP
static SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_MOOD
static SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_ADDITIONS
static SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_LOOP
static SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_MOOD
static SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_ADDITIONS
static SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_LOOP
static SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_MOOD
static SoundEvent
SoundEvents.AMBIENT_UNDERWATER_ENTER
static SoundEvent
SoundEvents.AMBIENT_UNDERWATER_EXIT
static SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP
static SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS
static SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE
static SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE
static SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_ADDITIONS
static SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_LOOP
static SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_MOOD
static SoundEvent
SoundEvents.AMETHYST_BLOCK_BREAK
static SoundEvent
SoundEvents.AMETHYST_BLOCK_CHIME
static SoundEvent
SoundEvents.AMETHYST_BLOCK_FALL
static SoundEvent
SoundEvents.AMETHYST_BLOCK_HIT
static SoundEvent
SoundEvents.AMETHYST_BLOCK_PLACE
static SoundEvent
SoundEvents.AMETHYST_BLOCK_STEP
static SoundEvent
SoundEvents.AMETHYST_CLUSTER_BREAK
static SoundEvent
SoundEvents.AMETHYST_CLUSTER_FALL
static SoundEvent
SoundEvents.AMETHYST_CLUSTER_HIT
static SoundEvent
SoundEvents.AMETHYST_CLUSTER_PLACE
static SoundEvent
SoundEvents.AMETHYST_CLUSTER_STEP
static SoundEvent
SoundEvents.ANCIENT_DEBRIS_BREAK
static SoundEvent
SoundEvents.ANCIENT_DEBRIS_FALL
static SoundEvent
SoundEvents.ANCIENT_DEBRIS_HIT
static SoundEvent
SoundEvents.ANCIENT_DEBRIS_PLACE
static SoundEvent
SoundEvents.ANCIENT_DEBRIS_STEP
static SoundEvent
SoundEvents.ANVIL_BREAK
static SoundEvent
SoundEvents.ANVIL_DESTROY
static SoundEvent
SoundEvents.ANVIL_FALL
static SoundEvent
SoundEvents.ANVIL_HIT
static SoundEvent
SoundEvents.ANVIL_LAND
static SoundEvent
SoundEvents.ANVIL_PLACE
static SoundEvent
SoundEvents.ANVIL_STEP
static SoundEvent
SoundEvents.ANVIL_USE
static SoundEvent
SoundEvents.ARMOR_EQUIP_CHAIN
static SoundEvent
SoundEvents.ARMOR_EQUIP_DIAMOND
static SoundEvent
SoundEvents.ARMOR_EQUIP_ELYTRA
static SoundEvent
SoundEvents.ARMOR_EQUIP_GENERIC
static SoundEvent
SoundEvents.ARMOR_EQUIP_GOLD
static SoundEvent
SoundEvents.ARMOR_EQUIP_IRON
static SoundEvent
SoundEvents.ARMOR_EQUIP_LEATHER
static SoundEvent
SoundEvents.ARMOR_EQUIP_NETHERITE
static SoundEvent
SoundEvents.ARMOR_EQUIP_TURTLE
static SoundEvent
SoundEvents.ARMOR_STAND_BREAK
static SoundEvent
SoundEvents.ARMOR_STAND_FALL
static SoundEvent
SoundEvents.ARMOR_STAND_HIT
static SoundEvent
SoundEvents.ARMOR_STAND_PLACE
static SoundEvent
SoundEvents.ARROW_HIT
static SoundEvent
SoundEvents.ARROW_HIT_PLAYER
static SoundEvent
SoundEvents.ARROW_SHOOT
static SoundEvent
SoundEvents.AXE_SCRAPE
static SoundEvent
SoundEvents.AXE_STRIP
static SoundEvent
SoundEvents.AXE_WAX_OFF
static SoundEvent
SoundEvents.AXOLOTL_ATTACK
static SoundEvent
SoundEvents.AXOLOTL_DEATH
static SoundEvent
SoundEvents.AXOLOTL_HURT
static SoundEvent
SoundEvents.AXOLOTL_IDLE_AIR
static SoundEvent
SoundEvents.AXOLOTL_IDLE_WATER
static SoundEvent
SoundEvents.AXOLOTL_SPLASH
static SoundEvent
SoundEvents.AXOLOTL_SWIM
static SoundEvent
SoundEvents.AZALEA_BREAK
static SoundEvent
SoundEvents.AZALEA_FALL
static SoundEvent
SoundEvents.AZALEA_HIT
static SoundEvent
SoundEvents.AZALEA_LEAVES_BREAK
static SoundEvent
SoundEvents.AZALEA_LEAVES_FALL
static SoundEvent
SoundEvents.AZALEA_LEAVES_HIT
static SoundEvent
SoundEvents.AZALEA_LEAVES_PLACE
static SoundEvent
SoundEvents.AZALEA_LEAVES_STEP
static SoundEvent
SoundEvents.AZALEA_PLACE
static SoundEvent
SoundEvents.AZALEA_STEP
static SoundEvent
SoundEvents.BAMBOO_BREAK
static SoundEvent
SoundEvents.BAMBOO_FALL
static SoundEvent
SoundEvents.BAMBOO_HIT
static SoundEvent
SoundEvents.BAMBOO_PLACE
static SoundEvent
SoundEvents.BAMBOO_SAPLING_BREAK
static SoundEvent
SoundEvents.BAMBOO_SAPLING_HIT
static SoundEvent
SoundEvents.BAMBOO_SAPLING_PLACE
static SoundEvent
SoundEvents.BAMBOO_STEP
static SoundEvent
SoundEvents.BARREL_CLOSE
static SoundEvent
SoundEvents.BARREL_OPEN
static SoundEvent
SoundEvents.BASALT_BREAK
static SoundEvent
SoundEvents.BASALT_FALL
static SoundEvent
SoundEvents.BASALT_HIT
static SoundEvent
SoundEvents.BASALT_PLACE
static SoundEvent
SoundEvents.BASALT_STEP
static SoundEvent
SoundEvents.BAT_AMBIENT
static SoundEvent
SoundEvents.BAT_DEATH
static SoundEvent
SoundEvents.BAT_HURT
static SoundEvent
SoundEvents.BAT_LOOP
static SoundEvent
SoundEvents.BAT_TAKEOFF
static SoundEvent
SoundEvents.BEACON_ACTIVATE
static SoundEvent
SoundEvents.BEACON_AMBIENT
static SoundEvent
SoundEvents.BEACON_DEACTIVATE
static SoundEvent
SoundEvents.BEACON_POWER_SELECT
static SoundEvent
SoundEvents.BEE_DEATH
static SoundEvent
SoundEvents.BEE_HURT
static SoundEvent
SoundEvents.BEE_LOOP
static SoundEvent
SoundEvents.BEE_LOOP_AGGRESSIVE
static SoundEvent
SoundEvents.BEE_POLLINATE
static SoundEvent
SoundEvents.BEE_STING
static SoundEvent
SoundEvents.BEEHIVE_DRIP
static SoundEvent
SoundEvents.BEEHIVE_ENTER
static SoundEvent
SoundEvents.BEEHIVE_EXIT
static SoundEvent
SoundEvents.BEEHIVE_SHEAR
static SoundEvent
SoundEvents.BEEHIVE_WORK
static SoundEvent
SoundEvents.BELL_BLOCK
static SoundEvent
SoundEvents.BELL_RESONATE
static SoundEvent
SoundEvents.BIG_DRIPLEAF_BREAK
static SoundEvent
SoundEvents.BIG_DRIPLEAF_FALL
static SoundEvent
SoundEvents.BIG_DRIPLEAF_HIT
static SoundEvent
SoundEvents.BIG_DRIPLEAF_PLACE
static SoundEvent
SoundEvents.BIG_DRIPLEAF_STEP
static SoundEvent
SoundEvents.BIG_DRIPLEAF_TILT_DOWN
static SoundEvent
SoundEvents.BIG_DRIPLEAF_TILT_UP
static SoundEvent
SoundEvents.BLASTFURNACE_FIRE_CRACKLE
static SoundEvent
SoundEvents.BLAZE_AMBIENT
static SoundEvent
SoundEvents.BLAZE_BURN
static SoundEvent
SoundEvents.BLAZE_DEATH
static SoundEvent
SoundEvents.BLAZE_HURT
static SoundEvent
SoundEvents.BLAZE_SHOOT
static SoundEvent
SoundEvents.BOAT_PADDLE_LAND
static SoundEvent
SoundEvents.BOAT_PADDLE_WATER
static SoundEvent
SoundEvents.BONE_BLOCK_BREAK
static SoundEvent
SoundEvents.BONE_BLOCK_FALL
static SoundEvent
SoundEvents.BONE_BLOCK_HIT
static SoundEvent
SoundEvents.BONE_BLOCK_PLACE
static SoundEvent
SoundEvents.BONE_BLOCK_STEP
static SoundEvent
SoundEvents.BONE_MEAL_USE
static SoundEvent
SoundEvents.BOOK_PAGE_TURN
static SoundEvent
SoundEvents.BOOK_PUT
static SoundEvent
SoundEvents.BOTTLE_EMPTY
static SoundEvent
SoundEvents.BOTTLE_FILL
static SoundEvent
SoundEvents.BOTTLE_FILL_DRAGONBREATH
static SoundEvent
SoundEvents.BREWING_STAND_BREW
static SoundEvent
SoundEvents.BUBBLE_COLUMN_BUBBLE_POP
static SoundEvent
SoundEvents.BUBBLE_COLUMN_UPWARDS_AMBIENT
static SoundEvent
SoundEvents.BUBBLE_COLUMN_UPWARDS_INSIDE
static SoundEvent
SoundEvents.BUBBLE_COLUMN_WHIRLPOOL_AMBIENT
static SoundEvent
SoundEvents.BUBBLE_COLUMN_WHIRLPOOL_INSIDE
static SoundEvent
SoundEvents.BUCKET_EMPTY
static SoundEvent
SoundEvents.BUCKET_EMPTY_AXOLOTL
static SoundEvent
SoundEvents.BUCKET_EMPTY_FISH
static SoundEvent
SoundEvents.BUCKET_EMPTY_LAVA
static SoundEvent
SoundEvents.BUCKET_EMPTY_POWDER_SNOW
static SoundEvent
SoundEvents.BUCKET_FILL
static SoundEvent
SoundEvents.BUCKET_FILL_AXOLOTL
static SoundEvent
SoundEvents.BUCKET_FILL_FISH
static SoundEvent
SoundEvents.BUCKET_FILL_LAVA
static SoundEvent
SoundEvents.BUCKET_FILL_POWDER_SNOW
static SoundEvent
SoundEvents.CAKE_ADD_CANDLE
static SoundEvent
SoundEvents.CALCITE_BREAK
static SoundEvent
SoundEvents.CALCITE_FALL
static SoundEvent
SoundEvents.CALCITE_HIT
static SoundEvent
SoundEvents.CALCITE_PLACE
static SoundEvent
SoundEvents.CALCITE_STEP
static SoundEvent
SoundEvents.CAMPFIRE_CRACKLE
static SoundEvent
SoundEvents.CANDLE_AMBIENT
static SoundEvent
SoundEvents.CANDLE_BREAK
static SoundEvent
SoundEvents.CANDLE_EXTINGUISH
static SoundEvent
SoundEvents.CANDLE_FALL
static SoundEvent
SoundEvents.CANDLE_HIT
static SoundEvent
SoundEvents.CANDLE_PLACE
static SoundEvent
SoundEvents.CANDLE_STEP
static SoundEvent
SoundEvents.CAT_AMBIENT
static SoundEvent
SoundEvents.CAT_BEG_FOR_FOOD
static SoundEvent
SoundEvents.CAT_DEATH
static SoundEvent
SoundEvents.CAT_EAT
static SoundEvent
SoundEvents.CAT_HISS
static SoundEvent
SoundEvents.CAT_HURT
static SoundEvent
SoundEvents.CAT_PURR
static SoundEvent
SoundEvents.CAT_PURREOW
static SoundEvent
SoundEvents.CAT_STRAY_AMBIENT
static SoundEvent
SoundEvents.CAVE_VINES_BREAK
static SoundEvent
SoundEvents.CAVE_VINES_FALL
static SoundEvent
SoundEvents.CAVE_VINES_HIT
static SoundEvent
SoundEvents.CAVE_VINES_PICK_BERRIES
static SoundEvent
SoundEvents.CAVE_VINES_PLACE
static SoundEvent
SoundEvents.CAVE_VINES_STEP
static SoundEvent
SoundEvents.CHAIN_BREAK
static SoundEvent
SoundEvents.CHAIN_FALL
static SoundEvent
SoundEvents.CHAIN_HIT
static SoundEvent
SoundEvents.CHAIN_PLACE
static SoundEvent
SoundEvents.CHAIN_STEP
static SoundEvent
SoundEvents.CHEST_CLOSE
static SoundEvent
SoundEvents.CHEST_LOCKED
static SoundEvent
SoundEvents.CHEST_OPEN
static SoundEvent
SoundEvents.CHICKEN_AMBIENT
static SoundEvent
SoundEvents.CHICKEN_DEATH
static SoundEvent
SoundEvents.CHICKEN_EGG
static SoundEvent
SoundEvents.CHICKEN_HURT
static SoundEvent
SoundEvents.CHICKEN_STEP
static SoundEvent
SoundEvents.CHORUS_FLOWER_DEATH
static SoundEvent
SoundEvents.CHORUS_FLOWER_GROW
static SoundEvent
SoundEvents.CHORUS_FRUIT_TELEPORT
static SoundEvent
SoundEvents.COD_AMBIENT
static SoundEvent
SoundEvents.COD_DEATH
static SoundEvent
SoundEvents.COD_FLOP
static SoundEvent
SoundEvents.COD_HURT
static SoundEvent
SoundEvents.COMPARATOR_CLICK
static SoundEvent
SoundEvents.COMPOSTER_EMPTY
static SoundEvent
SoundEvents.COMPOSTER_FILL
static SoundEvent
SoundEvents.COMPOSTER_FILL_SUCCESS
static SoundEvent
SoundEvents.COMPOSTER_READY
static SoundEvent
SoundEvents.CONDUIT_ACTIVATE
static SoundEvent
SoundEvents.CONDUIT_AMBIENT
static SoundEvent
SoundEvents.CONDUIT_AMBIENT_SHORT
static SoundEvent
SoundEvents.CONDUIT_ATTACK_TARGET
static SoundEvent
SoundEvents.CONDUIT_DEACTIVATE
static SoundEvent
SoundEvents.COPPER_BREAK
static SoundEvent
SoundEvents.COPPER_FALL
static SoundEvent
SoundEvents.COPPER_HIT
static SoundEvent
SoundEvents.COPPER_PLACE
static SoundEvent
SoundEvents.COPPER_STEP
static SoundEvent
SoundEvents.CORAL_BLOCK_BREAK
static SoundEvent
SoundEvents.CORAL_BLOCK_FALL
static SoundEvent
SoundEvents.CORAL_BLOCK_HIT
static SoundEvent
SoundEvents.CORAL_BLOCK_PLACE
static SoundEvent
SoundEvents.CORAL_BLOCK_STEP
static SoundEvent
SoundEvents.COW_AMBIENT
static SoundEvent
SoundEvents.COW_DEATH
static SoundEvent
SoundEvents.COW_HURT
static SoundEvent
SoundEvents.COW_MILK
static SoundEvent
SoundEvents.COW_STEP
static SoundEvent
SoundEvents.CREEPER_DEATH
static SoundEvent
SoundEvents.CREEPER_HURT
static SoundEvent
SoundEvents.CREEPER_PRIMED
static SoundEvent
SoundEvents.CROP_BREAK
static SoundEvent
SoundEvents.CROP_PLANTED
static SoundEvent
SoundEvents.CROSSBOW_HIT
static SoundEvent
SoundEvents.CROSSBOW_LOADING_END
static SoundEvent
SoundEvents.CROSSBOW_LOADING_MIDDLE
static SoundEvent
SoundEvents.CROSSBOW_LOADING_START
static SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_1
static SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_2
static SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_3
static SoundEvent
SoundEvents.CROSSBOW_SHOOT
static SoundEvent
SoundEvents.DEEPSLATE_BREAK
static SoundEvent
SoundEvents.DEEPSLATE_BRICKS_BREAK
static SoundEvent
SoundEvents.DEEPSLATE_BRICKS_FALL
static SoundEvent
SoundEvents.DEEPSLATE_BRICKS_HIT
static SoundEvent
SoundEvents.DEEPSLATE_BRICKS_PLACE
static SoundEvent
SoundEvents.DEEPSLATE_BRICKS_STEP
static SoundEvent
SoundEvents.DEEPSLATE_FALL
static SoundEvent
SoundEvents.DEEPSLATE_HIT
static SoundEvent
SoundEvents.DEEPSLATE_PLACE
static SoundEvent
SoundEvents.DEEPSLATE_STEP
static SoundEvent
SoundEvents.DEEPSLATE_TILES_BREAK
static SoundEvent
SoundEvents.DEEPSLATE_TILES_FALL
static SoundEvent
SoundEvents.DEEPSLATE_TILES_HIT
static SoundEvent
SoundEvents.DEEPSLATE_TILES_PLACE
static SoundEvent
SoundEvents.DEEPSLATE_TILES_STEP
static SoundEvent
SoundEvents.DISPENSER_DISPENSE
static SoundEvent
SoundEvents.DISPENSER_FAIL
static SoundEvent
SoundEvents.DISPENSER_LAUNCH
static SoundEvent
SoundEvents.DOLPHIN_AMBIENT
static SoundEvent
SoundEvents.DOLPHIN_AMBIENT_WATER
static SoundEvent
SoundEvents.DOLPHIN_ATTACK
static SoundEvent
SoundEvents.DOLPHIN_DEATH
static SoundEvent
SoundEvents.DOLPHIN_EAT
static SoundEvent
SoundEvents.DOLPHIN_HURT
static SoundEvent
SoundEvents.DOLPHIN_JUMP
static SoundEvent
SoundEvents.DOLPHIN_PLAY
static SoundEvent
SoundEvents.DOLPHIN_SPLASH
static SoundEvent
SoundEvents.DOLPHIN_SWIM
static SoundEvent
SoundEvents.DONKEY_AMBIENT
static SoundEvent
SoundEvents.DONKEY_ANGRY
static SoundEvent
SoundEvents.DONKEY_CHEST
static SoundEvent
SoundEvents.DONKEY_DEATH
static SoundEvent
SoundEvents.DONKEY_EAT
static SoundEvent
SoundEvents.DONKEY_HURT
static SoundEvent
SoundEvents.DRAGON_FIREBALL_EXPLODE
static SoundEvent
SoundEvents.DRIPSTONE_BLOCK_BREAK
static SoundEvent
SoundEvents.DRIPSTONE_BLOCK_FALL
static SoundEvent
SoundEvents.DRIPSTONE_BLOCK_HIT
static SoundEvent
SoundEvents.DRIPSTONE_BLOCK_PLACE
static SoundEvent
SoundEvents.DRIPSTONE_BLOCK_STEP
static SoundEvent
SoundEvents.DROWNED_AMBIENT
static SoundEvent
SoundEvents.DROWNED_AMBIENT_WATER
static SoundEvent
SoundEvents.DROWNED_DEATH
static SoundEvent
SoundEvents.DROWNED_DEATH_WATER
static SoundEvent
SoundEvents.DROWNED_HURT
static SoundEvent
SoundEvents.DROWNED_HURT_WATER
static SoundEvent
SoundEvents.DROWNED_SHOOT
static SoundEvent
SoundEvents.DROWNED_STEP
static SoundEvent
SoundEvents.DROWNED_SWIM
static SoundEvent
SoundEvents.DYE_USE
static SoundEvent
SoundEvents.EGG_THROW
static SoundEvent
SoundEvents.ELDER_GUARDIAN_AMBIENT
static SoundEvent
SoundEvents.ELDER_GUARDIAN_AMBIENT_LAND
static SoundEvent
SoundEvents.ELDER_GUARDIAN_CURSE
static SoundEvent
SoundEvents.ELDER_GUARDIAN_DEATH
static SoundEvent
SoundEvents.ELDER_GUARDIAN_DEATH_LAND
static SoundEvent
SoundEvents.ELDER_GUARDIAN_FLOP
static SoundEvent
SoundEvents.ELDER_GUARDIAN_HURT
static SoundEvent
SoundEvents.ELDER_GUARDIAN_HURT_LAND
static SoundEvent
SoundEvents.ELYTRA_FLYING
static SoundEvent
SoundEvents.ENCHANTMENT_TABLE_USE
static SoundEvent
SoundEvents.END_GATEWAY_SPAWN
static SoundEvent
SoundEvents.END_PORTAL_FRAME_FILL
static SoundEvent
SoundEvents.END_PORTAL_SPAWN
static SoundEvent
SoundEvents.ENDER_CHEST_CLOSE
static SoundEvent
SoundEvents.ENDER_CHEST_OPEN
static SoundEvent
SoundEvents.ENDER_DRAGON_AMBIENT
static SoundEvent
SoundEvents.ENDER_DRAGON_DEATH
static SoundEvent
SoundEvents.ENDER_DRAGON_FLAP
static SoundEvent
SoundEvents.ENDER_DRAGON_GROWL
static SoundEvent
SoundEvents.ENDER_DRAGON_HURT
static SoundEvent
SoundEvents.ENDER_DRAGON_SHOOT
static SoundEvent
SoundEvents.ENDER_EYE_DEATH
static SoundEvent
SoundEvents.ENDER_EYE_LAUNCH
static SoundEvent
SoundEvents.ENDER_PEARL_THROW
static SoundEvent
SoundEvents.ENDERMAN_AMBIENT
static SoundEvent
SoundEvents.ENDERMAN_DEATH
static SoundEvent
SoundEvents.ENDERMAN_HURT
static SoundEvent
SoundEvents.ENDERMAN_SCREAM
static SoundEvent
SoundEvents.ENDERMAN_STARE
static SoundEvent
SoundEvents.ENDERMAN_TELEPORT
static SoundEvent
SoundEvents.ENDERMITE_AMBIENT
static SoundEvent
SoundEvents.ENDERMITE_DEATH
static SoundEvent
SoundEvents.ENDERMITE_HURT
static SoundEvent
SoundEvents.ENDERMITE_STEP
private SoundEvent
Music.event
static SoundEvent
SoundEvents.EVOKER_AMBIENT
static SoundEvent
SoundEvents.EVOKER_CAST_SPELL
static SoundEvent
SoundEvents.EVOKER_CELEBRATE
static SoundEvent
SoundEvents.EVOKER_DEATH
static SoundEvent
SoundEvents.EVOKER_FANGS_ATTACK
static SoundEvent
SoundEvents.EVOKER_HURT
static SoundEvent
SoundEvents.EVOKER_PREPARE_ATTACK
static SoundEvent
SoundEvents.EVOKER_PREPARE_SUMMON
static SoundEvent
SoundEvents.EVOKER_PREPARE_WOLOLO
static SoundEvent
SoundEvents.EXPERIENCE_BOTTLE_THROW
static SoundEvent
SoundEvents.EXPERIENCE_ORB_PICKUP
static SoundEvent
SoundEvents.FENCE_GATE_CLOSE
static SoundEvent
SoundEvents.FENCE_GATE_OPEN
static SoundEvent
SoundEvents.FIRE_AMBIENT
static SoundEvent
SoundEvents.FIRE_EXTINGUISH
static SoundEvent
SoundEvents.FIRECHARGE_USE
static SoundEvent
SoundEvents.FIREWORK_ROCKET_BLAST
static SoundEvent
SoundEvents.FIREWORK_ROCKET_BLAST_FAR
static SoundEvent
SoundEvents.FIREWORK_ROCKET_LARGE_BLAST
static SoundEvent
SoundEvents.FIREWORK_ROCKET_LARGE_BLAST_FAR
static SoundEvent
SoundEvents.FIREWORK_ROCKET_LAUNCH
static SoundEvent
SoundEvents.FIREWORK_ROCKET_SHOOT
static SoundEvent
SoundEvents.FIREWORK_ROCKET_TWINKLE
static SoundEvent
SoundEvents.FIREWORK_ROCKET_TWINKLE_FAR
static SoundEvent
SoundEvents.FISH_SWIM
static SoundEvent
SoundEvents.FISHING_BOBBER_RETRIEVE
static SoundEvent
SoundEvents.FISHING_BOBBER_SPLASH
static SoundEvent
SoundEvents.FISHING_BOBBER_THROW
static SoundEvent
SoundEvents.FLINTANDSTEEL_USE
static SoundEvent
SoundEvents.FLOWERING_AZALEA_BREAK
static SoundEvent
SoundEvents.FLOWERING_AZALEA_FALL
static SoundEvent
SoundEvents.FLOWERING_AZALEA_HIT
static SoundEvent
SoundEvents.FLOWERING_AZALEA_PLACE
static SoundEvent
SoundEvents.FLOWERING_AZALEA_STEP
static SoundEvent
SoundEvents.FOX_AGGRO
static SoundEvent
SoundEvents.FOX_AMBIENT
static SoundEvent
SoundEvents.FOX_BITE
static SoundEvent
SoundEvents.FOX_DEATH
static SoundEvent
SoundEvents.FOX_EAT
static SoundEvent
SoundEvents.FOX_HURT
static SoundEvent
SoundEvents.FOX_SCREECH
static SoundEvent
SoundEvents.FOX_SLEEP
static SoundEvent
SoundEvents.FOX_SNIFF
static SoundEvent
SoundEvents.FOX_SPIT
static SoundEvent
SoundEvents.FOX_TELEPORT
static SoundEvent
SoundEvents.FUNGUS_BREAK
static SoundEvent
SoundEvents.FUNGUS_FALL
static SoundEvent
SoundEvents.FUNGUS_HIT
static SoundEvent
SoundEvents.FUNGUS_PLACE
static SoundEvent
SoundEvents.FUNGUS_STEP
static SoundEvent
SoundEvents.FURNACE_FIRE_CRACKLE
static SoundEvent
SoundEvents.GENERIC_BIG_FALL
static SoundEvent
SoundEvents.GENERIC_BURN
static SoundEvent
SoundEvents.GENERIC_DEATH
static SoundEvent
SoundEvents.GENERIC_DRINK
static SoundEvent
SoundEvents.GENERIC_EAT
static SoundEvent
SoundEvents.GENERIC_EXPLODE
static SoundEvent
SoundEvents.GENERIC_EXTINGUISH_FIRE
static SoundEvent
SoundEvents.GENERIC_HURT
static SoundEvent
SoundEvents.GENERIC_SMALL_FALL
static SoundEvent
SoundEvents.GENERIC_SPLASH
static SoundEvent
SoundEvents.GENERIC_SWIM
static SoundEvent
SoundEvents.GHAST_AMBIENT
static SoundEvent
SoundEvents.GHAST_DEATH
static SoundEvent
SoundEvents.GHAST_HURT
static SoundEvent
SoundEvents.GHAST_SCREAM
static SoundEvent
SoundEvents.GHAST_SHOOT
static SoundEvent
SoundEvents.GHAST_WARN
static SoundEvent
SoundEvents.GILDED_BLACKSTONE_BREAK
static SoundEvent
SoundEvents.GILDED_BLACKSTONE_FALL
static SoundEvent
SoundEvents.GILDED_BLACKSTONE_HIT
static SoundEvent
SoundEvents.GILDED_BLACKSTONE_PLACE
static SoundEvent
SoundEvents.GILDED_BLACKSTONE_STEP
static SoundEvent
SoundEvents.GLASS_BREAK
static SoundEvent
SoundEvents.GLASS_FALL
static SoundEvent
SoundEvents.GLASS_HIT
static SoundEvent
SoundEvents.GLASS_PLACE
static SoundEvent
SoundEvents.GLASS_STEP
static SoundEvent
SoundEvents.GLOW_INK_SAC_USE
static SoundEvent
SoundEvents.GLOW_ITEM_FRAME_ADD_ITEM
static SoundEvent
SoundEvents.GLOW_ITEM_FRAME_BREAK
static SoundEvent
SoundEvents.GLOW_ITEM_FRAME_PLACE
static SoundEvent
SoundEvents.GLOW_ITEM_FRAME_REMOVE_ITEM
static SoundEvent
SoundEvents.GLOW_ITEM_FRAME_ROTATE_ITEM
static SoundEvent
SoundEvents.GLOW_SQUID_AMBIENT
static SoundEvent
SoundEvents.GLOW_SQUID_DEATH
static SoundEvent
SoundEvents.GLOW_SQUID_HURT
static SoundEvent
SoundEvents.GLOW_SQUID_SQUIRT
static SoundEvent
SoundEvents.GOAT_AMBIENT
static SoundEvent
SoundEvents.GOAT_DEATH
static SoundEvent
SoundEvents.GOAT_EAT
static SoundEvent
SoundEvents.GOAT_HURT
static SoundEvent
SoundEvents.GOAT_LONG_JUMP
static SoundEvent
SoundEvents.GOAT_MILK
static SoundEvent
SoundEvents.GOAT_PREPARE_RAM
static SoundEvent
SoundEvents.GOAT_RAM_IMPACT
static SoundEvent
SoundEvents.GOAT_SCREAMING_AMBIENT
static SoundEvent
SoundEvents.GOAT_SCREAMING_DEATH
static SoundEvent
SoundEvents.GOAT_SCREAMING_EAT
static SoundEvent
SoundEvents.GOAT_SCREAMING_HURT
static SoundEvent
SoundEvents.GOAT_SCREAMING_LONG_JUMP
static SoundEvent
SoundEvents.GOAT_SCREAMING_MILK
static SoundEvent
SoundEvents.GOAT_SCREAMING_PREPARE_RAM
static SoundEvent
SoundEvents.GOAT_SCREAMING_RAM_IMPACT
static SoundEvent
SoundEvents.GOAT_STEP
static SoundEvent
SoundEvents.GRASS_BREAK
static SoundEvent
SoundEvents.GRASS_FALL
static SoundEvent
SoundEvents.GRASS_HIT
static SoundEvent
SoundEvents.GRASS_PLACE
static SoundEvent
SoundEvents.GRASS_STEP
static SoundEvent
SoundEvents.GRAVEL_BREAK
static SoundEvent
SoundEvents.GRAVEL_FALL
static SoundEvent
SoundEvents.GRAVEL_HIT
static SoundEvent
SoundEvents.GRAVEL_PLACE
static SoundEvent
SoundEvents.GRAVEL_STEP
static SoundEvent
SoundEvents.GRINDSTONE_USE
static SoundEvent
SoundEvents.GUARDIAN_AMBIENT
static SoundEvent
SoundEvents.GUARDIAN_AMBIENT_LAND
static SoundEvent
SoundEvents.GUARDIAN_ATTACK
static SoundEvent
SoundEvents.GUARDIAN_DEATH
static SoundEvent
SoundEvents.GUARDIAN_DEATH_LAND
static SoundEvent
SoundEvents.GUARDIAN_FLOP
static SoundEvent
SoundEvents.GUARDIAN_HURT
static SoundEvent
SoundEvents.GUARDIAN_HURT_LAND
static SoundEvent
SoundEvents.HANGING_ROOTS_BREAK
static SoundEvent
SoundEvents.HANGING_ROOTS_FALL
static SoundEvent
SoundEvents.HANGING_ROOTS_HIT
static SoundEvent
SoundEvents.HANGING_ROOTS_PLACE
static SoundEvent
SoundEvents.HANGING_ROOTS_STEP
static SoundEvent
SoundEvents.HOE_TILL
static SoundEvent
SoundEvents.HOGLIN_AMBIENT
static SoundEvent
SoundEvents.HOGLIN_ANGRY
static SoundEvent
SoundEvents.HOGLIN_ATTACK
static SoundEvent
SoundEvents.HOGLIN_CONVERTED_TO_ZOMBIFIED
static SoundEvent
SoundEvents.HOGLIN_DEATH
static SoundEvent
SoundEvents.HOGLIN_HURT
static SoundEvent
SoundEvents.HOGLIN_RETREAT
static SoundEvent
SoundEvents.HOGLIN_STEP
static SoundEvent
SoundEvents.HONEY_BLOCK_BREAK
static SoundEvent
SoundEvents.HONEY_BLOCK_FALL
static SoundEvent
SoundEvents.HONEY_BLOCK_HIT
static SoundEvent
SoundEvents.HONEY_BLOCK_PLACE
static SoundEvent
SoundEvents.HONEY_BLOCK_SLIDE
static SoundEvent
SoundEvents.HONEY_BLOCK_STEP
static SoundEvent
SoundEvents.HONEY_DRINK
static SoundEvent
SoundEvents.HONEYCOMB_WAX_ON
static SoundEvent
SoundEvents.HORSE_AMBIENT
static SoundEvent
SoundEvents.HORSE_ANGRY
static SoundEvent
SoundEvents.HORSE_ARMOR
static SoundEvent
SoundEvents.HORSE_BREATHE
static SoundEvent
SoundEvents.HORSE_DEATH
static SoundEvent
SoundEvents.HORSE_EAT
static SoundEvent
SoundEvents.HORSE_GALLOP
static SoundEvent
SoundEvents.HORSE_HURT
static SoundEvent
SoundEvents.HORSE_JUMP
static SoundEvent
SoundEvents.HORSE_LAND
static SoundEvent
SoundEvents.HORSE_SADDLE
static SoundEvent
SoundEvents.HORSE_STEP
static SoundEvent
SoundEvents.HORSE_STEP_WOOD
static SoundEvent
SoundEvents.HOSTILE_BIG_FALL
static SoundEvent
SoundEvents.HOSTILE_DEATH
static SoundEvent
SoundEvents.HOSTILE_HURT
static SoundEvent
SoundEvents.HOSTILE_SMALL_FALL
static SoundEvent
SoundEvents.HOSTILE_SPLASH
static SoundEvent
SoundEvents.HOSTILE_SWIM
static SoundEvent
SoundEvents.HUSK_AMBIENT
static SoundEvent
SoundEvents.HUSK_CONVERTED_TO_ZOMBIE
static SoundEvent
SoundEvents.HUSK_DEATH
static SoundEvent
SoundEvents.HUSK_HURT
static SoundEvent
SoundEvents.HUSK_STEP
static SoundEvent
SoundEvents.ILLUSIONER_AMBIENT
static SoundEvent
SoundEvents.ILLUSIONER_CAST_SPELL
static SoundEvent
SoundEvents.ILLUSIONER_DEATH
static SoundEvent
SoundEvents.ILLUSIONER_HURT
static SoundEvent
SoundEvents.ILLUSIONER_MIRROR_MOVE
static SoundEvent
SoundEvents.ILLUSIONER_PREPARE_BLINDNESS
static SoundEvent
SoundEvents.ILLUSIONER_PREPARE_MIRROR
static SoundEvent
SoundEvents.INK_SAC_USE
static SoundEvent
SoundEvents.IRON_DOOR_CLOSE
static SoundEvent
SoundEvents.IRON_DOOR_OPEN
static SoundEvent
SoundEvents.IRON_GOLEM_ATTACK
static SoundEvent
SoundEvents.IRON_GOLEM_DAMAGE
static SoundEvent
SoundEvents.IRON_GOLEM_DEATH
static SoundEvent
SoundEvents.IRON_GOLEM_HURT
static SoundEvent
SoundEvents.IRON_GOLEM_REPAIR
static SoundEvent
SoundEvents.IRON_GOLEM_STEP
static SoundEvent
SoundEvents.IRON_TRAPDOOR_CLOSE
static SoundEvent
SoundEvents.IRON_TRAPDOOR_OPEN
static SoundEvent
SoundEvents.ITEM_BREAK
static SoundEvent
SoundEvents.ITEM_FRAME_ADD_ITEM
static SoundEvent
SoundEvents.ITEM_FRAME_BREAK
static SoundEvent
SoundEvents.ITEM_FRAME_PLACE
static SoundEvent
SoundEvents.ITEM_FRAME_REMOVE_ITEM
static SoundEvent
SoundEvents.ITEM_FRAME_ROTATE_ITEM
static SoundEvent
SoundEvents.ITEM_PICKUP
static SoundEvent
SoundEvents.LADDER_BREAK
static SoundEvent
SoundEvents.LADDER_FALL
static SoundEvent
SoundEvents.LADDER_HIT
static SoundEvent
SoundEvents.LADDER_PLACE
static SoundEvent
SoundEvents.LADDER_STEP
static SoundEvent
SoundEvents.LANTERN_BREAK
static SoundEvent
SoundEvents.LANTERN_FALL
static SoundEvent
SoundEvents.LANTERN_HIT
static SoundEvent
SoundEvents.LANTERN_PLACE
static SoundEvent
SoundEvents.LANTERN_STEP
static SoundEvent
SoundEvents.LARGE_AMETHYST_BUD_BREAK
static SoundEvent
SoundEvents.LARGE_AMETHYST_BUD_PLACE
static SoundEvent
SoundEvents.LAVA_AMBIENT
static SoundEvent
SoundEvents.LAVA_EXTINGUISH
static SoundEvent
SoundEvents.LAVA_POP
static SoundEvent
SoundEvents.LEASH_KNOT_BREAK
static SoundEvent
SoundEvents.LEASH_KNOT_PLACE
static SoundEvent
SoundEvents.LEVER_CLICK
static SoundEvent
SoundEvents.LIGHTNING_BOLT_IMPACT
static SoundEvent
SoundEvents.LIGHTNING_BOLT_THUNDER
static SoundEvent
SoundEvents.LILY_PAD_PLACE
static SoundEvent
SoundEvents.LINGERING_POTION_THROW
static SoundEvent
SoundEvents.LLAMA_AMBIENT
static SoundEvent
SoundEvents.LLAMA_ANGRY
static SoundEvent
SoundEvents.LLAMA_CHEST
static SoundEvent
SoundEvents.LLAMA_DEATH
static SoundEvent
SoundEvents.LLAMA_EAT
static SoundEvent
SoundEvents.LLAMA_HURT
static SoundEvent
SoundEvents.LLAMA_SPIT
static SoundEvent
SoundEvents.LLAMA_STEP
static SoundEvent
SoundEvents.LLAMA_SWAG
static SoundEvent
SoundEvents.LODESTONE_BREAK
static SoundEvent
SoundEvents.LODESTONE_COMPASS_LOCK
static SoundEvent
SoundEvents.LODESTONE_FALL
static SoundEvent
SoundEvents.LODESTONE_HIT
static SoundEvent
SoundEvents.LODESTONE_PLACE
static SoundEvent
SoundEvents.LODESTONE_STEP
static SoundEvent
SoundEvents.MAGMA_CUBE_DEATH
static SoundEvent
SoundEvents.MAGMA_CUBE_DEATH_SMALL
static SoundEvent
SoundEvents.MAGMA_CUBE_HURT
static SoundEvent
SoundEvents.MAGMA_CUBE_HURT_SMALL
static SoundEvent
SoundEvents.MAGMA_CUBE_JUMP
static SoundEvent
SoundEvents.MAGMA_CUBE_SQUISH
static SoundEvent
SoundEvents.MAGMA_CUBE_SQUISH_SMALL
static SoundEvent
SoundEvents.MEDIUM_AMETHYST_BUD_BREAK
static SoundEvent
SoundEvents.MEDIUM_AMETHYST_BUD_PLACE
static SoundEvent
SoundEvents.METAL_BREAK
static SoundEvent
SoundEvents.METAL_FALL
static SoundEvent
SoundEvents.METAL_HIT
static SoundEvent
SoundEvents.METAL_PLACE
static SoundEvent
SoundEvents.METAL_PRESSURE_PLATE_CLICK_OFF
static SoundEvent
SoundEvents.METAL_PRESSURE_PLATE_CLICK_ON
static SoundEvent
SoundEvents.METAL_STEP
static SoundEvent
SoundEvents.MINECART_INSIDE
static SoundEvent
SoundEvents.MINECART_INSIDE_UNDERWATER
static SoundEvent
SoundEvents.MINECART_RIDING
static SoundEvent
SoundEvents.MOOSHROOM_CONVERT
static SoundEvent
SoundEvents.MOOSHROOM_EAT
static SoundEvent
SoundEvents.MOOSHROOM_MILK
static SoundEvent
SoundEvents.MOOSHROOM_MILK_SUSPICIOUSLY
static SoundEvent
SoundEvents.MOOSHROOM_SHEAR
static SoundEvent
SoundEvents.MOSS_BREAK
static SoundEvent
SoundEvents.MOSS_CARPET_BREAK
static SoundEvent
SoundEvents.MOSS_CARPET_FALL
static SoundEvent
SoundEvents.MOSS_CARPET_HIT
static SoundEvent
SoundEvents.MOSS_CARPET_PLACE
static SoundEvent
SoundEvents.MOSS_CARPET_STEP
static SoundEvent
SoundEvents.MOSS_FALL
static SoundEvent
SoundEvents.MOSS_HIT
static SoundEvent
SoundEvents.MOSS_PLACE
static SoundEvent
SoundEvents.MOSS_STEP
static SoundEvent
SoundEvents.MULE_AMBIENT
static SoundEvent
SoundEvents.MULE_ANGRY
static SoundEvent
SoundEvents.MULE_CHEST
static SoundEvent
SoundEvents.MULE_DEATH
static SoundEvent
SoundEvents.MULE_EAT
static SoundEvent
SoundEvents.MULE_HURT
static SoundEvent
SoundEvents.MUSIC_BIOME_BASALT_DELTAS
static SoundEvent
SoundEvents.MUSIC_BIOME_CRIMSON_FOREST
static SoundEvent
SoundEvents.MUSIC_BIOME_NETHER_WASTES
static SoundEvent
SoundEvents.MUSIC_BIOME_SOUL_SAND_VALLEY
static SoundEvent
SoundEvents.MUSIC_BIOME_WARPED_FOREST
static SoundEvent
SoundEvents.MUSIC_CREATIVE
static SoundEvent
SoundEvents.MUSIC_CREDITS
static SoundEvent
SoundEvents.MUSIC_DISC_11
static SoundEvent
SoundEvents.MUSIC_DISC_13
static SoundEvent
SoundEvents.MUSIC_DISC_BLOCKS
static SoundEvent
SoundEvents.MUSIC_DISC_CAT
static SoundEvent
SoundEvents.MUSIC_DISC_CHIRP
static SoundEvent
SoundEvents.MUSIC_DISC_FAR
static SoundEvent
SoundEvents.MUSIC_DISC_MALL
static SoundEvent
SoundEvents.MUSIC_DISC_MELLOHI
static SoundEvent
SoundEvents.MUSIC_DISC_PIGSTEP
static SoundEvent
SoundEvents.MUSIC_DISC_STAL
static SoundEvent
SoundEvents.MUSIC_DISC_STRAD
static SoundEvent
SoundEvents.MUSIC_DISC_WAIT
static SoundEvent
SoundEvents.MUSIC_DISC_WARD
static SoundEvent
SoundEvents.MUSIC_DRAGON
static SoundEvent
SoundEvents.MUSIC_END
static SoundEvent
SoundEvents.MUSIC_GAME
static SoundEvent
SoundEvents.MUSIC_MENU
static SoundEvent
SoundEvents.MUSIC_UNDER_WATER
static SoundEvent
SoundEvents.NETHER_BRICKS_BREAK
static SoundEvent
SoundEvents.NETHER_BRICKS_FALL
static SoundEvent
SoundEvents.NETHER_BRICKS_HIT
static SoundEvent
SoundEvents.NETHER_BRICKS_PLACE
static SoundEvent
SoundEvents.NETHER_BRICKS_STEP
static SoundEvent
SoundEvents.NETHER_GOLD_ORE_BREAK
static SoundEvent
SoundEvents.NETHER_GOLD_ORE_FALL
static SoundEvent
SoundEvents.NETHER_GOLD_ORE_HIT
static SoundEvent
SoundEvents.NETHER_GOLD_ORE_PLACE
static SoundEvent
SoundEvents.NETHER_GOLD_ORE_STEP
static SoundEvent
SoundEvents.NETHER_ORE_BREAK
static SoundEvent
SoundEvents.NETHER_ORE_FALL
static SoundEvent
SoundEvents.NETHER_ORE_HIT
static SoundEvent
SoundEvents.NETHER_ORE_PLACE
static SoundEvent
SoundEvents.NETHER_ORE_STEP
static SoundEvent
SoundEvents.NETHER_SPROUTS_BREAK
static SoundEvent
SoundEvents.NETHER_SPROUTS_FALL
static SoundEvent
SoundEvents.NETHER_SPROUTS_HIT
static SoundEvent
SoundEvents.NETHER_SPROUTS_PLACE
static SoundEvent
SoundEvents.NETHER_SPROUTS_STEP
static SoundEvent
SoundEvents.NETHER_WART_BREAK
static SoundEvent
SoundEvents.NETHER_WART_PLANTED
static SoundEvent
SoundEvents.NETHERITE_BLOCK_BREAK
static SoundEvent
SoundEvents.NETHERITE_BLOCK_FALL
static SoundEvent
SoundEvents.NETHERITE_BLOCK_HIT
static SoundEvent
SoundEvents.NETHERITE_BLOCK_PLACE
static SoundEvent
SoundEvents.NETHERITE_BLOCK_STEP
static SoundEvent
SoundEvents.NETHERRACK_BREAK
static SoundEvent
SoundEvents.NETHERRACK_FALL
static SoundEvent
SoundEvents.NETHERRACK_HIT
static SoundEvent
SoundEvents.NETHERRACK_PLACE
static SoundEvent
SoundEvents.NETHERRACK_STEP
static SoundEvent
SoundEvents.NOTE_BLOCK_BANJO
static SoundEvent
SoundEvents.NOTE_BLOCK_BASEDRUM
static SoundEvent
SoundEvents.NOTE_BLOCK_BASS
static SoundEvent
SoundEvents.NOTE_BLOCK_BELL
static SoundEvent
SoundEvents.NOTE_BLOCK_BIT
static SoundEvent
SoundEvents.NOTE_BLOCK_CHIME
static SoundEvent
SoundEvents.NOTE_BLOCK_COW_BELL
static SoundEvent
SoundEvents.NOTE_BLOCK_DIDGERIDOO
static SoundEvent
SoundEvents.NOTE_BLOCK_FLUTE
static SoundEvent
SoundEvents.NOTE_BLOCK_GUITAR
static SoundEvent
SoundEvents.NOTE_BLOCK_HARP
static SoundEvent
SoundEvents.NOTE_BLOCK_HAT
static SoundEvent
SoundEvents.NOTE_BLOCK_IRON_XYLOPHONE
static SoundEvent
SoundEvents.NOTE_BLOCK_PLING
static SoundEvent
SoundEvents.NOTE_BLOCK_SNARE
static SoundEvent
SoundEvents.NOTE_BLOCK_XYLOPHONE
static SoundEvent
SoundEvents.NYLIUM_BREAK
static SoundEvent
SoundEvents.NYLIUM_FALL
static SoundEvent
SoundEvents.NYLIUM_HIT
static SoundEvent
SoundEvents.NYLIUM_PLACE
static SoundEvent
SoundEvents.NYLIUM_STEP
static SoundEvent
SoundEvents.OCELOT_AMBIENT
static SoundEvent
SoundEvents.OCELOT_DEATH
static SoundEvent
SoundEvents.OCELOT_HURT
static SoundEvent
SoundEvents.PAINTING_BREAK
static SoundEvent
SoundEvents.PAINTING_PLACE
static SoundEvent
SoundEvents.PANDA_AGGRESSIVE_AMBIENT
static SoundEvent
SoundEvents.PANDA_AMBIENT
static SoundEvent
SoundEvents.PANDA_BITE
static SoundEvent
SoundEvents.PANDA_CANT_BREED
static SoundEvent
SoundEvents.PANDA_DEATH
static SoundEvent
SoundEvents.PANDA_EAT
static SoundEvent
SoundEvents.PANDA_HURT
static SoundEvent
SoundEvents.PANDA_PRE_SNEEZE
static SoundEvent
SoundEvents.PANDA_SNEEZE
static SoundEvent
SoundEvents.PANDA_STEP
static SoundEvent
SoundEvents.PANDA_WORRIED_AMBIENT
static SoundEvent
SoundEvents.PARROT_AMBIENT
static SoundEvent
SoundEvents.PARROT_DEATH
static SoundEvent
SoundEvents.PARROT_EAT
static SoundEvent
SoundEvents.PARROT_FLY
static SoundEvent
SoundEvents.PARROT_HURT
static SoundEvent
SoundEvents.PARROT_IMITATE_BLAZE
static SoundEvent
SoundEvents.PARROT_IMITATE_CREEPER
static SoundEvent
SoundEvents.PARROT_IMITATE_DROWNED
static SoundEvent
SoundEvents.PARROT_IMITATE_ELDER_GUARDIAN
static SoundEvent
SoundEvents.PARROT_IMITATE_ENDER_DRAGON
static SoundEvent
SoundEvents.PARROT_IMITATE_ENDERMITE
static SoundEvent
SoundEvents.PARROT_IMITATE_EVOKER
static SoundEvent
SoundEvents.PARROT_IMITATE_GHAST
static SoundEvent
SoundEvents.PARROT_IMITATE_GUARDIAN
static SoundEvent
SoundEvents.PARROT_IMITATE_HOGLIN
static SoundEvent
SoundEvents.PARROT_IMITATE_HUSK
static SoundEvent
SoundEvents.PARROT_IMITATE_ILLUSIONER
static SoundEvent
SoundEvents.PARROT_IMITATE_MAGMA_CUBE
static SoundEvent
SoundEvents.PARROT_IMITATE_PHANTOM
static SoundEvent
SoundEvents.PARROT_IMITATE_PIGLIN
static SoundEvent
SoundEvents.PARROT_IMITATE_PIGLIN_BRUTE
static SoundEvent
SoundEvents.PARROT_IMITATE_PILLAGER
static SoundEvent
SoundEvents.PARROT_IMITATE_RAVAGER
static SoundEvent
SoundEvents.PARROT_IMITATE_SHULKER
static SoundEvent
SoundEvents.PARROT_IMITATE_SILVERFISH
static SoundEvent
SoundEvents.PARROT_IMITATE_SKELETON
static SoundEvent
SoundEvents.PARROT_IMITATE_SLIME
static SoundEvent
SoundEvents.PARROT_IMITATE_SPIDER
static SoundEvent
SoundEvents.PARROT_IMITATE_STRAY
static SoundEvent
SoundEvents.PARROT_IMITATE_VEX
static SoundEvent
SoundEvents.PARROT_IMITATE_VINDICATOR
static SoundEvent
SoundEvents.PARROT_IMITATE_WITCH
static SoundEvent
SoundEvents.PARROT_IMITATE_WITHER
static SoundEvent
SoundEvents.PARROT_IMITATE_WITHER_SKELETON
static SoundEvent
SoundEvents.PARROT_IMITATE_ZOGLIN
static SoundEvent
SoundEvents.PARROT_IMITATE_ZOMBIE
static SoundEvent
SoundEvents.PARROT_IMITATE_ZOMBIE_VILLAGER
static SoundEvent
SoundEvents.PARROT_STEP
static SoundEvent
SoundEvents.PHANTOM_AMBIENT
static SoundEvent
SoundEvents.PHANTOM_BITE
static SoundEvent
SoundEvents.PHANTOM_DEATH
static SoundEvent
SoundEvents.PHANTOM_FLAP
static SoundEvent
SoundEvents.PHANTOM_HURT
static SoundEvent
SoundEvents.PHANTOM_SWOOP
static SoundEvent
SoundEvents.PIG_AMBIENT
static SoundEvent
SoundEvents.PIG_DEATH
static SoundEvent
SoundEvents.PIG_HURT
static SoundEvent
SoundEvents.PIG_SADDLE
static SoundEvent
SoundEvents.PIG_STEP
static SoundEvent
SoundEvents.PIGLIN_ADMIRING_ITEM
static SoundEvent
SoundEvents.PIGLIN_AMBIENT
static SoundEvent
SoundEvents.PIGLIN_ANGRY
static SoundEvent
SoundEvents.PIGLIN_BRUTE_AMBIENT
static SoundEvent
SoundEvents.PIGLIN_BRUTE_ANGRY
static SoundEvent
SoundEvents.PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED
static SoundEvent
SoundEvents.PIGLIN_BRUTE_DEATH
static SoundEvent
SoundEvents.PIGLIN_BRUTE_HURT
static SoundEvent
SoundEvents.PIGLIN_BRUTE_STEP
static SoundEvent
SoundEvents.PIGLIN_CELEBRATE
static SoundEvent
SoundEvents.PIGLIN_CONVERTED_TO_ZOMBIFIED
static SoundEvent
SoundEvents.PIGLIN_DEATH
static SoundEvent
SoundEvents.PIGLIN_HURT
static SoundEvent
SoundEvents.PIGLIN_JEALOUS
static SoundEvent
SoundEvents.PIGLIN_RETREAT
static SoundEvent
SoundEvents.PIGLIN_STEP
static SoundEvent
SoundEvents.PILLAGER_AMBIENT
static SoundEvent
SoundEvents.PILLAGER_CELEBRATE
static SoundEvent
SoundEvents.PILLAGER_DEATH
static SoundEvent
SoundEvents.PILLAGER_HURT
static SoundEvent
SoundEvents.PISTON_CONTRACT
static SoundEvent
SoundEvents.PISTON_EXTEND
static SoundEvent
SoundEvents.PLAYER_ATTACK_CRIT
static SoundEvent
SoundEvents.PLAYER_ATTACK_KNOCKBACK
static SoundEvent
SoundEvents.PLAYER_ATTACK_NODAMAGE
static SoundEvent
SoundEvents.PLAYER_ATTACK_STRONG
static SoundEvent
SoundEvents.PLAYER_ATTACK_SWEEP
static SoundEvent
SoundEvents.PLAYER_ATTACK_WEAK
static SoundEvent
SoundEvents.PLAYER_BIG_FALL
static SoundEvent
SoundEvents.PLAYER_BREATH
static SoundEvent
SoundEvents.PLAYER_BURP
static SoundEvent
SoundEvents.PLAYER_DEATH
static SoundEvent
SoundEvents.PLAYER_HURT
static SoundEvent
SoundEvents.PLAYER_HURT_DROWN
static SoundEvent
SoundEvents.PLAYER_HURT_FREEZE
static SoundEvent
SoundEvents.PLAYER_HURT_ON_FIRE
static SoundEvent
SoundEvents.PLAYER_HURT_SWEET_BERRY_BUSH
static SoundEvent
SoundEvents.PLAYER_LEVELUP
static SoundEvent
SoundEvents.PLAYER_SMALL_FALL
static SoundEvent
SoundEvents.PLAYER_SPLASH
static SoundEvent
SoundEvents.PLAYER_SPLASH_HIGH_SPEED
static SoundEvent
SoundEvents.PLAYER_SWIM
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_BREAK
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_LAVA
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_WATER
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_FALL
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_HIT
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_LAND
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_PLACE
static SoundEvent
SoundEvents.POINTED_DRIPSTONE_STEP
static SoundEvent
SoundEvents.POLAR_BEAR_AMBIENT
static SoundEvent
SoundEvents.POLAR_BEAR_AMBIENT_BABY
static SoundEvent
SoundEvents.POLAR_BEAR_DEATH
static SoundEvent
SoundEvents.POLAR_BEAR_HURT
static SoundEvent
SoundEvents.POLAR_BEAR_STEP
static SoundEvent
SoundEvents.POLAR_BEAR_WARNING
static SoundEvent
SoundEvents.POLISHED_DEEPSLATE_BREAK
static SoundEvent
SoundEvents.POLISHED_DEEPSLATE_FALL
static SoundEvent
SoundEvents.POLISHED_DEEPSLATE_HIT
static SoundEvent
SoundEvents.POLISHED_DEEPSLATE_PLACE
static SoundEvent
SoundEvents.POLISHED_DEEPSLATE_STEP
static SoundEvent
SoundEvents.PORTAL_AMBIENT
static SoundEvent
SoundEvents.PORTAL_TRAVEL
static SoundEvent
SoundEvents.PORTAL_TRIGGER
static SoundEvent
SoundEvents.POWDER_SNOW_BREAK
static SoundEvent
SoundEvents.POWDER_SNOW_FALL
static SoundEvent
SoundEvents.POWDER_SNOW_HIT
static SoundEvent
SoundEvents.POWDER_SNOW_PLACE
static SoundEvent
SoundEvents.POWDER_SNOW_STEP
static SoundEvent
SoundEvents.PUFFER_FISH_AMBIENT
static SoundEvent
SoundEvents.PUFFER_FISH_BLOW_OUT
static SoundEvent
SoundEvents.PUFFER_FISH_BLOW_UP
static SoundEvent
SoundEvents.PUFFER_FISH_DEATH
static SoundEvent
SoundEvents.PUFFER_FISH_FLOP
static SoundEvent
SoundEvents.PUFFER_FISH_HURT
static SoundEvent
SoundEvents.PUFFER_FISH_STING
static SoundEvent
SoundEvents.PUMPKIN_CARVE
static SoundEvent
SoundEvents.RABBIT_AMBIENT
static SoundEvent
SoundEvents.RABBIT_ATTACK
static SoundEvent
SoundEvents.RABBIT_DEATH
static SoundEvent
SoundEvents.RABBIT_HURT
static SoundEvent
SoundEvents.RABBIT_JUMP
static SoundEvent
SoundEvents.RAID_HORN
static SoundEvent
SoundEvents.RAVAGER_AMBIENT
static SoundEvent
SoundEvents.RAVAGER_ATTACK
static SoundEvent
SoundEvents.RAVAGER_CELEBRATE
static SoundEvent
SoundEvents.RAVAGER_DEATH
static SoundEvent
SoundEvents.RAVAGER_HURT
static SoundEvent
SoundEvents.RAVAGER_ROAR
static SoundEvent
SoundEvents.RAVAGER_STEP
static SoundEvent
SoundEvents.RAVAGER_STUNNED
static SoundEvent
SoundEvents.REDSTONE_TORCH_BURNOUT
static SoundEvent
SoundEvents.RESPAWN_ANCHOR_AMBIENT
static SoundEvent
SoundEvents.RESPAWN_ANCHOR_CHARGE
static SoundEvent
SoundEvents.RESPAWN_ANCHOR_DEPLETE
static SoundEvent
SoundEvents.RESPAWN_ANCHOR_SET_SPAWN
static SoundEvent
SoundEvents.ROOTED_DIRT_BREAK
static SoundEvent
SoundEvents.ROOTED_DIRT_FALL
static SoundEvent
SoundEvents.ROOTED_DIRT_HIT
static SoundEvent
SoundEvents.ROOTED_DIRT_PLACE
static SoundEvent
SoundEvents.ROOTED_DIRT_STEP
static SoundEvent
SoundEvents.ROOTS_BREAK
static SoundEvent
SoundEvents.ROOTS_FALL
static SoundEvent
SoundEvents.ROOTS_HIT
static SoundEvent
SoundEvents.ROOTS_PLACE
static SoundEvent
SoundEvents.ROOTS_STEP
static SoundEvent
SoundEvents.SALMON_AMBIENT
static SoundEvent
SoundEvents.SALMON_DEATH
static SoundEvent
SoundEvents.SALMON_FLOP
static SoundEvent
SoundEvents.SALMON_HURT
static SoundEvent
SoundEvents.SAND_BREAK
static SoundEvent
SoundEvents.SAND_FALL
static SoundEvent
SoundEvents.SAND_HIT
static SoundEvent
SoundEvents.SAND_PLACE
static SoundEvent
SoundEvents.SAND_STEP
static SoundEvent
SoundEvents.SCAFFOLDING_BREAK
static SoundEvent
SoundEvents.SCAFFOLDING_FALL
static SoundEvent
SoundEvents.SCAFFOLDING_HIT
static SoundEvent
SoundEvents.SCAFFOLDING_PLACE
static SoundEvent
SoundEvents.SCAFFOLDING_STEP
static SoundEvent
SoundEvents.SCULK_CLICKING
static SoundEvent
SoundEvents.SCULK_CLICKING_STOP
static SoundEvent
SoundEvents.SCULK_SENSOR_BREAK
static SoundEvent
SoundEvents.SCULK_SENSOR_FALL
static SoundEvent
SoundEvents.SCULK_SENSOR_HIT
static SoundEvent
SoundEvents.SCULK_SENSOR_PLACE
static SoundEvent
SoundEvents.SCULK_SENSOR_STEP
static SoundEvent
SoundEvents.SHEEP_AMBIENT
static SoundEvent
SoundEvents.SHEEP_DEATH
static SoundEvent
SoundEvents.SHEEP_HURT
static SoundEvent
SoundEvents.SHEEP_SHEAR
static SoundEvent
SoundEvents.SHEEP_STEP
static SoundEvent
SoundEvents.SHIELD_BLOCK
static SoundEvent
SoundEvents.SHIELD_BREAK
static SoundEvent
SoundEvents.SHOVEL_FLATTEN
static SoundEvent
SoundEvents.SHROOMLIGHT_BREAK
static SoundEvent
SoundEvents.SHROOMLIGHT_FALL
static SoundEvent
SoundEvents.SHROOMLIGHT_HIT
static SoundEvent
SoundEvents.SHROOMLIGHT_PLACE
static SoundEvent
SoundEvents.SHROOMLIGHT_STEP
static SoundEvent
SoundEvents.SHULKER_AMBIENT
static SoundEvent
SoundEvents.SHULKER_BOX_CLOSE
static SoundEvent
SoundEvents.SHULKER_BOX_OPEN
static SoundEvent
SoundEvents.SHULKER_BULLET_HIT
static SoundEvent
SoundEvents.SHULKER_BULLET_HURT
static SoundEvent
SoundEvents.SHULKER_CLOSE
static SoundEvent
SoundEvents.SHULKER_DEATH
static SoundEvent
SoundEvents.SHULKER_HURT
static SoundEvent
SoundEvents.SHULKER_HURT_CLOSED
static SoundEvent
SoundEvents.SHULKER_OPEN
static SoundEvent
SoundEvents.SHULKER_SHOOT
static SoundEvent
SoundEvents.SHULKER_TELEPORT
static SoundEvent
SoundEvents.SILVERFISH_AMBIENT
static SoundEvent
SoundEvents.SILVERFISH_DEATH
static SoundEvent
SoundEvents.SILVERFISH_HURT
static SoundEvent
SoundEvents.SILVERFISH_STEP
static SoundEvent
SoundEvents.SKELETON_AMBIENT
static SoundEvent
SoundEvents.SKELETON_CONVERTED_TO_STRAY
static SoundEvent
SoundEvents.SKELETON_DEATH
static SoundEvent
SoundEvents.SKELETON_HORSE_AMBIENT
static SoundEvent
SoundEvents.SKELETON_HORSE_AMBIENT_WATER
static SoundEvent
SoundEvents.SKELETON_HORSE_DEATH
static SoundEvent
SoundEvents.SKELETON_HORSE_GALLOP_WATER
static SoundEvent
SoundEvents.SKELETON_HORSE_HURT
static SoundEvent
SoundEvents.SKELETON_HORSE_JUMP_WATER
static SoundEvent
SoundEvents.SKELETON_HORSE_STEP_WATER
static SoundEvent
SoundEvents.SKELETON_HORSE_SWIM
static SoundEvent
SoundEvents.SKELETON_HURT
static SoundEvent
SoundEvents.SKELETON_SHOOT
static SoundEvent
SoundEvents.SKELETON_STEP
static SoundEvent
SoundEvents.SLIME_ATTACK
static SoundEvent
SoundEvents.SLIME_BLOCK_BREAK
static SoundEvent
SoundEvents.SLIME_BLOCK_FALL
static SoundEvent
SoundEvents.SLIME_BLOCK_HIT
static SoundEvent
SoundEvents.SLIME_BLOCK_PLACE
static SoundEvent
SoundEvents.SLIME_BLOCK_STEP
static SoundEvent
SoundEvents.SLIME_DEATH
static SoundEvent
SoundEvents.SLIME_DEATH_SMALL
static SoundEvent
SoundEvents.SLIME_HURT
static SoundEvent
SoundEvents.SLIME_HURT_SMALL
static SoundEvent
SoundEvents.SLIME_JUMP
static SoundEvent
SoundEvents.SLIME_JUMP_SMALL
static SoundEvent
SoundEvents.SLIME_SQUISH
static SoundEvent
SoundEvents.SLIME_SQUISH_SMALL
static SoundEvent
SoundEvents.SMALL_AMETHYST_BUD_BREAK
static SoundEvent
SoundEvents.SMALL_AMETHYST_BUD_PLACE
static SoundEvent
SoundEvents.SMALL_DRIPLEAF_BREAK
static SoundEvent
SoundEvents.SMALL_DRIPLEAF_FALL
static SoundEvent
SoundEvents.SMALL_DRIPLEAF_HIT
static SoundEvent
SoundEvents.SMALL_DRIPLEAF_PLACE
static SoundEvent
SoundEvents.SMALL_DRIPLEAF_STEP
static SoundEvent
SoundEvents.SMITHING_TABLE_USE
static SoundEvent
SoundEvents.SMOKER_SMOKE
static SoundEvent
SoundEvents.SNOW_BREAK
static SoundEvent
SoundEvents.SNOW_FALL
static SoundEvent
SoundEvents.SNOW_GOLEM_AMBIENT
static SoundEvent
SoundEvents.SNOW_GOLEM_DEATH
static SoundEvent
SoundEvents.SNOW_GOLEM_HURT
static SoundEvent
SoundEvents.SNOW_GOLEM_SHEAR
static SoundEvent
SoundEvents.SNOW_GOLEM_SHOOT
static SoundEvent
SoundEvents.SNOW_HIT
static SoundEvent
SoundEvents.SNOW_PLACE
static SoundEvent
SoundEvents.SNOW_STEP
static SoundEvent
SoundEvents.SNOWBALL_THROW
static SoundEvent
SoundEvents.SOUL_ESCAPE
static SoundEvent
SoundEvents.SOUL_SAND_BREAK
static SoundEvent
SoundEvents.SOUL_SAND_FALL
static SoundEvent
SoundEvents.SOUL_SAND_HIT
static SoundEvent
SoundEvents.SOUL_SAND_PLACE
static SoundEvent
SoundEvents.SOUL_SAND_STEP
static SoundEvent
SoundEvents.SOUL_SOIL_BREAK
static SoundEvent
SoundEvents.SOUL_SOIL_FALL
static SoundEvent
SoundEvents.SOUL_SOIL_HIT
static SoundEvent
SoundEvents.SOUL_SOIL_PLACE
static SoundEvent
SoundEvents.SOUL_SOIL_STEP
static SoundEvent
SoundEvents.SPIDER_AMBIENT
static SoundEvent
SoundEvents.SPIDER_DEATH
static SoundEvent
SoundEvents.SPIDER_HURT
static SoundEvent
SoundEvents.SPIDER_STEP
static SoundEvent
SoundEvents.SPLASH_POTION_BREAK
static SoundEvent
SoundEvents.SPLASH_POTION_THROW
static SoundEvent
SoundEvents.SPORE_BLOSSOM_BREAK
static SoundEvent
SoundEvents.SPORE_BLOSSOM_FALL
static SoundEvent
SoundEvents.SPORE_BLOSSOM_HIT
static SoundEvent
SoundEvents.SPORE_BLOSSOM_PLACE
static SoundEvent
SoundEvents.SPORE_BLOSSOM_STEP
static SoundEvent
SoundEvents.SPYGLASS_STOP_USING
static SoundEvent
SoundEvents.SPYGLASS_USE
static SoundEvent
SoundEvents.SQUID_AMBIENT
static SoundEvent
SoundEvents.SQUID_DEATH
static SoundEvent
SoundEvents.SQUID_HURT
static SoundEvent
SoundEvents.SQUID_SQUIRT
static SoundEvent
SoundEvents.STEM_BREAK
static SoundEvent
SoundEvents.STEM_FALL
static SoundEvent
SoundEvents.STEM_HIT
static SoundEvent
SoundEvents.STEM_PLACE
static SoundEvent
SoundEvents.STEM_STEP
static SoundEvent
SoundEvents.STONE_BREAK
static SoundEvent
SoundEvents.STONE_BUTTON_CLICK_OFF
static SoundEvent
SoundEvents.STONE_BUTTON_CLICK_ON
static SoundEvent
SoundEvents.STONE_FALL
static SoundEvent
SoundEvents.STONE_HIT
static SoundEvent
SoundEvents.STONE_PLACE
static SoundEvent
SoundEvents.STONE_PRESSURE_PLATE_CLICK_OFF
static SoundEvent
SoundEvents.STONE_PRESSURE_PLATE_CLICK_ON
static SoundEvent
SoundEvents.STONE_STEP
static SoundEvent
SoundEvents.STRAY_AMBIENT
static SoundEvent
SoundEvents.STRAY_DEATH
static SoundEvent
SoundEvents.STRAY_HURT
static SoundEvent
SoundEvents.STRAY_STEP
static SoundEvent
SoundEvents.STRIDER_AMBIENT
static SoundEvent
SoundEvents.STRIDER_DEATH
static SoundEvent
SoundEvents.STRIDER_EAT
static SoundEvent
SoundEvents.STRIDER_HAPPY
static SoundEvent
SoundEvents.STRIDER_HURT
static SoundEvent
SoundEvents.STRIDER_RETREAT
static SoundEvent
SoundEvents.STRIDER_SADDLE
static SoundEvent
SoundEvents.STRIDER_STEP
static SoundEvent
SoundEvents.STRIDER_STEP_LAVA
static SoundEvent
SoundEvents.SWEET_BERRY_BUSH_BREAK
static SoundEvent
SoundEvents.SWEET_BERRY_BUSH_PICK_BERRIES
static SoundEvent
SoundEvents.SWEET_BERRY_BUSH_PLACE
static SoundEvent
SoundEvents.THORNS_HIT
static SoundEvent
SoundEvents.TNT_PRIMED
static SoundEvent
SoundEvents.TOTEM_USE
static SoundEvent
SoundEvents.TRIDENT_HIT
static SoundEvent
SoundEvents.TRIDENT_HIT_GROUND
static SoundEvent
SoundEvents.TRIDENT_RETURN
static SoundEvent
SoundEvents.TRIDENT_RIPTIDE_1
static SoundEvent
SoundEvents.TRIDENT_RIPTIDE_2
static SoundEvent
SoundEvents.TRIDENT_RIPTIDE_3
static SoundEvent
SoundEvents.TRIDENT_THROW
static SoundEvent
SoundEvents.TRIDENT_THUNDER
static SoundEvent
SoundEvents.TRIPWIRE_ATTACH
static SoundEvent
SoundEvents.TRIPWIRE_CLICK_OFF
static SoundEvent
SoundEvents.TRIPWIRE_CLICK_ON
static SoundEvent
SoundEvents.TRIPWIRE_DETACH
static SoundEvent
SoundEvents.TROPICAL_FISH_AMBIENT
static SoundEvent
SoundEvents.TROPICAL_FISH_DEATH
static SoundEvent
SoundEvents.TROPICAL_FISH_FLOP
static SoundEvent
SoundEvents.TROPICAL_FISH_HURT
static SoundEvent
SoundEvents.TUFF_BREAK
static SoundEvent
SoundEvents.TUFF_FALL
static SoundEvent
SoundEvents.TUFF_HIT
static SoundEvent
SoundEvents.TUFF_PLACE
static SoundEvent
SoundEvents.TUFF_STEP
static SoundEvent
SoundEvents.TURTLE_AMBIENT_LAND
static SoundEvent
SoundEvents.TURTLE_DEATH
static SoundEvent
SoundEvents.TURTLE_DEATH_BABY
static SoundEvent
SoundEvents.TURTLE_EGG_BREAK
static SoundEvent
SoundEvents.TURTLE_EGG_CRACK
static SoundEvent
SoundEvents.TURTLE_EGG_HATCH
static SoundEvent
SoundEvents.TURTLE_HURT
static SoundEvent
SoundEvents.TURTLE_HURT_BABY
static SoundEvent
SoundEvents.TURTLE_LAY_EGG
static SoundEvent
SoundEvents.TURTLE_SHAMBLE
static SoundEvent
SoundEvents.TURTLE_SHAMBLE_BABY
static SoundEvent
SoundEvents.TURTLE_SWIM
static SoundEvent
SoundEvents.UI_BUTTON_CLICK
static SoundEvent
SoundEvents.UI_CARTOGRAPHY_TABLE_TAKE_RESULT
static SoundEvent
SoundEvents.UI_LOOM_SELECT_PATTERN
static SoundEvent
SoundEvents.UI_LOOM_TAKE_RESULT
static SoundEvent
SoundEvents.UI_STONECUTTER_SELECT_RECIPE
static SoundEvent
SoundEvents.UI_STONECUTTER_TAKE_RESULT
static SoundEvent
SoundEvents.UI_TOAST_CHALLENGE_COMPLETE
static SoundEvent
SoundEvents.UI_TOAST_IN
static SoundEvent
SoundEvents.UI_TOAST_OUT
static SoundEvent
SoundEvents.VEX_AMBIENT
static SoundEvent
SoundEvents.VEX_CHARGE
static SoundEvent
SoundEvents.VEX_DEATH
static SoundEvent
SoundEvents.VEX_HURT
static SoundEvent
SoundEvents.VILLAGER_AMBIENT
static SoundEvent
SoundEvents.VILLAGER_CELEBRATE
static SoundEvent
SoundEvents.VILLAGER_DEATH
static SoundEvent
SoundEvents.VILLAGER_HURT
static SoundEvent
SoundEvents.VILLAGER_NO
static SoundEvent
SoundEvents.VILLAGER_TRADE
static SoundEvent
SoundEvents.VILLAGER_WORK_ARMORER
static SoundEvent
SoundEvents.VILLAGER_WORK_BUTCHER
static SoundEvent
SoundEvents.VILLAGER_WORK_CARTOGRAPHER
static SoundEvent
SoundEvents.VILLAGER_WORK_CLERIC
static SoundEvent
SoundEvents.VILLAGER_WORK_FARMER
static SoundEvent
SoundEvents.VILLAGER_WORK_FISHERMAN
static SoundEvent
SoundEvents.VILLAGER_WORK_FLETCHER
static SoundEvent
SoundEvents.VILLAGER_WORK_LEATHERWORKER
static SoundEvent
SoundEvents.VILLAGER_WORK_LIBRARIAN
static SoundEvent
SoundEvents.VILLAGER_WORK_MASON
static SoundEvent
SoundEvents.VILLAGER_WORK_SHEPHERD
static SoundEvent
SoundEvents.VILLAGER_WORK_TOOLSMITH
static SoundEvent
SoundEvents.VILLAGER_WORK_WEAPONSMITH
static SoundEvent
SoundEvents.VILLAGER_YES
static SoundEvent
SoundEvents.VINDICATOR_AMBIENT
static SoundEvent
SoundEvents.VINDICATOR_CELEBRATE
static SoundEvent
SoundEvents.VINDICATOR_DEATH
static SoundEvent
SoundEvents.VINDICATOR_HURT
static SoundEvent
SoundEvents.VINE_BREAK
static SoundEvent
SoundEvents.VINE_FALL
static SoundEvent
SoundEvents.VINE_HIT
static SoundEvent
SoundEvents.VINE_PLACE
static SoundEvent
SoundEvents.VINE_STEP
static SoundEvent
SoundEvents.WANDERING_TRADER_AMBIENT
static SoundEvent
SoundEvents.WANDERING_TRADER_DEATH
static SoundEvent
SoundEvents.WANDERING_TRADER_DISAPPEARED
static SoundEvent
SoundEvents.WANDERING_TRADER_DRINK_MILK
static SoundEvent
SoundEvents.WANDERING_TRADER_DRINK_POTION
static SoundEvent
SoundEvents.WANDERING_TRADER_HURT
static SoundEvent
SoundEvents.WANDERING_TRADER_NO
static SoundEvent
SoundEvents.WANDERING_TRADER_REAPPEARED
static SoundEvent
SoundEvents.WANDERING_TRADER_TRADE
static SoundEvent
SoundEvents.WANDERING_TRADER_YES
static SoundEvent
SoundEvents.WART_BLOCK_BREAK
static SoundEvent
SoundEvents.WART_BLOCK_FALL
static SoundEvent
SoundEvents.WART_BLOCK_HIT
static SoundEvent
SoundEvents.WART_BLOCK_PLACE
static SoundEvent
SoundEvents.WART_BLOCK_STEP
static SoundEvent
SoundEvents.WATER_AMBIENT
static SoundEvent
SoundEvents.WEATHER_RAIN
static SoundEvent
SoundEvents.WEATHER_RAIN_ABOVE
static SoundEvent
SoundEvents.WEEPING_VINES_BREAK
static SoundEvent
SoundEvents.WEEPING_VINES_FALL
static SoundEvent
SoundEvents.WEEPING_VINES_HIT
static SoundEvent
SoundEvents.WEEPING_VINES_PLACE
static SoundEvent
SoundEvents.WEEPING_VINES_STEP
static SoundEvent
SoundEvents.WET_GRASS_BREAK
static SoundEvent
SoundEvents.WET_GRASS_FALL
static SoundEvent
SoundEvents.WET_GRASS_HIT
static SoundEvent
SoundEvents.WET_GRASS_PLACE
static SoundEvent
SoundEvents.WET_GRASS_STEP
static SoundEvent
SoundEvents.WITCH_AMBIENT
static SoundEvent
SoundEvents.WITCH_CELEBRATE
static SoundEvent
SoundEvents.WITCH_DEATH
static SoundEvent
SoundEvents.WITCH_DRINK
static SoundEvent
SoundEvents.WITCH_HURT
static SoundEvent
SoundEvents.WITCH_THROW
static SoundEvent
SoundEvents.WITHER_AMBIENT
static SoundEvent
SoundEvents.WITHER_BREAK_BLOCK
static SoundEvent
SoundEvents.WITHER_DEATH
static SoundEvent
SoundEvents.WITHER_HURT
static SoundEvent
SoundEvents.WITHER_SHOOT
static SoundEvent
SoundEvents.WITHER_SKELETON_AMBIENT
static SoundEvent
SoundEvents.WITHER_SKELETON_DEATH
static SoundEvent
SoundEvents.WITHER_SKELETON_HURT
static SoundEvent
SoundEvents.WITHER_SKELETON_STEP
static SoundEvent
SoundEvents.WITHER_SPAWN
static SoundEvent
SoundEvents.WOLF_AMBIENT
static SoundEvent
SoundEvents.WOLF_DEATH
static SoundEvent
SoundEvents.WOLF_GROWL
static SoundEvent
SoundEvents.WOLF_HOWL
static SoundEvent
SoundEvents.WOLF_HURT
static SoundEvent
SoundEvents.WOLF_PANT
static SoundEvent
SoundEvents.WOLF_SHAKE
static SoundEvent
SoundEvents.WOLF_STEP
static SoundEvent
SoundEvents.WOLF_WHINE
static SoundEvent
SoundEvents.WOOD_BREAK
static SoundEvent
SoundEvents.WOOD_FALL
static SoundEvent
SoundEvents.WOOD_HIT
static SoundEvent
SoundEvents.WOOD_PLACE
static SoundEvent
SoundEvents.WOOD_STEP
static SoundEvent
SoundEvents.WOODEN_BUTTON_CLICK_OFF
static SoundEvent
SoundEvents.WOODEN_BUTTON_CLICK_ON
static SoundEvent
SoundEvents.WOODEN_DOOR_CLOSE
static SoundEvent
SoundEvents.WOODEN_DOOR_OPEN
static SoundEvent
SoundEvents.WOODEN_PRESSURE_PLATE_CLICK_OFF
static SoundEvent
SoundEvents.WOODEN_PRESSURE_PLATE_CLICK_ON
static SoundEvent
SoundEvents.WOODEN_TRAPDOOR_CLOSE
static SoundEvent
SoundEvents.WOODEN_TRAPDOOR_OPEN
static SoundEvent
SoundEvents.WOOL_BREAK
static SoundEvent
SoundEvents.WOOL_FALL
static SoundEvent
SoundEvents.WOOL_HIT
static SoundEvent
SoundEvents.WOOL_PLACE
static SoundEvent
SoundEvents.WOOL_STEP
static SoundEvent
SoundEvents.ZOGLIN_AMBIENT
static SoundEvent
SoundEvents.ZOGLIN_ANGRY
static SoundEvent
SoundEvents.ZOGLIN_ATTACK
static SoundEvent
SoundEvents.ZOGLIN_DEATH
static SoundEvent
SoundEvents.ZOGLIN_HURT
static SoundEvent
SoundEvents.ZOGLIN_STEP
static SoundEvent
SoundEvents.ZOMBIE_AMBIENT
static SoundEvent
SoundEvents.ZOMBIE_ATTACK_IRON_DOOR
static SoundEvent
SoundEvents.ZOMBIE_ATTACK_WOODEN_DOOR
static SoundEvent
SoundEvents.ZOMBIE_BREAK_WOODEN_DOOR
static SoundEvent
SoundEvents.ZOMBIE_CONVERTED_TO_DROWNED
static SoundEvent
SoundEvents.ZOMBIE_DEATH
static SoundEvent
SoundEvents.ZOMBIE_DESTROY_EGG
static SoundEvent
SoundEvents.ZOMBIE_HORSE_AMBIENT
static SoundEvent
SoundEvents.ZOMBIE_HORSE_DEATH
static SoundEvent
SoundEvents.ZOMBIE_HORSE_HURT
static SoundEvent
SoundEvents.ZOMBIE_HURT
static SoundEvent
SoundEvents.ZOMBIE_INFECT
static SoundEvent
SoundEvents.ZOMBIE_STEP
static SoundEvent
SoundEvents.ZOMBIE_VILLAGER_AMBIENT
static SoundEvent
SoundEvents.ZOMBIE_VILLAGER_CONVERTED
static SoundEvent
SoundEvents.ZOMBIE_VILLAGER_CURE
static SoundEvent
SoundEvents.ZOMBIE_VILLAGER_DEATH
static SoundEvent
SoundEvents.ZOMBIE_VILLAGER_HURT
static SoundEvent
SoundEvents.ZOMBIE_VILLAGER_STEP
static SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_AMBIENT
static SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_ANGRY
static SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_DEATH
static SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_HURT
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<SoundEvent>
SoundEvent.CODEC
ModifierConstructorDescriptionMusic(SoundEvent p_11627_, int p_11628_, int p_11629_, boolean p_11630_)
-
Uses of SoundEvent in net.minecraft.world.entity
Modifier and TypeMethodDescriptionprotected SoundEvent
GlowSquid.getAmbientSound()
protected SoundEvent
Mob.getAmbientSound()
protected SoundEvent
GlowSquid.getDeathSound()
protected SoundEvent
LivingEntity.getDeathSound()
protected SoundEvent
LivingEntity.getDrinkingSound(ItemStack p_21174_)
LivingEntity.getEatingSound(ItemStack p_21202_)
protected SoundEvent
LivingEntity.getFallDamageSound(int p_21313_)
protected SoundEvent
GlowSquid.getHurtSound(DamageSource p_147124_)
protected SoundEvent
LivingEntity.getHurtSound(DamageSource p_21239_)
protected SoundEvent
GlowSquid.getSquirtSound()
protected SoundEvent
Entity.getSwimHighSpeedSplashSound()
protected SoundEvent
Entity.getSwimSound()
protected SoundEvent
Entity.getSwimSplashSound()
Modifier and TypeMethodDescriptionvoid
Entity.playSound(SoundEvent p_19938_, float p_19939_, float p_19940_)
-
Uses of SoundEvent in net.minecraft.world.entity.ai.behavior
Modifier and TypeFieldDescriptionprivate Function<E,SoundEvent>
RamTarget.getImpactSound
private Function<E,SoundEvent>
LongJumpToRandomPos.getJumpSound
private Function<E,SoundEvent>
PrepareRamNearestTarget.getPrepareRamSound
ModifierConstructorDescriptionLongJumpToRandomPos(UniformInt p_147637_, int p_147638_, int p_147639_, float p_147640_, Function<E,SoundEvent> p_147641_)
PrepareRamNearestTarget(ToIntFunction<E> p_147724_, int p_147725_, int p_147726_, float p_147727_, TargetingConditions p_147728_, int p_147729_, Function<E,SoundEvent> p_147730_)
-
Uses of SoundEvent in net.minecraft.world.entity.ai.goal
ModifierConstructorDescriptionUseItemGoal(T p_25972_, ItemStack p_25973_, SoundEvent p_25974_, Predicate<? super T> p_25975_)
-
Uses of SoundEvent in net.minecraft.world.entity.ambient
Modifier and TypeMethodDescriptionBat.getAmbientSound()
protected SoundEvent
Bat.getDeathSound()
protected SoundEvent
Bat.getHurtSound(DamageSource p_27451_)
-
Uses of SoundEvent in net.minecraft.world.entity.animal
Modifier and TypeFieldDescription(package private) static Map<EntityType<?>,SoundEvent>
Parrot.MOB_SOUND_MAP
Modifier and TypeMethodDescriptionstatic SoundEvent
Parrot.getAmbient(Level p_29386_, Random p_29387_)
protected SoundEvent
AbstractGolem.getAmbientSound()
protected SoundEvent
Bee.getAmbientSound()
protected SoundEvent
Cat.getAmbientSound()
protected SoundEvent
Chicken.getAmbientSound()
protected SoundEvent
Cod.getAmbientSound()
protected SoundEvent
Cow.getAmbientSound()
protected SoundEvent
Dolphin.getAmbientSound()
protected SoundEvent
Fox.getAmbientSound()
protected SoundEvent
Ocelot.getAmbientSound()
protected SoundEvent
Panda.getAmbientSound()
Parrot.getAmbientSound()
protected SoundEvent
Pig.getAmbientSound()
protected SoundEvent
PolarBear.getAmbientSound()
protected SoundEvent
Pufferfish.getAmbientSound()
protected SoundEvent
Rabbit.getAmbientSound()
protected SoundEvent
Salmon.getAmbientSound()
protected SoundEvent
Sheep.getAmbientSound()
protected SoundEvent
SnowGolem.getAmbientSound()
protected SoundEvent
Squid.getAmbientSound()
protected SoundEvent
TropicalFish.getAmbientSound()
protected SoundEvent
Turtle.getAmbientSound()
protected SoundEvent
Wolf.getAmbientSound()
protected SoundEvent
AbstractGolem.getDeathSound()
protected SoundEvent
Bee.getDeathSound()
protected SoundEvent
Cat.getDeathSound()
protected SoundEvent
Chicken.getDeathSound()
protected SoundEvent
Cod.getDeathSound()
protected SoundEvent
Cow.getDeathSound()
protected SoundEvent
Dolphin.getDeathSound()
protected SoundEvent
Fox.getDeathSound()
protected SoundEvent
IronGolem.getDeathSound()
protected SoundEvent
Ocelot.getDeathSound()
protected SoundEvent
Panda.getDeathSound()
protected SoundEvent
Parrot.getDeathSound()
protected SoundEvent
Pig.getDeathSound()
protected SoundEvent
PolarBear.getDeathSound()
protected SoundEvent
Pufferfish.getDeathSound()
protected SoundEvent
Rabbit.getDeathSound()
protected SoundEvent
Salmon.getDeathSound()
protected SoundEvent
Sheep.getDeathSound()
protected SoundEvent
SnowGolem.getDeathSound()
protected SoundEvent
Squid.getDeathSound()
protected SoundEvent
TropicalFish.getDeathSound()
protected SoundEvent
Turtle.getDeathSound()
protected SoundEvent
Wolf.getDeathSound()
Fox.getEatingSound(ItemStack p_28540_)
protected abstract SoundEvent
AbstractFish.getFlopSound()
protected SoundEvent
Cod.getFlopSound()
protected SoundEvent
Pufferfish.getFlopSound()
protected SoundEvent
Salmon.getFlopSound()
protected SoundEvent
TropicalFish.getFlopSound()
protected SoundEvent
AbstractGolem.getHurtSound(DamageSource p_27517_)
protected SoundEvent
Bee.getHurtSound(DamageSource p_27845_)
protected SoundEvent
Cat.getHurtSound(DamageSource p_28160_)
protected SoundEvent
Chicken.getHurtSound(DamageSource p_28262_)
protected SoundEvent
Cod.getHurtSound(DamageSource p_28281_)
protected SoundEvent
Cow.getHurtSound(DamageSource p_28306_)
protected SoundEvent
Dolphin.getHurtSound(DamageSource p_28374_)
protected SoundEvent
Fox.getHurtSound(DamageSource p_28548_)
protected SoundEvent
IronGolem.getHurtSound(DamageSource p_28872_)
protected SoundEvent
Ocelot.getHurtSound(DamageSource p_29035_)
protected SoundEvent
Panda.getHurtSound(DamageSource p_29142_)
protected SoundEvent
Parrot.getHurtSound(DamageSource p_29437_)
protected SoundEvent
Pig.getHurtSound(DamageSource p_29502_)
protected SoundEvent
PolarBear.getHurtSound(DamageSource p_29559_)
protected SoundEvent
Pufferfish.getHurtSound(DamageSource p_29628_)
protected SoundEvent
Rabbit.getHurtSound(DamageSource p_29715_)
protected SoundEvent
Salmon.getHurtSound(DamageSource p_29795_)
protected SoundEvent
Sheep.getHurtSound(DamageSource p_29872_)
protected SoundEvent
SnowGolem.getHurtSound(DamageSource p_29929_)
protected SoundEvent
Squid.getHurtSound(DamageSource p_29980_)
protected SoundEvent
TropicalFish.getHurtSound(DamageSource p_30039_)
protected SoundEvent
Turtle.getHurtSound(DamageSource p_30202_)
protected SoundEvent
Wolf.getHurtSound(DamageSource p_30424_)
private static SoundEvent
Parrot.getImitatedSound(EntityType<?> p_29409_)
protected SoundEvent
Rabbit.getJumpSound()
AbstractFish.getPickupSound()
Bucketable.getPickupSound()
protected SoundEvent
Squid.getSquirtSound()
protected SoundEvent
AbstractFish.getSwimSound()
protected SoundEvent
Dolphin.getSwimSound()
protected SoundEvent
Turtle.getSwimSound()
protected SoundEvent
Dolphin.getSwimSplashSound()
-
Uses of SoundEvent in net.minecraft.world.entity.animal.axolotl
Modifier and TypeMethodDescriptionprotected SoundEvent
Axolotl.getAmbientSound()
protected SoundEvent
Axolotl.getDeathSound()
protected SoundEvent
Axolotl.getHurtSound(DamageSource p_149161_)
Axolotl.getPickupSound()
protected SoundEvent
Axolotl.getSwimSound()
protected SoundEvent
Axolotl.getSwimSplashSound()
-
Uses of SoundEvent in net.minecraft.world.entity.animal.goat
Modifier and TypeMethodDescriptionprotected SoundEvent
Goat.getAmbientSound()
protected SoundEvent
Goat.getDeathSound()
Goat.getEatingSound(ItemStack p_149394_)
protected SoundEvent
Goat.getHurtSound(DamageSource p_149387_)
protected SoundEvent
Goat.getMilkingSound()
-
Uses of SoundEvent in net.minecraft.world.entity.animal.horse
Modifier and TypeMethodDescriptionprotected SoundEvent
AbstractHorse.getAmbientSound()
protected SoundEvent
Donkey.getAmbientSound()
protected SoundEvent
Horse.getAmbientSound()
protected SoundEvent
Llama.getAmbientSound()
protected SoundEvent
Mule.getAmbientSound()
protected SoundEvent
SkeletonHorse.getAmbientSound()
protected SoundEvent
ZombieHorse.getAmbientSound()
protected SoundEvent
AbstractHorse.getAngrySound()
protected SoundEvent
Donkey.getAngrySound()
protected SoundEvent
Horse.getAngrySound()
protected SoundEvent
Llama.getAngrySound()
protected SoundEvent
Mule.getAngrySound()
protected SoundEvent
AbstractHorse.getDeathSound()
protected SoundEvent
Donkey.getDeathSound()
protected SoundEvent
Horse.getDeathSound()
protected SoundEvent
Llama.getDeathSound()
protected SoundEvent
Mule.getDeathSound()
protected SoundEvent
SkeletonHorse.getDeathSound()
protected SoundEvent
ZombieHorse.getDeathSound()
protected SoundEvent
AbstractHorse.getEatingSound()
protected SoundEvent
Donkey.getEatingSound()
protected SoundEvent
Horse.getEatingSound()
protected SoundEvent
Llama.getEatingSound()
protected SoundEvent
Mule.getEatingSound()
protected SoundEvent
AbstractHorse.getHurtSound(DamageSource p_30609_)
protected SoundEvent
Donkey.getHurtSound(DamageSource p_30682_)
protected SoundEvent
Horse.getHurtSound(DamageSource p_30720_)
protected SoundEvent
Llama.getHurtSound(DamageSource p_30803_)
protected SoundEvent
Mule.getHurtSound(DamageSource p_30886_)
protected SoundEvent
SkeletonHorse.getHurtSound(DamageSource p_30916_)
protected SoundEvent
ZombieHorse.getHurtSound(DamageSource p_31006_)
protected SoundEvent
SkeletonHorse.getSwimSound()
-
Uses of SoundEvent in net.minecraft.world.entity.boss.enderdragon
Modifier and TypeMethodDescriptionprotected SoundEvent
EnderDragon.getAmbientSound()
protected SoundEvent
EnderDragon.getHurtSound(DamageSource p_31154_)
-
Uses of SoundEvent in net.minecraft.world.entity.boss.wither
Modifier and TypeMethodDescriptionprotected SoundEvent
WitherBoss.getAmbientSound()
protected SoundEvent
WitherBoss.getDeathSound()
protected SoundEvent
WitherBoss.getHurtSound(DamageSource p_31500_)
-
Uses of SoundEvent in net.minecraft.world.entity.decoration
Modifier and TypeMethodDescriptionGlowItemFrame.getAddItemSound()
ItemFrame.getAddItemSound()
GlowItemFrame.getBreakSound()
ItemFrame.getBreakSound()
protected SoundEvent
ArmorStand.getDeathSound()
protected SoundEvent
ArmorStand.getFallDamageSound(int p_31673_)
protected SoundEvent
ArmorStand.getHurtSound(DamageSource p_31636_)
GlowItemFrame.getPlaceSound()
ItemFrame.getPlaceSound()
GlowItemFrame.getRemoveItemSound()
ItemFrame.getRemoveItemSound()
GlowItemFrame.getRotateItemSound()
ItemFrame.getRotateItemSound()
-
Uses of SoundEvent in net.minecraft.world.entity.monster
Modifier and TypeMethodDescriptionprotected SoundEvent
Blaze.getAmbientSound()
protected SoundEvent
Drowned.getAmbientSound()
protected SoundEvent
ElderGuardian.getAmbientSound()
protected SoundEvent
EnderMan.getAmbientSound()
protected SoundEvent
Endermite.getAmbientSound()
protected SoundEvent
Evoker.getAmbientSound()
protected SoundEvent
Ghast.getAmbientSound()
protected SoundEvent
Guardian.getAmbientSound()
protected SoundEvent
Husk.getAmbientSound()
protected SoundEvent
Illusioner.getAmbientSound()
protected SoundEvent
Phantom.getAmbientSound()
protected SoundEvent
Pillager.getAmbientSound()
protected SoundEvent
Ravager.getAmbientSound()
protected SoundEvent
Shulker.getAmbientSound()
protected SoundEvent
Silverfish.getAmbientSound()
protected SoundEvent
Skeleton.getAmbientSound()
protected SoundEvent
Spider.getAmbientSound()
protected SoundEvent
Stray.getAmbientSound()
protected SoundEvent
Strider.getAmbientSound()
protected SoundEvent
Vex.getAmbientSound()
protected SoundEvent
Vindicator.getAmbientSound()
protected SoundEvent
Witch.getAmbientSound()
protected SoundEvent
WitherSkeleton.getAmbientSound()
protected SoundEvent
Zoglin.getAmbientSound()
protected SoundEvent
Zombie.getAmbientSound()
ZombieVillager.getAmbientSound()
protected SoundEvent
ZombifiedPiglin.getAmbientSound()
protected SoundEvent
Evoker.getCastingSoundEvent()
protected SoundEvent
Illusioner.getCastingSoundEvent()
protected abstract SoundEvent
SpellcasterIllager.getCastingSoundEvent()
Evoker.getCelebrateSound()
Illusioner.getCelebrateSound()
Pillager.getCelebrateSound()
Ravager.getCelebrateSound()
Vindicator.getCelebrateSound()
Witch.getCelebrateSound()
protected SoundEvent
Blaze.getDeathSound()
protected SoundEvent
Creeper.getDeathSound()
protected SoundEvent
Drowned.getDeathSound()
protected SoundEvent
ElderGuardian.getDeathSound()
protected SoundEvent
EnderMan.getDeathSound()
protected SoundEvent
Endermite.getDeathSound()
protected SoundEvent
Evoker.getDeathSound()
protected SoundEvent
Ghast.getDeathSound()
protected SoundEvent
Guardian.getDeathSound()
protected SoundEvent
Husk.getDeathSound()
protected SoundEvent
Illusioner.getDeathSound()
protected SoundEvent
MagmaCube.getDeathSound()
protected SoundEvent
Monster.getDeathSound()
protected SoundEvent
Phantom.getDeathSound()
protected SoundEvent
Pillager.getDeathSound()
protected SoundEvent
Ravager.getDeathSound()
protected SoundEvent
Shulker.getDeathSound()
protected SoundEvent
Silverfish.getDeathSound()
protected SoundEvent
Skeleton.getDeathSound()
protected SoundEvent
Slime.getDeathSound()
protected SoundEvent
Spider.getDeathSound()
protected SoundEvent
Stray.getDeathSound()
protected SoundEvent
Strider.getDeathSound()
protected SoundEvent
Vex.getDeathSound()
protected SoundEvent
Vindicator.getDeathSound()
protected SoundEvent
Witch.getDeathSound()
protected SoundEvent
WitherSkeleton.getDeathSound()
protected SoundEvent
Zoglin.getDeathSound()
protected SoundEvent
Zombie.getDeathSound()
ZombieVillager.getDeathSound()
protected SoundEvent
ZombifiedPiglin.getDeathSound()
protected SoundEvent
Monster.getFallDamageSound(int p_33041_)
protected SoundEvent
ElderGuardian.getFlopSound()
protected SoundEvent
Guardian.getFlopSound()
protected SoundEvent
Blaze.getHurtSound(DamageSource p_32235_)
protected SoundEvent
Creeper.getHurtSound(DamageSource p_32309_)
protected SoundEvent
Drowned.getHurtSound(DamageSource p_32386_)
protected SoundEvent
ElderGuardian.getHurtSound(DamageSource p_32468_)
protected SoundEvent
EnderMan.getHurtSound(DamageSource p_32527_)
protected SoundEvent
Endermite.getHurtSound(DamageSource p_32615_)
protected SoundEvent
Evoker.getHurtSound(DamageSource p_32654_)
protected SoundEvent
Ghast.getHurtSound(DamageSource p_32750_)
protected SoundEvent
Guardian.getHurtSound(DamageSource p_32852_)
protected SoundEvent
Husk.getHurtSound(DamageSource p_32903_)
protected SoundEvent
Illusioner.getHurtSound(DamageSource p_32930_)
protected SoundEvent
MagmaCube.getHurtSound(DamageSource p_32992_)
protected SoundEvent
Monster.getHurtSound(DamageSource p_33034_)
protected SoundEvent
Phantom.getHurtSound(DamageSource p_33152_)
protected SoundEvent
Pillager.getHurtSound(DamageSource p_33306_)
protected SoundEvent
Ravager.getHurtSound(DamageSource p_33359_)
protected SoundEvent
Shulker.getHurtSound(DamageSource p_33457_)
protected SoundEvent
Silverfish.getHurtSound(DamageSource p_33549_)
protected SoundEvent
Skeleton.getHurtSound(DamageSource p_33579_)
protected SoundEvent
Slime.getHurtSound(DamageSource p_33631_)
protected SoundEvent
Spider.getHurtSound(DamageSource p_33814_)
protected SoundEvent
Stray.getHurtSound(DamageSource p_33850_)
protected SoundEvent
Strider.getHurtSound(DamageSource p_33934_)
protected SoundEvent
Vex.getHurtSound(DamageSource p_34023_)
protected SoundEvent
Vindicator.getHurtSound(DamageSource p_34103_)
protected SoundEvent
Witch.getHurtSound(DamageSource p_34154_)
protected SoundEvent
WitherSkeleton.getHurtSound(DamageSource p_34195_)
protected SoundEvent
Zoglin.getHurtSound(DamageSource p_34244_)
protected SoundEvent
Zombie.getHurtSound(DamageSource p_34327_)
ZombieVillager.getHurtSound(DamageSource p_34404_)
protected SoundEvent
ZombifiedPiglin.getHurtSound(DamageSource p_34466_)
protected SoundEvent
MagmaCube.getJumpSound()
protected SoundEvent
Slime.getJumpSound()
protected SoundEvent
Evoker.EvokerAttackSpellGoal.getSpellPrepareSound()
protected SoundEvent
Evoker.EvokerSummonSpellGoal.getSpellPrepareSound()
protected SoundEvent
Evoker.EvokerWololoSpellGoal.getSpellPrepareSound()
protected SoundEvent
Illusioner.IllusionerBlindnessSpellGoal.getSpellPrepareSound()
protected SoundEvent
Illusioner.IllusionerMirrorSpellGoal.getSpellPrepareSound()
protected abstract SoundEvent
SpellcasterIllager.SpellcasterUseSpellGoal.getSpellPrepareSound()
protected SoundEvent
MagmaCube.getSquishSound()
protected SoundEvent
Slime.getSquishSound()
protected abstract SoundEvent
AbstractSkeleton.getStepSound()
protected SoundEvent
Drowned.getStepSound()
protected SoundEvent
Husk.getStepSound()
protected SoundEvent
Skeleton.getStepSound()
protected SoundEvent
Stray.getStepSound()
protected SoundEvent
WitherSkeleton.getStepSound()
protected SoundEvent
Zombie.getStepSound()
ZombieVillager.getStepSound()
protected SoundEvent
Drowned.getSwimSound()
protected SoundEvent
Monster.getSwimSound()
protected SoundEvent
Monster.getSwimSplashSound()
-
Uses of SoundEvent in net.minecraft.world.entity.monster.hoglin
Modifier and TypeMethodDescriptionprotected SoundEvent
Hoglin.getAmbientSound()
protected SoundEvent
Hoglin.getDeathSound()
protected SoundEvent
Hoglin.getHurtSound(DamageSource p_34548_)
private static SoundEvent
HoglinAi.getSoundForActivity(Hoglin p_34583_, Activity p_34584_)
protected SoundEvent
Hoglin.getSwimSound()
protected SoundEvent
Hoglin.getSwimSplashSound()
Modifier and TypeMethodDescriptionstatic Optional<SoundEvent>
HoglinAi.getSoundForCurrentActivity(Hoglin p_34594_)
-
Uses of SoundEvent in net.minecraft.world.entity.monster.piglin
Modifier and TypeMethodDescriptionprotected SoundEvent
Piglin.getAmbientSound()
protected SoundEvent
PiglinBrute.getAmbientSound()
protected SoundEvent
Piglin.getDeathSound()
protected SoundEvent
PiglinBrute.getDeathSound()
protected SoundEvent
Piglin.getHurtSound(DamageSource p_34767_)
protected SoundEvent
PiglinBrute.getHurtSound(DamageSource p_35072_)
private static SoundEvent
PiglinAi.getSoundForActivity(Piglin p_34855_, Activity p_34856_)
Modifier and TypeMethodDescriptionstatic Optional<SoundEvent>
PiglinAi.getSoundForCurrentActivity(Piglin p_34948_)
-
Uses of SoundEvent in net.minecraft.world.entity.npc
Modifier and TypeMethodDescriptionprotected SoundEvent
Villager.getAmbientSound()
protected SoundEvent
WanderingTrader.getAmbientSound()
protected SoundEvent
Villager.getDeathSound()
protected SoundEvent
WanderingTrader.getDeathSound()
protected SoundEvent
WanderingTrader.getDrinkingSound(ItemStack p_35865_)
protected SoundEvent
Villager.getHurtSound(DamageSource p_35498_)
protected SoundEvent
WanderingTrader.getHurtSound(DamageSource p_35870_)
AbstractVillager.getNotifyTradeSound()
ClientSideMerchant.getNotifyTradeSound()
WanderingTrader.getNotifyTradeSound()
protected SoundEvent
AbstractVillager.getTradeUpdatedSound(boolean p_35323_)
protected SoundEvent
WanderingTrader.getTradeUpdatedSound(boolean p_35890_)
VillagerProfession.getWorkSound()
Modifier and TypeMethodDescription(package private) static VillagerProfession
VillagerProfession.register(String p_35617_, PoiType p_35618_, com.google.common.collect.ImmutableSet<Item> p_35619_, com.google.common.collect.ImmutableSet<Block> p_35620_, SoundEvent p_35621_)
(package private) static VillagerProfession
VillagerProfession.register(String p_35613_, PoiType p_35614_, SoundEvent p_35615_)
ModifierConstructorDescriptionVillagerProfession(String p_35607_, PoiType p_35608_, com.google.common.collect.ImmutableSet<Item> p_35609_, com.google.common.collect.ImmutableSet<Block> p_35610_, SoundEvent p_35611_)
-
Uses of SoundEvent in net.minecraft.world.entity.player
Modifier and TypeMethodDescriptionprotected SoundEvent
Player.getDeathSound()
protected SoundEvent
Player.getFallDamageSound(int p_36376_)
protected SoundEvent
Player.getHurtSound(DamageSource p_36310_)
protected SoundEvent
Player.getSwimHighSpeedSplashSound()
protected SoundEvent
Player.getSwimSound()
protected SoundEvent
Player.getSwimSplashSound()
Modifier and TypeMethodDescriptionvoid
Player.playNotifySound(SoundEvent p_36140_, SoundSource p_36141_, float p_36142_, float p_36143_)
void
Player.playSound(SoundEvent p_36137_, float p_36138_, float p_36139_)
-
Uses of SoundEvent in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionprotected SoundEvent
AbstractArrow.getDefaultHitGroundSoundEvent()
protected SoundEvent
ThrownTrident.getDefaultHitGroundSoundEvent()
protected SoundEvent
AbstractArrow.getHitGroundSoundEvent()
-
Uses of SoundEvent in net.minecraft.world.entity.raid
-
Uses of SoundEvent in net.minecraft.world.entity.vehicle
-
Uses of SoundEvent in net.minecraft.world.item
Modifier and TypeFieldDescriptionprivate SoundEvent
MobBucketItem.emptySound
private SoundEvent
SolidBucketItem.placeSound
private SoundEvent
ArmorMaterials.sound
private SoundEvent
RecordItem.sound
Deprecated.Modifier and TypeFieldDescriptionprivate static Map<SoundEvent,RecordItem>
RecordItem.BY_NAME
Deprecated.private Supplier<? extends SoundEvent>
MobBucketItem.emptySoundSupplier
private Supplier<SoundEvent>
RecordItem.soundSupplier
Modifier and TypeMethodDescriptionHoneyBottleItem.getDrinkingSound()
Item.getDrinkingSound()
ItemStack.getDrinkingSound()
HoneyBottleItem.getEatingSound()
Item.getEatingSound()
ItemStack.getEatingSound()
protected SoundEvent
MobBucketItem.getEmptySound()
ArmorItem.getEquipSound()
ArmorMaterial.getEquipSound()
ArmorMaterials.getEquipSound()
ElytraItem.getEquipSound()
Item.getEquipSound()
ItemStack.getEquipSound()
protected SoundEvent
BlockItem.getPlaceSound(BlockState p_40588_)
Deprecated.protected SoundEvent
BlockItem.getPlaceSound(BlockState state, Level world, BlockPos pos, Player entity)
protected SoundEvent
SolidBucketItem.getPlaceSound(BlockState p_151199_)
RecordItem.getSound()
private SoundEvent
CrossbowItem.getStartSound(int p_40852_)
ModifierConstructorDescriptionprivate
ArmorMaterials(String p_40474_, int p_40475_, int[] p_40476_, int p_40477_, SoundEvent p_40478_, float p_40479_, float p_40480_, Supplier<Ingredient> p_40481_)
MobBucketItem(EntityType<?> p_151137_, Fluid p_151138_, SoundEvent p_151139_, Item.Properties p_151140_)
Deprecated.RecordItem(int p_43037_, SoundEvent p_43038_, Item.Properties p_43039_)
Deprecated.SolidBucketItem(Block p_151187_, SoundEvent p_151188_, Item.Properties p_151189_)
ModifierConstructorDescriptionRecordItem(int comparatorValue, Supplier<SoundEvent> soundSupplier, Item.Properties builder)
For mod use, allows to create a music disc without having to create a new SoundEvent before their registry event is fired. -
Uses of SoundEvent in net.minecraft.world.item.trading
-
Uses of SoundEvent in net.minecraft.world.level
Modifier and TypeMethodDescriptionvoid
Level.playLocalSound(double p_46482_, double p_46483_, double p_46484_, SoundEvent p_46485_, SoundSource p_46486_, float p_46487_, float p_46488_, boolean p_46489_)
abstract void
Level.playSound(Player p_46543_, double p_46544_, double p_46545_, double p_46546_, SoundEvent p_46547_, SoundSource p_46548_, float p_46549_, float p_46550_)
void
Level.playSound(Player p_46560_, BlockPos p_46561_, SoundEvent p_46562_, SoundSource p_46563_, float p_46564_, float p_46565_)
abstract void
Level.playSound(Player p_46551_, Entity p_46552_, SoundEvent p_46553_, SoundSource p_46554_, float p_46555_, float p_46556_)
void
LevelAccessor.playSound(Player p_46775_, BlockPos p_46776_, SoundEvent p_46777_, SoundSource p_46778_, float p_46779_, float p_46780_)
-
Uses of SoundEvent in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionprivate SoundEvent
AmbientAdditionsSettings.soundEvent
private SoundEvent
AmbientMoodSettings.soundEvent
Modifier and TypeFieldDescriptionprivate Optional<SoundEvent>
BiomeSpecialEffects.ambientLoopSoundEvent
private Optional<SoundEvent>
BiomeSpecialEffects.Builder.ambientLoopSoundEvent
Modifier and TypeMethodDescriptionAmbientAdditionsSettings.getSoundEvent()
AmbientMoodSettings.getSoundEvent()
Modifier and TypeMethodDescriptionBiome.getAmbientLoop()
BiomeSpecialEffects.getAmbientLoopSoundEvent()
Modifier and TypeMethodDescriptionBiomeSpecialEffects.Builder.ambientLoopSound(SoundEvent p_48024_)
ModifierConstructorDescriptionAmbientAdditionsSettings(SoundEvent p_47376_, double p_47377_)
AmbientMoodSettings(SoundEvent p_47394_, int p_47395_, int p_47396_, double p_47397_)
-
Uses of SoundEvent in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate SoundEvent
SoundType.breakSound
private SoundEvent
SoundType.fallSound
private SoundEvent
SoundType.hitSound
private SoundEvent
SoundType.placeSound
private SoundEvent
SoundType.stepSound
Modifier and TypeMethodDescriptionSoundType.getBreakSound()
SoundType.getFallSound()
SoundType.getHitSound()
SoundType.getPlaceSound()
protected abstract SoundEvent
ButtonBlock.getSound(boolean p_51102_)
protected SoundEvent
StoneButtonBlock.getSound(boolean p_57062_)
protected SoundEvent
WoodButtonBlock.getSound(boolean p_58286_)
SoundType.getStepSound()
Modifier and TypeMethodDescriptionBubbleColumnBlock.getPickupSound()
BucketPickup.getPickupSound()
LiquidBlock.getPickupSound()
PowderSnowBlock.getPickupSound()
default Optional<SoundEvent>
SimpleWaterloggedBlock.getPickupSound()
Modifier and TypeMethodDescriptionprivate static void
BigDripleafBlock.playTiltSound(Level p_152233_, BlockPos p_152234_, SoundEvent p_152235_)
private void
BigDripleafBlock.setTiltAndScheduleTick(BlockState p_152283_, Level p_152284_, BlockPos p_152285_, Tilt p_152286_, SoundEvent p_152287_)
ModifierConstructorDescriptionSoundType(float p_56766_, float p_56767_, SoundEvent p_56768_, SoundEvent p_56769_, SoundEvent p_56770_, SoundEvent p_56771_, SoundEvent p_56772_)
Deprecated. -
Uses of SoundEvent in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescription(package private) void
BarrelBlockEntity.playSound(BlockState p_58601_, SoundEvent p_58602_)
static void
BeaconBlockEntity.playSound(Level p_155104_, BlockPos p_155105_, SoundEvent p_155106_)
(package private) static void
ChestBlockEntity.playSound(Level p_155339_, BlockPos p_155340_, BlockState p_155341_, SoundEvent p_155342_)
-
Uses of SoundEvent in net.minecraft.world.level.block.state.properties
-
Uses of SoundEvent in net.minecraft.world.level.material
Modifier and TypeMethodDescriptionFluid.getPickupSound()
LavaFluid.getPickupSound()
WaterFluid.getPickupSound()
-
Uses of SoundEvent in net.minecraftforge.common
Modifier and TypeMethodDescriptionvoid
ForgeMod.missingSoundMapping(RegistryEvent.MissingMappings<SoundEvent> event)
-
Uses of SoundEvent in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionprotected void
SoundDefinitionsProvider.add(SoundEvent soundEvent, SoundDefinition definition)
Adds the entry name associated with the givenSoundEvent
with theSoundDefinition
to the list.Modifier and TypeMethodDescriptionprotected void
SoundDefinitionsProvider.add(Supplier<SoundEvent> soundEvent, SoundDefinition definition)
Adds the entry name associated with the suppliedSoundEvent
with the givenSoundDefinition
to the list. -
Uses of SoundEvent in net.minecraftforge.common.util
Modifier and TypeFieldDescriptionprivate Supplier<SoundEvent>
ForgeSoundType.breakSound
private Supplier<SoundEvent>
ForgeSoundType.fallSound
private Supplier<SoundEvent>
ForgeSoundType.hitSound
private Supplier<SoundEvent>
ForgeSoundType.placeSound
private Supplier<SoundEvent>
ForgeSoundType.stepSound
Modifier and TypeMethodDescriptionForgeSoundType.getBreakSound()
ForgeSoundType.getFallSound()
ForgeSoundType.getHitSound()
ForgeSoundType.getPlaceSound()
ForgeSoundType.getStepSound()
ModifierConstructorDescriptionForgeSoundType(float volumeIn, float pitchIn, Supplier<SoundEvent> breakSoundIn, Supplier<SoundEvent> stepSoundIn, Supplier<SoundEvent> placeSoundIn, Supplier<SoundEvent> hitSoundIn, Supplier<SoundEvent> fallSoundIn)
-
Uses of SoundEvent in net.minecraftforge.debug
Modifier and TypeFieldDescriptionprivate static DeferredRegister<SoundEvent>
CustomSoundTypeTest.SOUND_EVENTS
private static RegistryObject<SoundEvent>
CustomSoundTypeTest.TEST_STEP_EVENT
-
Uses of SoundEvent in net.minecraftforge.debug.item
Modifier and TypeFieldDescriptionprivate static DeferredRegister<SoundEvent>
MusicDiscTest.SOUND_EVENTS
private static RegistryObject<SoundEvent>
MusicDiscTest.TEST_SOUND_EVENT
-
Uses of SoundEvent in net.minecraftforge.event
Modifier and TypeMethodDescriptionstatic PlaySoundAtEntityEvent
ForgeEventFactory.onPlaySoundAtEntity(Entity entity, SoundEvent name, SoundSource category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraftforge.event.entity
ModifierConstructorDescriptionPlaySoundAtEntityEvent(Entity entity, SoundEvent name, SoundSource category, float volume, float pitch)
-
Uses of SoundEvent in net.minecraftforge.fluids
Modifier and TypeFieldDescriptionprivate SoundEvent
FluidAttributes.Builder.emptySound
private SoundEvent
FluidAttributes.emptySound
private SoundEvent
FluidAttributes.Builder.fillSound
private SoundEvent
FluidAttributes.fillSound
Modifier and TypeMethodDescriptionFluidAttributes.getEmptySound()
FluidAttributes.getEmptySound(BlockAndTintGetter world, BlockPos pos)
FluidAttributes.getEmptySound(FluidStack stack)
FluidAttributes.getFillSound()
FluidAttributes.getFillSound(BlockAndTintGetter world, BlockPos pos)
FluidAttributes.getFillSound(FluidStack stack)
Modifier and TypeMethodDescriptionFluidAttributes.Builder.sound(SoundEvent sound)
FluidAttributes.Builder.sound(SoundEvent fillSound, SoundEvent emptySound)
-
Uses of SoundEvent in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic ResourceKey<Registry<SoundEvent>>
ForgeRegistries.Keys.SOUND_EVENTS
static IForgeRegistry<SoundEvent>
ForgeRegistries.SOUND_EVENTS