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.playSeededSound
(Player p_233621_, double p_233622_, double p_233623_, double p_233624_, SoundEvent p_233625_, SoundSource p_233626_, float p_233627_, float p_233628_, long p_233629_) void
ClientLevel.playSeededSound
(Player p_233631_, Entity p_233632_, SoundEvent p_233633_, SoundSource p_233634_, float p_233635_, float p_233636_, long p_233637_) private void
ClientLevel.playSound
(double p_233603_, double p_233604_, double p_233605_, SoundEvent p_233606_, SoundSource p_233607_, float p_233608_, float p_233609_, boolean p_233610_, long p_233611_) -
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_235128_, RandomSource p_235129_, double p_235130_, double p_235131_, double p_235132_) 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_235072_, SoundSource p_235073_, RandomSource p_235074_) protected
AbstractTickableSoundInstance
(SoundEvent p_235076_, SoundSource p_235077_, RandomSource p_235078_) BeeSoundInstance
(Bee p_119621_, SoundEvent p_119622_, SoundSource p_119623_) EntityBoundSoundInstance
(SoundEvent p_235080_, SoundSource p_235081_, float p_235082_, float p_235083_, Entity p_235084_, long p_235085_) LoopSoundInstance
(SoundEvent p_119658_) private
SimpleSoundInstance
(SoundEvent p_235116_, SoundSource p_235117_, float p_235118_, float p_235119_, RandomSource p_235120_, boolean p_235121_, int p_235122_, SoundInstance.Attenuation p_235123_, double p_235124_, double p_235125_, double p_235126_) SimpleSoundInstance
(SoundEvent p_235100_, SoundSource p_235101_, float p_235102_, float p_235103_, RandomSource p_235104_, double p_235105_, double p_235106_, double p_235107_) SimpleSoundInstance
(SoundEvent p_235109_, SoundSource p_235110_, float p_235111_, float p_235112_, RandomSource p_235113_, BlockPos p_235114_) protected
SubSound
(LocalPlayer p_119861_, SoundEvent p_119862_) -
Uses of SoundEvent in net.minecraft.core
Modifier and TypeFieldDescriptionstatic final Registry<SoundEvent>
Registry.SOUND_EVENT
Deprecated.static final 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 final SoundEvent
ClientboundSoundEntityPacket.sound
private final SoundEvent
ClientboundSoundPacket.sound
Modifier and TypeMethodDescriptionClientboundSoundEntityPacket.getSound()
ClientboundSoundPacket.getSound()
ModifierConstructorDescriptionClientboundSoundEntityPacket
(SoundEvent p_237831_, SoundSource p_237832_, Entity p_237833_, float p_237834_, float p_237835_, long p_237836_) ClientboundSoundPacket
(SoundEvent p_237840_, SoundSource p_237841_, double p_237842_, double p_237843_, double p_237844_, float p_237845_, float p_237846_, long p_237847_) -
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.playSeededSound
(Player p_215017_, double p_215018_, double p_215019_, double p_215020_, SoundEvent p_215021_, SoundSource p_215022_, float p_215023_, float p_215024_, long p_215025_) void
ServerLevel.playSeededSound
(Player p_215027_, Entity p_215028_, SoundEvent p_215029_, SoundSource p_215030_, float p_215031_, float p_215032_, long p_215033_) 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 final SoundEvent
SoundEvents.ALLAY_AMBIENT_WITH_ITEM
static final SoundEvent
SoundEvents.ALLAY_AMBIENT_WITHOUT_ITEM
static final SoundEvent
SoundEvents.ALLAY_DEATH
static final SoundEvent
SoundEvents.ALLAY_HURT
static final SoundEvent
SoundEvents.ALLAY_ITEM_GIVEN
static final SoundEvent
SoundEvents.ALLAY_ITEM_TAKEN
static final SoundEvent
SoundEvents.ALLAY_THROW
static final SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_LOOP
static final SoundEvent
SoundEvents.AMBIENT_BASALT_DELTAS_MOOD
static final SoundEvent
SoundEvents.AMBIENT_CAVE
static final SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_LOOP
static final SoundEvent
SoundEvents.AMBIENT_CRIMSON_FOREST_MOOD
static final SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_LOOP
static final SoundEvent
SoundEvents.AMBIENT_NETHER_WASTES_MOOD
static final SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_LOOP
static final SoundEvent
SoundEvents.AMBIENT_SOUL_SAND_VALLEY_MOOD
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_ENTER
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_EXIT
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE
static final SoundEvent
SoundEvents.AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE
static final SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_ADDITIONS
static final SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_LOOP
static final SoundEvent
SoundEvents.AMBIENT_WARPED_FOREST_MOOD
static final SoundEvent
SoundEvents.AMETHYST_BLOCK_BREAK
static final SoundEvent
SoundEvents.AMETHYST_BLOCK_CHIME
static final SoundEvent
SoundEvents.AMETHYST_BLOCK_FALL
static final SoundEvent
SoundEvents.AMETHYST_BLOCK_HIT
static final SoundEvent
SoundEvents.AMETHYST_BLOCK_PLACE
static final SoundEvent
SoundEvents.AMETHYST_BLOCK_STEP
static final SoundEvent
SoundEvents.AMETHYST_CLUSTER_BREAK
static final SoundEvent
SoundEvents.AMETHYST_CLUSTER_FALL
static final SoundEvent
SoundEvents.AMETHYST_CLUSTER_HIT
static final SoundEvent
SoundEvents.AMETHYST_CLUSTER_PLACE
static final SoundEvent
SoundEvents.AMETHYST_CLUSTER_STEP
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_BREAK
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_FALL
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_HIT
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_PLACE
static final SoundEvent
SoundEvents.ANCIENT_DEBRIS_STEP
static final SoundEvent
SoundEvents.ANVIL_BREAK
static final SoundEvent
SoundEvents.ANVIL_DESTROY
static final SoundEvent
SoundEvents.ANVIL_FALL
static final SoundEvent
SoundEvents.ANVIL_HIT
static final SoundEvent
SoundEvents.ANVIL_LAND
static final SoundEvent
SoundEvents.ANVIL_PLACE
static final SoundEvent
SoundEvents.ANVIL_STEP
static final SoundEvent
SoundEvents.ANVIL_USE
static final SoundEvent
SoundEvents.ARMOR_EQUIP_CHAIN
static final SoundEvent
SoundEvents.ARMOR_EQUIP_DIAMOND
static final SoundEvent
SoundEvents.ARMOR_EQUIP_ELYTRA
static final SoundEvent
SoundEvents.ARMOR_EQUIP_GENERIC
static final SoundEvent
SoundEvents.ARMOR_EQUIP_GOLD
static final SoundEvent
SoundEvents.ARMOR_EQUIP_IRON
static final SoundEvent
SoundEvents.ARMOR_EQUIP_LEATHER
static final SoundEvent
SoundEvents.ARMOR_EQUIP_NETHERITE
static final SoundEvent
SoundEvents.ARMOR_EQUIP_TURTLE
static final SoundEvent
SoundEvents.ARMOR_STAND_BREAK
static final SoundEvent
SoundEvents.ARMOR_STAND_FALL
static final SoundEvent
SoundEvents.ARMOR_STAND_HIT
static final SoundEvent
SoundEvents.ARMOR_STAND_PLACE
static final SoundEvent
SoundEvents.ARROW_HIT
static final SoundEvent
SoundEvents.ARROW_HIT_PLAYER
static final SoundEvent
SoundEvents.ARROW_SHOOT
static final SoundEvent
SoundEvents.AXE_SCRAPE
static final SoundEvent
SoundEvents.AXE_STRIP
static final SoundEvent
SoundEvents.AXE_WAX_OFF
static final SoundEvent
SoundEvents.AXOLOTL_ATTACK
static final SoundEvent
SoundEvents.AXOLOTL_DEATH
static final SoundEvent
SoundEvents.AXOLOTL_HURT
static final SoundEvent
SoundEvents.AXOLOTL_IDLE_AIR
static final SoundEvent
SoundEvents.AXOLOTL_IDLE_WATER
static final SoundEvent
SoundEvents.AXOLOTL_SPLASH
static final SoundEvent
SoundEvents.AXOLOTL_SWIM
static final SoundEvent
SoundEvents.AZALEA_BREAK
static final SoundEvent
SoundEvents.AZALEA_FALL
static final SoundEvent
SoundEvents.AZALEA_HIT
static final SoundEvent
SoundEvents.AZALEA_LEAVES_BREAK
static final SoundEvent
SoundEvents.AZALEA_LEAVES_FALL
static final SoundEvent
SoundEvents.AZALEA_LEAVES_HIT
static final SoundEvent
SoundEvents.AZALEA_LEAVES_PLACE
static final SoundEvent
SoundEvents.AZALEA_LEAVES_STEP
static final SoundEvent
SoundEvents.AZALEA_PLACE
static final SoundEvent
SoundEvents.AZALEA_STEP
static final SoundEvent
SoundEvents.BAMBOO_BREAK
static final SoundEvent
SoundEvents.BAMBOO_FALL
static final SoundEvent
SoundEvents.BAMBOO_HIT
static final SoundEvent
SoundEvents.BAMBOO_PLACE
static final SoundEvent
SoundEvents.BAMBOO_SAPLING_BREAK
static final SoundEvent
SoundEvents.BAMBOO_SAPLING_HIT
static final SoundEvent
SoundEvents.BAMBOO_SAPLING_PLACE
static final SoundEvent
SoundEvents.BAMBOO_STEP
static final SoundEvent
SoundEvents.BARREL_CLOSE
static final SoundEvent
SoundEvents.BARREL_OPEN
static final SoundEvent
SoundEvents.BASALT_BREAK
static final SoundEvent
SoundEvents.BASALT_FALL
static final SoundEvent
SoundEvents.BASALT_HIT
static final SoundEvent
SoundEvents.BASALT_PLACE
static final SoundEvent
SoundEvents.BASALT_STEP
static final SoundEvent
SoundEvents.BAT_AMBIENT
static final SoundEvent
SoundEvents.BAT_DEATH
static final SoundEvent
SoundEvents.BAT_HURT
static final SoundEvent
SoundEvents.BAT_LOOP
static final SoundEvent
SoundEvents.BAT_TAKEOFF
static final SoundEvent
SoundEvents.BEACON_ACTIVATE
static final SoundEvent
SoundEvents.BEACON_AMBIENT
static final SoundEvent
SoundEvents.BEACON_DEACTIVATE
static final SoundEvent
SoundEvents.BEACON_POWER_SELECT
static final SoundEvent
SoundEvents.BEE_DEATH
static final SoundEvent
SoundEvents.BEE_HURT
static final SoundEvent
SoundEvents.BEE_LOOP
static final SoundEvent
SoundEvents.BEE_LOOP_AGGRESSIVE
static final SoundEvent
SoundEvents.BEE_POLLINATE
static final SoundEvent
SoundEvents.BEE_STING
static final SoundEvent
SoundEvents.BEEHIVE_DRIP
static final SoundEvent
SoundEvents.BEEHIVE_ENTER
static final SoundEvent
SoundEvents.BEEHIVE_EXIT
static final SoundEvent
SoundEvents.BEEHIVE_SHEAR
static final SoundEvent
SoundEvents.BEEHIVE_WORK
static final SoundEvent
SoundEvents.BELL_BLOCK
static final SoundEvent
SoundEvents.BELL_RESONATE
static final SoundEvent
SoundEvents.BIG_DRIPLEAF_BREAK
static final SoundEvent
SoundEvents.BIG_DRIPLEAF_FALL
static final SoundEvent
SoundEvents.BIG_DRIPLEAF_HIT
static final SoundEvent
SoundEvents.BIG_DRIPLEAF_PLACE
static final SoundEvent
SoundEvents.BIG_DRIPLEAF_STEP
static final SoundEvent
SoundEvents.BIG_DRIPLEAF_TILT_DOWN
static final SoundEvent
SoundEvents.BIG_DRIPLEAF_TILT_UP
static final SoundEvent
SoundEvents.BLASTFURNACE_FIRE_CRACKLE
static final SoundEvent
SoundEvents.BLAZE_AMBIENT
static final SoundEvent
SoundEvents.BLAZE_BURN
static final SoundEvent
SoundEvents.BLAZE_DEATH
static final SoundEvent
SoundEvents.BLAZE_HURT
static final SoundEvent
SoundEvents.BLAZE_SHOOT
static final SoundEvent
SoundEvents.BOAT_PADDLE_LAND
static final SoundEvent
SoundEvents.BOAT_PADDLE_WATER
static final SoundEvent
SoundEvents.BONE_BLOCK_BREAK
static final SoundEvent
SoundEvents.BONE_BLOCK_FALL
static final SoundEvent
SoundEvents.BONE_BLOCK_HIT
static final SoundEvent
SoundEvents.BONE_BLOCK_PLACE
static final SoundEvent
SoundEvents.BONE_BLOCK_STEP
static final SoundEvent
SoundEvents.BONE_MEAL_USE
static final SoundEvent
SoundEvents.BOOK_PAGE_TURN
static final SoundEvent
SoundEvents.BOOK_PUT
static final SoundEvent
SoundEvents.BOTTLE_EMPTY
static final SoundEvent
SoundEvents.BOTTLE_FILL
static final SoundEvent
SoundEvents.BOTTLE_FILL_DRAGONBREATH
static final SoundEvent
SoundEvents.BREWING_STAND_BREW
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_BUBBLE_POP
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_UPWARDS_AMBIENT
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_UPWARDS_INSIDE
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_WHIRLPOOL_AMBIENT
static final SoundEvent
SoundEvents.BUBBLE_COLUMN_WHIRLPOOL_INSIDE
static final SoundEvent
SoundEvents.BUCKET_EMPTY
static final SoundEvent
SoundEvents.BUCKET_EMPTY_AXOLOTL
static final SoundEvent
SoundEvents.BUCKET_EMPTY_FISH
static final SoundEvent
SoundEvents.BUCKET_EMPTY_LAVA
static final SoundEvent
SoundEvents.BUCKET_EMPTY_POWDER_SNOW
static final SoundEvent
SoundEvents.BUCKET_EMPTY_TADPOLE
static final SoundEvent
SoundEvents.BUCKET_FILL
static final SoundEvent
SoundEvents.BUCKET_FILL_AXOLOTL
static final SoundEvent
SoundEvents.BUCKET_FILL_FISH
static final SoundEvent
SoundEvents.BUCKET_FILL_LAVA
static final SoundEvent
SoundEvents.BUCKET_FILL_POWDER_SNOW
static final SoundEvent
SoundEvents.BUCKET_FILL_TADPOLE
static final SoundEvent
SoundEvents.BUNDLE_DROP_CONTENTS
static final SoundEvent
SoundEvents.BUNDLE_INSERT
static final SoundEvent
SoundEvents.BUNDLE_REMOVE_ONE
static final SoundEvent
SoundEvents.CAKE_ADD_CANDLE
static final SoundEvent
SoundEvents.CALCITE_BREAK
static final SoundEvent
SoundEvents.CALCITE_FALL
static final SoundEvent
SoundEvents.CALCITE_HIT
static final SoundEvent
SoundEvents.CALCITE_PLACE
static final SoundEvent
SoundEvents.CALCITE_STEP
static final SoundEvent
SoundEvents.CAMPFIRE_CRACKLE
static final SoundEvent
SoundEvents.CANDLE_AMBIENT
static final SoundEvent
SoundEvents.CANDLE_BREAK
static final SoundEvent
SoundEvents.CANDLE_EXTINGUISH
static final SoundEvent
SoundEvents.CANDLE_FALL
static final SoundEvent
SoundEvents.CANDLE_HIT
static final SoundEvent
SoundEvents.CANDLE_PLACE
static final SoundEvent
SoundEvents.CANDLE_STEP
static final SoundEvent
SoundEvents.CAT_AMBIENT
static final SoundEvent
SoundEvents.CAT_BEG_FOR_FOOD
static final SoundEvent
SoundEvents.CAT_DEATH
static final SoundEvent
SoundEvents.CAT_EAT
static final SoundEvent
SoundEvents.CAT_HISS
static final SoundEvent
SoundEvents.CAT_HURT
static final SoundEvent
SoundEvents.CAT_PURR
static final SoundEvent
SoundEvents.CAT_PURREOW
static final SoundEvent
SoundEvents.CAT_STRAY_AMBIENT
static final SoundEvent
SoundEvents.CAVE_VINES_BREAK
static final SoundEvent
SoundEvents.CAVE_VINES_FALL
static final SoundEvent
SoundEvents.CAVE_VINES_HIT
static final SoundEvent
SoundEvents.CAVE_VINES_PICK_BERRIES
static final SoundEvent
SoundEvents.CAVE_VINES_PLACE
static final SoundEvent
SoundEvents.CAVE_VINES_STEP
static final SoundEvent
SoundEvents.CHAIN_BREAK
static final SoundEvent
SoundEvents.CHAIN_FALL
static final SoundEvent
SoundEvents.CHAIN_HIT
static final SoundEvent
SoundEvents.CHAIN_PLACE
static final SoundEvent
SoundEvents.CHAIN_STEP
static final SoundEvent
SoundEvents.CHEST_CLOSE
static final SoundEvent
SoundEvents.CHEST_LOCKED
static final SoundEvent
SoundEvents.CHEST_OPEN
static final SoundEvent
SoundEvents.CHICKEN_AMBIENT
static final SoundEvent
SoundEvents.CHICKEN_DEATH
static final SoundEvent
SoundEvents.CHICKEN_EGG
static final SoundEvent
SoundEvents.CHICKEN_HURT
static final SoundEvent
SoundEvents.CHICKEN_STEP
static final SoundEvent
SoundEvents.CHORUS_FLOWER_DEATH
static final SoundEvent
SoundEvents.CHORUS_FLOWER_GROW
static final SoundEvent
SoundEvents.CHORUS_FRUIT_TELEPORT
static final SoundEvent
SoundEvents.COD_AMBIENT
static final SoundEvent
SoundEvents.COD_DEATH
static final SoundEvent
SoundEvents.COD_FLOP
static final SoundEvent
SoundEvents.COD_HURT
static final SoundEvent
SoundEvents.COMPARATOR_CLICK
static final SoundEvent
SoundEvents.COMPOSTER_EMPTY
static final SoundEvent
SoundEvents.COMPOSTER_FILL
static final SoundEvent
SoundEvents.COMPOSTER_FILL_SUCCESS
static final SoundEvent
SoundEvents.COMPOSTER_READY
static final SoundEvent
SoundEvents.CONDUIT_ACTIVATE
static final SoundEvent
SoundEvents.CONDUIT_AMBIENT
static final SoundEvent
SoundEvents.CONDUIT_AMBIENT_SHORT
static final SoundEvent
SoundEvents.CONDUIT_ATTACK_TARGET
static final SoundEvent
SoundEvents.CONDUIT_DEACTIVATE
static final SoundEvent
SoundEvents.COPPER_BREAK
static final SoundEvent
SoundEvents.COPPER_FALL
static final SoundEvent
SoundEvents.COPPER_HIT
static final SoundEvent
SoundEvents.COPPER_PLACE
static final SoundEvent
SoundEvents.COPPER_STEP
static final SoundEvent
SoundEvents.CORAL_BLOCK_BREAK
static final SoundEvent
SoundEvents.CORAL_BLOCK_FALL
static final SoundEvent
SoundEvents.CORAL_BLOCK_HIT
static final SoundEvent
SoundEvents.CORAL_BLOCK_PLACE
static final SoundEvent
SoundEvents.CORAL_BLOCK_STEP
static final SoundEvent
SoundEvents.COW_AMBIENT
static final SoundEvent
SoundEvents.COW_DEATH
static final SoundEvent
SoundEvents.COW_HURT
static final SoundEvent
SoundEvents.COW_MILK
static final SoundEvent
SoundEvents.COW_STEP
static final SoundEvent
SoundEvents.CREEPER_DEATH
static final SoundEvent
SoundEvents.CREEPER_HURT
static final SoundEvent
SoundEvents.CREEPER_PRIMED
static final SoundEvent
SoundEvents.CROP_BREAK
static final SoundEvent
SoundEvents.CROP_PLANTED
static final SoundEvent
SoundEvents.CROSSBOW_HIT
static final SoundEvent
SoundEvents.CROSSBOW_LOADING_END
static final SoundEvent
SoundEvents.CROSSBOW_LOADING_MIDDLE
static final SoundEvent
SoundEvents.CROSSBOW_LOADING_START
static final SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_1
static final SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_2
static final SoundEvent
SoundEvents.CROSSBOW_QUICK_CHARGE_3
static final SoundEvent
SoundEvents.CROSSBOW_SHOOT
static final SoundEvent
SoundEvents.DEEPSLATE_BREAK
static final SoundEvent
SoundEvents.DEEPSLATE_BRICKS_BREAK
static final SoundEvent
SoundEvents.DEEPSLATE_BRICKS_FALL
static final SoundEvent
SoundEvents.DEEPSLATE_BRICKS_HIT
static final SoundEvent
SoundEvents.DEEPSLATE_BRICKS_PLACE
static final SoundEvent
SoundEvents.DEEPSLATE_BRICKS_STEP
static final SoundEvent
SoundEvents.DEEPSLATE_FALL
static final SoundEvent
SoundEvents.DEEPSLATE_HIT
static final SoundEvent
SoundEvents.DEEPSLATE_PLACE
static final SoundEvent
SoundEvents.DEEPSLATE_STEP
static final SoundEvent
SoundEvents.DEEPSLATE_TILES_BREAK
static final SoundEvent
SoundEvents.DEEPSLATE_TILES_FALL
static final SoundEvent
SoundEvents.DEEPSLATE_TILES_HIT
static final SoundEvent
SoundEvents.DEEPSLATE_TILES_PLACE
static final SoundEvent
SoundEvents.DEEPSLATE_TILES_STEP
static final SoundEvent
SoundEvents.DISPENSER_DISPENSE
static final SoundEvent
SoundEvents.DISPENSER_FAIL
static final SoundEvent
SoundEvents.DISPENSER_LAUNCH
static final SoundEvent
SoundEvents.DOLPHIN_AMBIENT
static final SoundEvent
SoundEvents.DOLPHIN_AMBIENT_WATER
static final SoundEvent
SoundEvents.DOLPHIN_ATTACK
static final SoundEvent
SoundEvents.DOLPHIN_DEATH
static final SoundEvent
SoundEvents.DOLPHIN_EAT
static final SoundEvent
SoundEvents.DOLPHIN_HURT
static final SoundEvent
SoundEvents.DOLPHIN_JUMP
static final SoundEvent
SoundEvents.DOLPHIN_PLAY
static final SoundEvent
SoundEvents.DOLPHIN_SPLASH
static final SoundEvent
SoundEvents.DOLPHIN_SWIM
static final SoundEvent
SoundEvents.DONKEY_AMBIENT
static final SoundEvent
SoundEvents.DONKEY_ANGRY
static final SoundEvent
SoundEvents.DONKEY_CHEST
static final SoundEvent
SoundEvents.DONKEY_DEATH
static final SoundEvent
SoundEvents.DONKEY_EAT
static final SoundEvent
SoundEvents.DONKEY_HURT
static final SoundEvent
SoundEvents.DRAGON_FIREBALL_EXPLODE
static final SoundEvent
SoundEvents.DRIPSTONE_BLOCK_BREAK
static final SoundEvent
SoundEvents.DRIPSTONE_BLOCK_FALL
static final SoundEvent
SoundEvents.DRIPSTONE_BLOCK_HIT
static final SoundEvent
SoundEvents.DRIPSTONE_BLOCK_PLACE
static final SoundEvent
SoundEvents.DRIPSTONE_BLOCK_STEP
static final SoundEvent
SoundEvents.DROWNED_AMBIENT
static final SoundEvent
SoundEvents.DROWNED_AMBIENT_WATER
static final SoundEvent
SoundEvents.DROWNED_DEATH
static final SoundEvent
SoundEvents.DROWNED_DEATH_WATER
static final SoundEvent
SoundEvents.DROWNED_HURT
static final SoundEvent
SoundEvents.DROWNED_HURT_WATER
static final SoundEvent
SoundEvents.DROWNED_SHOOT
static final SoundEvent
SoundEvents.DROWNED_STEP
static final SoundEvent
SoundEvents.DROWNED_SWIM
static final SoundEvent
SoundEvents.DYE_USE
static final SoundEvent
SoundEvents.EGG_THROW
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_AMBIENT
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_AMBIENT_LAND
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_CURSE
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_DEATH
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_DEATH_LAND
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_FLOP
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_HURT
static final SoundEvent
SoundEvents.ELDER_GUARDIAN_HURT_LAND
static final SoundEvent
SoundEvents.ELYTRA_FLYING
static final SoundEvent
SoundEvents.ENCHANTMENT_TABLE_USE
static final SoundEvent
SoundEvents.END_GATEWAY_SPAWN
static final SoundEvent
SoundEvents.END_PORTAL_FRAME_FILL
static final SoundEvent
SoundEvents.END_PORTAL_SPAWN
static final SoundEvent
SoundEvents.ENDER_CHEST_CLOSE
static final SoundEvent
SoundEvents.ENDER_CHEST_OPEN
static final SoundEvent
SoundEvents.ENDER_DRAGON_AMBIENT
static final SoundEvent
SoundEvents.ENDER_DRAGON_DEATH
static final SoundEvent
SoundEvents.ENDER_DRAGON_FLAP
static final SoundEvent
SoundEvents.ENDER_DRAGON_GROWL
static final SoundEvent
SoundEvents.ENDER_DRAGON_HURT
static final SoundEvent
SoundEvents.ENDER_DRAGON_SHOOT
static final SoundEvent
SoundEvents.ENDER_EYE_DEATH
static final SoundEvent
SoundEvents.ENDER_EYE_LAUNCH
static final SoundEvent
SoundEvents.ENDER_PEARL_THROW
static final SoundEvent
SoundEvents.ENDERMAN_AMBIENT
static final SoundEvent
SoundEvents.ENDERMAN_DEATH
static final SoundEvent
SoundEvents.ENDERMAN_HURT
static final SoundEvent
SoundEvents.ENDERMAN_SCREAM
static final SoundEvent
SoundEvents.ENDERMAN_STARE
static final SoundEvent
SoundEvents.ENDERMAN_TELEPORT
static final SoundEvent
SoundEvents.ENDERMITE_AMBIENT
static final SoundEvent
SoundEvents.ENDERMITE_DEATH
static final SoundEvent
SoundEvents.ENDERMITE_HURT
static final SoundEvent
SoundEvents.ENDERMITE_STEP
private final SoundEvent
Music.event
static final SoundEvent
SoundEvents.EVOKER_AMBIENT
static final SoundEvent
SoundEvents.EVOKER_CAST_SPELL
static final SoundEvent
SoundEvents.EVOKER_CELEBRATE
static final SoundEvent
SoundEvents.EVOKER_DEATH
static final SoundEvent
SoundEvents.EVOKER_FANGS_ATTACK
static final SoundEvent
SoundEvents.EVOKER_HURT
static final SoundEvent
SoundEvents.EVOKER_PREPARE_ATTACK
static final SoundEvent
SoundEvents.EVOKER_PREPARE_SUMMON
static final SoundEvent
SoundEvents.EVOKER_PREPARE_WOLOLO
static final SoundEvent
SoundEvents.EXPERIENCE_BOTTLE_THROW
static final SoundEvent
SoundEvents.EXPERIENCE_ORB_PICKUP
static final SoundEvent
SoundEvents.FENCE_GATE_CLOSE
static final SoundEvent
SoundEvents.FENCE_GATE_OPEN
static final SoundEvent
SoundEvents.FIRE_AMBIENT
static final SoundEvent
SoundEvents.FIRE_EXTINGUISH
static final SoundEvent
SoundEvents.FIRECHARGE_USE
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_BLAST
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_BLAST_FAR
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_LARGE_BLAST
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_LARGE_BLAST_FAR
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_LAUNCH
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_SHOOT
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_TWINKLE
static final SoundEvent
SoundEvents.FIREWORK_ROCKET_TWINKLE_FAR
static final SoundEvent
SoundEvents.FISH_SWIM
static final SoundEvent
SoundEvents.FISHING_BOBBER_RETRIEVE
static final SoundEvent
SoundEvents.FISHING_BOBBER_SPLASH
static final SoundEvent
SoundEvents.FISHING_BOBBER_THROW
static final SoundEvent
SoundEvents.FLINTANDSTEEL_USE
static final SoundEvent
SoundEvents.FLOWERING_AZALEA_BREAK
static final SoundEvent
SoundEvents.FLOWERING_AZALEA_FALL
static final SoundEvent
SoundEvents.FLOWERING_AZALEA_HIT
static final SoundEvent
SoundEvents.FLOWERING_AZALEA_PLACE
static final SoundEvent
SoundEvents.FLOWERING_AZALEA_STEP
static final SoundEvent
SoundEvents.FOX_AGGRO
static final SoundEvent
SoundEvents.FOX_AMBIENT
static final SoundEvent
SoundEvents.FOX_BITE
static final SoundEvent
SoundEvents.FOX_DEATH
static final SoundEvent
SoundEvents.FOX_EAT
static final SoundEvent
SoundEvents.FOX_HURT
static final SoundEvent
SoundEvents.FOX_SCREECH
static final SoundEvent
SoundEvents.FOX_SLEEP
static final SoundEvent
SoundEvents.FOX_SNIFF
static final SoundEvent
SoundEvents.FOX_SPIT
static final SoundEvent
SoundEvents.FOX_TELEPORT
static final SoundEvent
SoundEvents.FROG_AMBIENT
static final SoundEvent
SoundEvents.FROG_DEATH
static final SoundEvent
SoundEvents.FROG_EAT
static final SoundEvent
SoundEvents.FROG_HURT
static final SoundEvent
SoundEvents.FROG_LAY_SPAWN
static final SoundEvent
SoundEvents.FROG_LONG_JUMP
static final SoundEvent
SoundEvents.FROG_STEP
static final SoundEvent
SoundEvents.FROG_TONGUE
static final SoundEvent
SoundEvents.FROGLIGHT_BREAK
static final SoundEvent
SoundEvents.FROGLIGHT_FALL
static final SoundEvent
SoundEvents.FROGLIGHT_HIT
static final SoundEvent
SoundEvents.FROGLIGHT_PLACE
static final SoundEvent
SoundEvents.FROGLIGHT_STEP
static final SoundEvent
SoundEvents.FROGSPAWN_BREAK
static final SoundEvent
SoundEvents.FROGSPAWN_FALL
static final SoundEvent
SoundEvents.FROGSPAWN_HATCH
static final SoundEvent
SoundEvents.FROGSPAWN_HIT
static final SoundEvent
SoundEvents.FROGSPAWN_PLACE
static final SoundEvent
SoundEvents.FROGSPAWNSTEP
static final SoundEvent
SoundEvents.FUNGUS_BREAK
static final SoundEvent
SoundEvents.FUNGUS_FALL
static final SoundEvent
SoundEvents.FUNGUS_HIT
static final SoundEvent
SoundEvents.FUNGUS_PLACE
static final SoundEvent
SoundEvents.FUNGUS_STEP
static final SoundEvent
SoundEvents.FURNACE_FIRE_CRACKLE
static final SoundEvent
SoundEvents.GENERIC_BIG_FALL
static final SoundEvent
SoundEvents.GENERIC_BURN
static final SoundEvent
SoundEvents.GENERIC_DEATH
static final SoundEvent
SoundEvents.GENERIC_DRINK
static final SoundEvent
SoundEvents.GENERIC_EAT
static final SoundEvent
SoundEvents.GENERIC_EXPLODE
static final SoundEvent
SoundEvents.GENERIC_EXTINGUISH_FIRE
static final SoundEvent
SoundEvents.GENERIC_HURT
static final SoundEvent
SoundEvents.GENERIC_SMALL_FALL
static final SoundEvent
SoundEvents.GENERIC_SPLASH
static final SoundEvent
SoundEvents.GENERIC_SWIM
static final SoundEvent
SoundEvents.GHAST_AMBIENT
static final SoundEvent
SoundEvents.GHAST_DEATH
static final SoundEvent
SoundEvents.GHAST_HURT
static final SoundEvent
SoundEvents.GHAST_SCREAM
static final SoundEvent
SoundEvents.GHAST_SHOOT
static final SoundEvent
SoundEvents.GHAST_WARN
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_BREAK
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_FALL
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_HIT
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_PLACE
static final SoundEvent
SoundEvents.GILDED_BLACKSTONE_STEP
static final SoundEvent
SoundEvents.GLASS_BREAK
static final SoundEvent
SoundEvents.GLASS_FALL
static final SoundEvent
SoundEvents.GLASS_HIT
static final SoundEvent
SoundEvents.GLASS_PLACE
static final SoundEvent
SoundEvents.GLASS_STEP
static final SoundEvent
SoundEvents.GLOW_INK_SAC_USE
static final SoundEvent
SoundEvents.GLOW_ITEM_FRAME_ADD_ITEM
static final SoundEvent
SoundEvents.GLOW_ITEM_FRAME_BREAK
static final SoundEvent
SoundEvents.GLOW_ITEM_FRAME_PLACE
static final SoundEvent
SoundEvents.GLOW_ITEM_FRAME_REMOVE_ITEM
static final SoundEvent
SoundEvents.GLOW_ITEM_FRAME_ROTATE_ITEM
static final SoundEvent
SoundEvents.GLOW_SQUID_AMBIENT
static final SoundEvent
SoundEvents.GLOW_SQUID_DEATH
static final SoundEvent
SoundEvents.GLOW_SQUID_HURT
static final SoundEvent
SoundEvents.GLOW_SQUID_SQUIRT
static final SoundEvent
SoundEvents.GOAT_AMBIENT
static final SoundEvent
SoundEvents.GOAT_DEATH
static final SoundEvent
SoundEvents.GOAT_EAT
static final SoundEvent
SoundEvents.GOAT_HORN_BREAK
static final SoundEvent
SoundEvents.GOAT_HORN_PLAY
static final SoundEvent
SoundEvents.GOAT_HURT
static final SoundEvent
SoundEvents.GOAT_LONG_JUMP
static final SoundEvent
SoundEvents.GOAT_MILK
static final SoundEvent
SoundEvents.GOAT_PREPARE_RAM
static final SoundEvent
SoundEvents.GOAT_RAM_IMPACT
static final SoundEvent
SoundEvents.GOAT_SCREAMING_AMBIENT
static final SoundEvent
SoundEvents.GOAT_SCREAMING_DEATH
static final SoundEvent
SoundEvents.GOAT_SCREAMING_EAT
static final SoundEvent
SoundEvents.GOAT_SCREAMING_HORN_BREAK
static final SoundEvent
SoundEvents.GOAT_SCREAMING_HURT
static final SoundEvent
SoundEvents.GOAT_SCREAMING_LONG_JUMP
static final SoundEvent
SoundEvents.GOAT_SCREAMING_MILK
static final SoundEvent
SoundEvents.GOAT_SCREAMING_PREPARE_RAM
static final SoundEvent
SoundEvents.GOAT_SCREAMING_RAM_IMPACT
static final SoundEvent
SoundEvents.GOAT_STEP
static final SoundEvent
SoundEvents.GRASS_BREAK
static final SoundEvent
SoundEvents.GRASS_FALL
static final SoundEvent
SoundEvents.GRASS_HIT
static final SoundEvent
SoundEvents.GRASS_PLACE
static final SoundEvent
SoundEvents.GRASS_STEP
static final SoundEvent
SoundEvents.GRAVEL_BREAK
static final SoundEvent
SoundEvents.GRAVEL_FALL
static final SoundEvent
SoundEvents.GRAVEL_HIT
static final SoundEvent
SoundEvents.GRAVEL_PLACE
static final SoundEvent
SoundEvents.GRAVEL_STEP
static final SoundEvent
SoundEvents.GRINDSTONE_USE
static final SoundEvent
SoundEvents.GROWING_PLANT_CROP
static final SoundEvent
SoundEvents.GUARDIAN_AMBIENT
static final SoundEvent
SoundEvents.GUARDIAN_AMBIENT_LAND
static final SoundEvent
SoundEvents.GUARDIAN_ATTACK
static final SoundEvent
SoundEvents.GUARDIAN_DEATH
static final SoundEvent
SoundEvents.GUARDIAN_DEATH_LAND
static final SoundEvent
SoundEvents.GUARDIAN_FLOP
static final SoundEvent
SoundEvents.GUARDIAN_HURT
static final SoundEvent
SoundEvents.GUARDIAN_HURT_LAND
static final SoundEvent
SoundEvents.HANGING_ROOTS_BREAK
static final SoundEvent
SoundEvents.HANGING_ROOTS_FALL
static final SoundEvent
SoundEvents.HANGING_ROOTS_HIT
static final SoundEvent
SoundEvents.HANGING_ROOTS_PLACE
static final SoundEvent
SoundEvents.HANGING_ROOTS_STEP
static final SoundEvent
SoundEvents.HOE_TILL
static final SoundEvent
SoundEvents.HOGLIN_AMBIENT
static final SoundEvent
SoundEvents.HOGLIN_ANGRY
static final SoundEvent
SoundEvents.HOGLIN_ATTACK
static final SoundEvent
SoundEvents.HOGLIN_CONVERTED_TO_ZOMBIFIED
static final SoundEvent
SoundEvents.HOGLIN_DEATH
static final SoundEvent
SoundEvents.HOGLIN_HURT
static final SoundEvent
SoundEvents.HOGLIN_RETREAT
static final SoundEvent
SoundEvents.HOGLIN_STEP
static final SoundEvent
SoundEvents.HONEY_BLOCK_BREAK
static final SoundEvent
SoundEvents.HONEY_BLOCK_FALL
static final SoundEvent
SoundEvents.HONEY_BLOCK_HIT
static final SoundEvent
SoundEvents.HONEY_BLOCK_PLACE
static final SoundEvent
SoundEvents.HONEY_BLOCK_SLIDE
static final SoundEvent
SoundEvents.HONEY_BLOCK_STEP
static final SoundEvent
SoundEvents.HONEY_DRINK
static final SoundEvent
SoundEvents.HONEYCOMB_WAX_ON
static final SoundEvent
SoundEvents.HORSE_AMBIENT
static final SoundEvent
SoundEvents.HORSE_ANGRY
static final SoundEvent
SoundEvents.HORSE_ARMOR
static final SoundEvent
SoundEvents.HORSE_BREATHE
static final SoundEvent
SoundEvents.HORSE_DEATH
static final SoundEvent
SoundEvents.HORSE_EAT
static final SoundEvent
SoundEvents.HORSE_GALLOP
static final SoundEvent
SoundEvents.HORSE_HURT
static final SoundEvent
SoundEvents.HORSE_JUMP
static final SoundEvent
SoundEvents.HORSE_LAND
static final SoundEvent
SoundEvents.HORSE_SADDLE
static final SoundEvent
SoundEvents.HORSE_STEP
static final SoundEvent
SoundEvents.HORSE_STEP_WOOD
static final SoundEvent
SoundEvents.HOSTILE_BIG_FALL
static final SoundEvent
SoundEvents.HOSTILE_DEATH
static final SoundEvent
SoundEvents.HOSTILE_HURT
static final SoundEvent
SoundEvents.HOSTILE_SMALL_FALL
static final SoundEvent
SoundEvents.HOSTILE_SPLASH
static final SoundEvent
SoundEvents.HOSTILE_SWIM
static final SoundEvent
SoundEvents.HUSK_AMBIENT
static final SoundEvent
SoundEvents.HUSK_CONVERTED_TO_ZOMBIE
static final SoundEvent
SoundEvents.HUSK_DEATH
static final SoundEvent
SoundEvents.HUSK_HURT
static final SoundEvent
SoundEvents.HUSK_STEP
static final SoundEvent
SoundEvents.ILLUSIONER_AMBIENT
static final SoundEvent
SoundEvents.ILLUSIONER_CAST_SPELL
static final SoundEvent
SoundEvents.ILLUSIONER_DEATH
static final SoundEvent
SoundEvents.ILLUSIONER_HURT
static final SoundEvent
SoundEvents.ILLUSIONER_MIRROR_MOVE
static final SoundEvent
SoundEvents.ILLUSIONER_PREPARE_BLINDNESS
static final SoundEvent
SoundEvents.ILLUSIONER_PREPARE_MIRROR
static final SoundEvent
SoundEvents.INK_SAC_USE
static final SoundEvent
SoundEvents.IRON_DOOR_CLOSE
static final SoundEvent
SoundEvents.IRON_DOOR_OPEN
static final SoundEvent
SoundEvents.IRON_GOLEM_ATTACK
static final SoundEvent
SoundEvents.IRON_GOLEM_DAMAGE
static final SoundEvent
SoundEvents.IRON_GOLEM_DEATH
static final SoundEvent
SoundEvents.IRON_GOLEM_HURT
static final SoundEvent
SoundEvents.IRON_GOLEM_REPAIR
static final SoundEvent
SoundEvents.IRON_GOLEM_STEP
static final SoundEvent
SoundEvents.IRON_TRAPDOOR_CLOSE
static final SoundEvent
SoundEvents.IRON_TRAPDOOR_OPEN
static final SoundEvent
SoundEvents.ITEM_BREAK
static final SoundEvent
SoundEvents.ITEM_FRAME_ADD_ITEM
static final SoundEvent
SoundEvents.ITEM_FRAME_BREAK
static final SoundEvent
SoundEvents.ITEM_FRAME_PLACE
static final SoundEvent
SoundEvents.ITEM_FRAME_REMOVE_ITEM
static final SoundEvent
SoundEvents.ITEM_FRAME_ROTATE_ITEM
static final SoundEvent
SoundEvents.ITEM_PICKUP
static final SoundEvent
SoundEvents.LADDER_BREAK
static final SoundEvent
SoundEvents.LADDER_FALL
static final SoundEvent
SoundEvents.LADDER_HIT
static final SoundEvent
SoundEvents.LADDER_PLACE
static final SoundEvent
SoundEvents.LADDER_STEP
static final SoundEvent
SoundEvents.LANTERN_BREAK
static final SoundEvent
SoundEvents.LANTERN_FALL
static final SoundEvent
SoundEvents.LANTERN_HIT
static final SoundEvent
SoundEvents.LANTERN_PLACE
static final SoundEvent
SoundEvents.LANTERN_STEP
static final SoundEvent
SoundEvents.LARGE_AMETHYST_BUD_BREAK
static final SoundEvent
SoundEvents.LARGE_AMETHYST_BUD_PLACE
static final SoundEvent
SoundEvents.LAVA_AMBIENT
static final SoundEvent
SoundEvents.LAVA_EXTINGUISH
static final SoundEvent
SoundEvents.LAVA_POP
static final SoundEvent
SoundEvents.LEASH_KNOT_BREAK
static final SoundEvent
SoundEvents.LEASH_KNOT_PLACE
static final SoundEvent
SoundEvents.LEVER_CLICK
static final SoundEvent
SoundEvents.LIGHTNING_BOLT_IMPACT
static final SoundEvent
SoundEvents.LIGHTNING_BOLT_THUNDER
static final SoundEvent
SoundEvents.LILY_PAD_PLACE
static final SoundEvent
SoundEvents.LINGERING_POTION_THROW
static final SoundEvent
SoundEvents.LLAMA_AMBIENT
static final SoundEvent
SoundEvents.LLAMA_ANGRY
static final SoundEvent
SoundEvents.LLAMA_CHEST
static final SoundEvent
SoundEvents.LLAMA_DEATH
static final SoundEvent
SoundEvents.LLAMA_EAT
static final SoundEvent
SoundEvents.LLAMA_HURT
static final SoundEvent
SoundEvents.LLAMA_SPIT
static final SoundEvent
SoundEvents.LLAMA_STEP
static final SoundEvent
SoundEvents.LLAMA_SWAG
static final SoundEvent
SoundEvents.LODESTONE_BREAK
static final SoundEvent
SoundEvents.LODESTONE_COMPASS_LOCK
static final SoundEvent
SoundEvents.LODESTONE_FALL
static final SoundEvent
SoundEvents.LODESTONE_HIT
static final SoundEvent
SoundEvents.LODESTONE_PLACE
static final SoundEvent
SoundEvents.LODESTONE_STEP
static final SoundEvent
SoundEvents.MAGMA_CUBE_DEATH
static final SoundEvent
SoundEvents.MAGMA_CUBE_DEATH_SMALL
static final SoundEvent
SoundEvents.MAGMA_CUBE_HURT
static final SoundEvent
SoundEvents.MAGMA_CUBE_HURT_SMALL
static final SoundEvent
SoundEvents.MAGMA_CUBE_JUMP
static final SoundEvent
SoundEvents.MAGMA_CUBE_SQUISH
static final SoundEvent
SoundEvents.MAGMA_CUBE_SQUISH_SMALL
static final SoundEvent
SoundEvents.MANGROVE_ROOTS_BREAK
static final SoundEvent
SoundEvents.MANGROVE_ROOTS_FALL
static final SoundEvent
SoundEvents.MANGROVE_ROOTS_HIT
static final SoundEvent
SoundEvents.MANGROVE_ROOTS_PLACE
static final SoundEvent
SoundEvents.MANGROVE_ROOTS_STEP
static final SoundEvent
SoundEvents.MEDIUM_AMETHYST_BUD_BREAK
static final SoundEvent
SoundEvents.MEDIUM_AMETHYST_BUD_PLACE
static final SoundEvent
SoundEvents.METAL_BREAK
static final SoundEvent
SoundEvents.METAL_FALL
static final SoundEvent
SoundEvents.METAL_HIT
static final SoundEvent
SoundEvents.METAL_PLACE
static final SoundEvent
SoundEvents.METAL_PRESSURE_PLATE_CLICK_OFF
static final SoundEvent
SoundEvents.METAL_PRESSURE_PLATE_CLICK_ON
static final SoundEvent
SoundEvents.METAL_STEP
static final SoundEvent
SoundEvents.MINECART_INSIDE
static final SoundEvent
SoundEvents.MINECART_INSIDE_UNDERWATER
static final SoundEvent
SoundEvents.MINECART_RIDING
static final SoundEvent
SoundEvents.MOOSHROOM_CONVERT
static final SoundEvent
SoundEvents.MOOSHROOM_EAT
static final SoundEvent
SoundEvents.MOOSHROOM_MILK
static final SoundEvent
SoundEvents.MOOSHROOM_MILK_SUSPICIOUSLY
static final SoundEvent
SoundEvents.MOOSHROOM_SHEAR
static final SoundEvent
SoundEvents.MOSS_BREAK
static final SoundEvent
SoundEvents.MOSS_CARPET_BREAK
static final SoundEvent
SoundEvents.MOSS_CARPET_FALL
static final SoundEvent
SoundEvents.MOSS_CARPET_HIT
static final SoundEvent
SoundEvents.MOSS_CARPET_PLACE
static final SoundEvent
SoundEvents.MOSS_CARPET_STEP
static final SoundEvent
SoundEvents.MOSS_FALL
static final SoundEvent
SoundEvents.MOSS_HIT
static final SoundEvent
SoundEvents.MOSS_PLACE
static final SoundEvent
SoundEvents.MOSS_STEP
static final SoundEvent
SoundEvents.MUD_BREAK
static final SoundEvent
SoundEvents.MUD_BRICKS_BREAK
static final SoundEvent
SoundEvents.MUD_BRICKS_FALL
static final SoundEvent
SoundEvents.MUD_BRICKS_HIT
static final SoundEvent
SoundEvents.MUD_BRICKS_PLACE
static final SoundEvent
SoundEvents.MUD_BRICKS_STEP
static final SoundEvent
SoundEvents.MUD_FALL
static final SoundEvent
SoundEvents.MUD_HIT
static final SoundEvent
SoundEvents.MUD_PLACE
static final SoundEvent
SoundEvents.MUD_STEP
static final SoundEvent
SoundEvents.MUDDY_MANGROVE_ROOTS_BREAK
static final SoundEvent
SoundEvents.MUDDY_MANGROVE_ROOTS_FALL
static final SoundEvent
SoundEvents.MUDDY_MANGROVE_ROOTS_HIT
static final SoundEvent
SoundEvents.MUDDY_MANGROVE_ROOTS_PLACE
static final SoundEvent
SoundEvents.MUDDY_MANGROVE_ROOTS_STEP
static final SoundEvent
SoundEvents.MULE_AMBIENT
static final SoundEvent
SoundEvents.MULE_ANGRY
static final SoundEvent
SoundEvents.MULE_CHEST
static final SoundEvent
SoundEvents.MULE_DEATH
static final SoundEvent
SoundEvents.MULE_EAT
static final SoundEvent
SoundEvents.MULE_HURT
static final SoundEvent
SoundEvents.MUSIC_BIOME_BASALT_DELTAS
static final SoundEvent
SoundEvents.MUSIC_BIOME_CRIMSON_FOREST
static final SoundEvent
SoundEvents.MUSIC_BIOME_DEEP_DARK
static final SoundEvent
SoundEvents.MUSIC_BIOME_DRIPSTONE_CAVES
static final SoundEvent
SoundEvents.MUSIC_BIOME_FROZEN_PEAKS
static final SoundEvent
SoundEvents.MUSIC_BIOME_GROVE
static final SoundEvent
SoundEvents.MUSIC_BIOME_JAGGED_PEAKS
static final SoundEvent
SoundEvents.MUSIC_BIOME_JUNGLE_AND_FOREST
static final SoundEvent
SoundEvents.MUSIC_BIOME_LUSH_CAVES
static final SoundEvent
SoundEvents.MUSIC_BIOME_MEADOW
static final SoundEvent
SoundEvents.MUSIC_BIOME_NETHER_WASTES
static final SoundEvent
SoundEvents.MUSIC_BIOME_OLD_GROWTH_TAIGA
static final SoundEvent
SoundEvents.MUSIC_BIOME_SNOWY_SLOPES
static final SoundEvent
SoundEvents.MUSIC_BIOME_SOUL_SAND_VALLEY
static final SoundEvent
SoundEvents.MUSIC_BIOME_STONY_PEAKS
static final SoundEvent
SoundEvents.MUSIC_BIOME_SWAMP
static final SoundEvent
SoundEvents.MUSIC_BIOME_WARPED_FOREST
static final SoundEvent
SoundEvents.MUSIC_CREATIVE
static final SoundEvent
SoundEvents.MUSIC_CREDITS
static final SoundEvent
SoundEvents.MUSIC_DISC_11
static final SoundEvent
SoundEvents.MUSIC_DISC_13
static final SoundEvent
SoundEvents.MUSIC_DISC_5
static final SoundEvent
SoundEvents.MUSIC_DISC_BLOCKS
static final SoundEvent
SoundEvents.MUSIC_DISC_CAT
static final SoundEvent
SoundEvents.MUSIC_DISC_CHIRP
static final SoundEvent
SoundEvents.MUSIC_DISC_FAR
static final SoundEvent
SoundEvents.MUSIC_DISC_MALL
static final SoundEvent
SoundEvents.MUSIC_DISC_MELLOHI
static final SoundEvent
SoundEvents.MUSIC_DISC_OTHERSIDE
static final SoundEvent
SoundEvents.MUSIC_DISC_PIGSTEP
static final SoundEvent
SoundEvents.MUSIC_DISC_STAL
static final SoundEvent
SoundEvents.MUSIC_DISC_STRAD
static final SoundEvent
SoundEvents.MUSIC_DISC_WAIT
static final SoundEvent
SoundEvents.MUSIC_DISC_WARD
static final SoundEvent
SoundEvents.MUSIC_DRAGON
static final SoundEvent
SoundEvents.MUSIC_END
static final SoundEvent
SoundEvents.MUSIC_GAME
static final SoundEvent
SoundEvents.MUSIC_MENU
static final SoundEvent
SoundEvents.MUSIC_UNDER_WATER
static final SoundEvent
SoundEvents.NETHER_BRICKS_BREAK
static final SoundEvent
SoundEvents.NETHER_BRICKS_FALL
static final SoundEvent
SoundEvents.NETHER_BRICKS_HIT
static final SoundEvent
SoundEvents.NETHER_BRICKS_PLACE
static final SoundEvent
SoundEvents.NETHER_BRICKS_STEP
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_BREAK
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_FALL
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_HIT
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_PLACE
static final SoundEvent
SoundEvents.NETHER_GOLD_ORE_STEP
static final SoundEvent
SoundEvents.NETHER_ORE_BREAK
static final SoundEvent
SoundEvents.NETHER_ORE_FALL
static final SoundEvent
SoundEvents.NETHER_ORE_HIT
static final SoundEvent
SoundEvents.NETHER_ORE_PLACE
static final SoundEvent
SoundEvents.NETHER_ORE_STEP
static final SoundEvent
SoundEvents.NETHER_SPROUTS_BREAK
static final SoundEvent
SoundEvents.NETHER_SPROUTS_FALL
static final SoundEvent
SoundEvents.NETHER_SPROUTS_HIT
static final SoundEvent
SoundEvents.NETHER_SPROUTS_PLACE
static final SoundEvent
SoundEvents.NETHER_SPROUTS_STEP
static final SoundEvent
SoundEvents.NETHER_WART_BREAK
static final SoundEvent
SoundEvents.NETHER_WART_PLANTED
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_BREAK
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_FALL
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_HIT
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_PLACE
static final SoundEvent
SoundEvents.NETHERITE_BLOCK_STEP
static final SoundEvent
SoundEvents.NETHERRACK_BREAK
static final SoundEvent
SoundEvents.NETHERRACK_FALL
static final SoundEvent
SoundEvents.NETHERRACK_HIT
static final SoundEvent
SoundEvents.NETHERRACK_PLACE
static final SoundEvent
SoundEvents.NETHERRACK_STEP
static final SoundEvent
SoundEvents.NOTE_BLOCK_BANJO
static final SoundEvent
SoundEvents.NOTE_BLOCK_BASEDRUM
static final SoundEvent
SoundEvents.NOTE_BLOCK_BASS
static final SoundEvent
SoundEvents.NOTE_BLOCK_BELL
static final SoundEvent
SoundEvents.NOTE_BLOCK_BIT
static final SoundEvent
SoundEvents.NOTE_BLOCK_CHIME
static final SoundEvent
SoundEvents.NOTE_BLOCK_COW_BELL
static final SoundEvent
SoundEvents.NOTE_BLOCK_DIDGERIDOO
static final SoundEvent
SoundEvents.NOTE_BLOCK_FLUTE
static final SoundEvent
SoundEvents.NOTE_BLOCK_GUITAR
static final SoundEvent
SoundEvents.NOTE_BLOCK_HARP
static final SoundEvent
SoundEvents.NOTE_BLOCK_HAT
static final SoundEvent
SoundEvents.NOTE_BLOCK_IRON_XYLOPHONE
static final SoundEvent
SoundEvents.NOTE_BLOCK_PLING
static final SoundEvent
SoundEvents.NOTE_BLOCK_SNARE
static final SoundEvent
SoundEvents.NOTE_BLOCK_XYLOPHONE
static final SoundEvent
SoundEvents.NYLIUM_BREAK
static final SoundEvent
SoundEvents.NYLIUM_FALL
static final SoundEvent
SoundEvents.NYLIUM_HIT
static final SoundEvent
SoundEvents.NYLIUM_PLACE
static final SoundEvent
SoundEvents.NYLIUM_STEP
static final SoundEvent
SoundEvents.OCELOT_AMBIENT
static final SoundEvent
SoundEvents.OCELOT_DEATH
static final SoundEvent
SoundEvents.OCELOT_HURT
static final SoundEvent
SoundEvents.PACKED_MUD_BREAK
static final SoundEvent
SoundEvents.PACKED_MUD_FALL
static final SoundEvent
SoundEvents.PACKED_MUD_HIT
static final SoundEvent
SoundEvents.PACKED_MUD_PLACE
static final SoundEvent
SoundEvents.PACKED_MUD_STEP
static final SoundEvent
SoundEvents.PAINTING_BREAK
static final SoundEvent
SoundEvents.PAINTING_PLACE
static final SoundEvent
SoundEvents.PANDA_AGGRESSIVE_AMBIENT
static final SoundEvent
SoundEvents.PANDA_AMBIENT
static final SoundEvent
SoundEvents.PANDA_BITE
static final SoundEvent
SoundEvents.PANDA_CANT_BREED
static final SoundEvent
SoundEvents.PANDA_DEATH
static final SoundEvent
SoundEvents.PANDA_EAT
static final SoundEvent
SoundEvents.PANDA_HURT
static final SoundEvent
SoundEvents.PANDA_PRE_SNEEZE
static final SoundEvent
SoundEvents.PANDA_SNEEZE
static final SoundEvent
SoundEvents.PANDA_STEP
static final SoundEvent
SoundEvents.PANDA_WORRIED_AMBIENT
static final SoundEvent
SoundEvents.PARROT_AMBIENT
static final SoundEvent
SoundEvents.PARROT_DEATH
static final SoundEvent
SoundEvents.PARROT_EAT
static final SoundEvent
SoundEvents.PARROT_FLY
static final SoundEvent
SoundEvents.PARROT_HURT
static final SoundEvent
SoundEvents.PARROT_IMITATE_BLAZE
static final SoundEvent
SoundEvents.PARROT_IMITATE_CREEPER
static final SoundEvent
SoundEvents.PARROT_IMITATE_DROWNED
static final SoundEvent
SoundEvents.PARROT_IMITATE_ELDER_GUARDIAN
static final SoundEvent
SoundEvents.PARROT_IMITATE_ENDER_DRAGON
static final SoundEvent
SoundEvents.PARROT_IMITATE_ENDERMITE
static final SoundEvent
SoundEvents.PARROT_IMITATE_EVOKER
static final SoundEvent
SoundEvents.PARROT_IMITATE_GHAST
static final SoundEvent
SoundEvents.PARROT_IMITATE_GUARDIAN
static final SoundEvent
SoundEvents.PARROT_IMITATE_HOGLIN
static final SoundEvent
SoundEvents.PARROT_IMITATE_HUSK
static final SoundEvent
SoundEvents.PARROT_IMITATE_ILLUSIONER
static final SoundEvent
SoundEvents.PARROT_IMITATE_MAGMA_CUBE
static final SoundEvent
SoundEvents.PARROT_IMITATE_PHANTOM
static final SoundEvent
SoundEvents.PARROT_IMITATE_PIGLIN
static final SoundEvent
SoundEvents.PARROT_IMITATE_PIGLIN_BRUTE
static final SoundEvent
SoundEvents.PARROT_IMITATE_PILLAGER
static final SoundEvent
SoundEvents.PARROT_IMITATE_RAVAGER
static final SoundEvent
SoundEvents.PARROT_IMITATE_SHULKER
static final SoundEvent
SoundEvents.PARROT_IMITATE_SILVERFISH
static final SoundEvent
SoundEvents.PARROT_IMITATE_SKELETON
static final SoundEvent
SoundEvents.PARROT_IMITATE_SLIME
static final SoundEvent
SoundEvents.PARROT_IMITATE_SPIDER
static final SoundEvent
SoundEvents.PARROT_IMITATE_STRAY
static final SoundEvent
SoundEvents.PARROT_IMITATE_VEX
static final SoundEvent
SoundEvents.PARROT_IMITATE_VINDICATOR
static final SoundEvent
SoundEvents.PARROT_IMITATE_WARDEN
static final SoundEvent
SoundEvents.PARROT_IMITATE_WITCH
static final SoundEvent
SoundEvents.PARROT_IMITATE_WITHER
static final SoundEvent
SoundEvents.PARROT_IMITATE_WITHER_SKELETON
static final SoundEvent
SoundEvents.PARROT_IMITATE_ZOGLIN
static final SoundEvent
SoundEvents.PARROT_IMITATE_ZOMBIE
static final SoundEvent
SoundEvents.PARROT_IMITATE_ZOMBIE_VILLAGER
static final SoundEvent
SoundEvents.PARROT_STEP
static final SoundEvent
SoundEvents.PHANTOM_AMBIENT
static final SoundEvent
SoundEvents.PHANTOM_BITE
static final SoundEvent
SoundEvents.PHANTOM_DEATH
static final SoundEvent
SoundEvents.PHANTOM_FLAP
static final SoundEvent
SoundEvents.PHANTOM_HURT
static final SoundEvent
SoundEvents.PHANTOM_SWOOP
static final SoundEvent
SoundEvents.PIG_AMBIENT
static final SoundEvent
SoundEvents.PIG_DEATH
static final SoundEvent
SoundEvents.PIG_HURT
static final SoundEvent
SoundEvents.PIG_SADDLE
static final SoundEvent
SoundEvents.PIG_STEP
static final SoundEvent
SoundEvents.PIGLIN_ADMIRING_ITEM
static final SoundEvent
SoundEvents.PIGLIN_AMBIENT
static final SoundEvent
SoundEvents.PIGLIN_ANGRY
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_AMBIENT
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_ANGRY
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_DEATH
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_HURT
static final SoundEvent
SoundEvents.PIGLIN_BRUTE_STEP
static final SoundEvent
SoundEvents.PIGLIN_CELEBRATE
static final SoundEvent
SoundEvents.PIGLIN_CONVERTED_TO_ZOMBIFIED
static final SoundEvent
SoundEvents.PIGLIN_DEATH
static final SoundEvent
SoundEvents.PIGLIN_HURT
static final SoundEvent
SoundEvents.PIGLIN_JEALOUS
static final SoundEvent
SoundEvents.PIGLIN_RETREAT
static final SoundEvent
SoundEvents.PIGLIN_STEP
static final SoundEvent
SoundEvents.PILLAGER_AMBIENT
static final SoundEvent
SoundEvents.PILLAGER_CELEBRATE
static final SoundEvent
SoundEvents.PILLAGER_DEATH
static final SoundEvent
SoundEvents.PILLAGER_HURT
static final SoundEvent
SoundEvents.PISTON_CONTRACT
static final SoundEvent
SoundEvents.PISTON_EXTEND
static final SoundEvent
SoundEvents.PLAYER_ATTACK_CRIT
static final SoundEvent
SoundEvents.PLAYER_ATTACK_KNOCKBACK
static final SoundEvent
SoundEvents.PLAYER_ATTACK_NODAMAGE
static final SoundEvent
SoundEvents.PLAYER_ATTACK_STRONG
static final SoundEvent
SoundEvents.PLAYER_ATTACK_SWEEP
static final SoundEvent
SoundEvents.PLAYER_ATTACK_WEAK
static final SoundEvent
SoundEvents.PLAYER_BIG_FALL
static final SoundEvent
SoundEvents.PLAYER_BREATH
static final SoundEvent
SoundEvents.PLAYER_BURP
static final SoundEvent
SoundEvents.PLAYER_DEATH
static final SoundEvent
SoundEvents.PLAYER_HURT
static final SoundEvent
SoundEvents.PLAYER_HURT_DROWN
static final SoundEvent
SoundEvents.PLAYER_HURT_FREEZE
static final SoundEvent
SoundEvents.PLAYER_HURT_ON_FIRE
static final SoundEvent
SoundEvents.PLAYER_HURT_SWEET_BERRY_BUSH
static final SoundEvent
SoundEvents.PLAYER_LEVELUP
static final SoundEvent
SoundEvents.PLAYER_SMALL_FALL
static final SoundEvent
SoundEvents.PLAYER_SPLASH
static final SoundEvent
SoundEvents.PLAYER_SPLASH_HIGH_SPEED
static final SoundEvent
SoundEvents.PLAYER_SWIM
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_BREAK
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_LAVA
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_WATER
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_FALL
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_HIT
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_LAND
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_PLACE
static final SoundEvent
SoundEvents.POINTED_DRIPSTONE_STEP
static final SoundEvent
SoundEvents.POLAR_BEAR_AMBIENT
static final SoundEvent
SoundEvents.POLAR_BEAR_AMBIENT_BABY
static final SoundEvent
SoundEvents.POLAR_BEAR_DEATH
static final SoundEvent
SoundEvents.POLAR_BEAR_HURT
static final SoundEvent
SoundEvents.POLAR_BEAR_STEP
static final SoundEvent
SoundEvents.POLAR_BEAR_WARNING
static final SoundEvent
SoundEvents.POLISHED_DEEPSLATE_BREAK
static final SoundEvent
SoundEvents.POLISHED_DEEPSLATE_FALL
static final SoundEvent
SoundEvents.POLISHED_DEEPSLATE_HIT
static final SoundEvent
SoundEvents.POLISHED_DEEPSLATE_PLACE
static final SoundEvent
SoundEvents.POLISHED_DEEPSLATE_STEP
static final SoundEvent
SoundEvents.PORTAL_AMBIENT
static final SoundEvent
SoundEvents.PORTAL_TRAVEL
static final SoundEvent
SoundEvents.PORTAL_TRIGGER
static final SoundEvent
SoundEvents.POWDER_SNOW_BREAK
static final SoundEvent
SoundEvents.POWDER_SNOW_FALL
static final SoundEvent
SoundEvents.POWDER_SNOW_HIT
static final SoundEvent
SoundEvents.POWDER_SNOW_PLACE
static final SoundEvent
SoundEvents.POWDER_SNOW_STEP
static final SoundEvent
SoundEvents.PUFFER_FISH_AMBIENT
static final SoundEvent
SoundEvents.PUFFER_FISH_BLOW_OUT
static final SoundEvent
SoundEvents.PUFFER_FISH_BLOW_UP
static final SoundEvent
SoundEvents.PUFFER_FISH_DEATH
static final SoundEvent
SoundEvents.PUFFER_FISH_FLOP
static final SoundEvent
SoundEvents.PUFFER_FISH_HURT
static final SoundEvent
SoundEvents.PUFFER_FISH_STING
static final SoundEvent
SoundEvents.PUMPKIN_CARVE
static final SoundEvent
SoundEvents.RABBIT_AMBIENT
static final SoundEvent
SoundEvents.RABBIT_ATTACK
static final SoundEvent
SoundEvents.RABBIT_DEATH
static final SoundEvent
SoundEvents.RABBIT_HURT
static final SoundEvent
SoundEvents.RABBIT_JUMP
static final SoundEvent
SoundEvents.RAID_HORN
static final SoundEvent
SoundEvents.RAVAGER_AMBIENT
static final SoundEvent
SoundEvents.RAVAGER_ATTACK
static final SoundEvent
SoundEvents.RAVAGER_CELEBRATE
static final SoundEvent
SoundEvents.RAVAGER_DEATH
static final SoundEvent
SoundEvents.RAVAGER_HURT
static final SoundEvent
SoundEvents.RAVAGER_ROAR
static final SoundEvent
SoundEvents.RAVAGER_STEP
static final SoundEvent
SoundEvents.RAVAGER_STUNNED
static final SoundEvent
SoundEvents.REDSTONE_TORCH_BURNOUT
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_AMBIENT
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_CHARGE
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_DEPLETE
static final SoundEvent
SoundEvents.RESPAWN_ANCHOR_SET_SPAWN
static final SoundEvent
SoundEvents.ROOTED_DIRT_BREAK
static final SoundEvent
SoundEvents.ROOTED_DIRT_FALL
static final SoundEvent
SoundEvents.ROOTED_DIRT_HIT
static final SoundEvent
SoundEvents.ROOTED_DIRT_PLACE
static final SoundEvent
SoundEvents.ROOTED_DIRT_STEP
static final SoundEvent
SoundEvents.ROOTS_BREAK
static final SoundEvent
SoundEvents.ROOTS_FALL
static final SoundEvent
SoundEvents.ROOTS_HIT
static final SoundEvent
SoundEvents.ROOTS_PLACE
static final SoundEvent
SoundEvents.ROOTS_STEP
static final SoundEvent
SoundEvents.SALMON_AMBIENT
static final SoundEvent
SoundEvents.SALMON_DEATH
static final SoundEvent
SoundEvents.SALMON_FLOP
static final SoundEvent
SoundEvents.SALMON_HURT
static final SoundEvent
SoundEvents.SAND_BREAK
static final SoundEvent
SoundEvents.SAND_FALL
static final SoundEvent
SoundEvents.SAND_HIT
static final SoundEvent
SoundEvents.SAND_PLACE
static final SoundEvent
SoundEvents.SAND_STEP
static final SoundEvent
SoundEvents.SCAFFOLDING_BREAK
static final SoundEvent
SoundEvents.SCAFFOLDING_FALL
static final SoundEvent
SoundEvents.SCAFFOLDING_HIT
static final SoundEvent
SoundEvents.SCAFFOLDING_PLACE
static final SoundEvent
SoundEvents.SCAFFOLDING_STEP
static final SoundEvent
SoundEvents.SCULK_BLOCK_BREAK
static final SoundEvent
SoundEvents.SCULK_BLOCK_CHARGE
static final SoundEvent
SoundEvents.SCULK_BLOCK_FALL
static final SoundEvent
SoundEvents.SCULK_BLOCK_HIT
static final SoundEvent
SoundEvents.SCULK_BLOCK_PLACE
static final SoundEvent
SoundEvents.SCULK_BLOCK_SPREAD
static final SoundEvent
SoundEvents.SCULK_BLOCK_STEP
static final SoundEvent
SoundEvents.SCULK_CATALYST_BLOOM
static final SoundEvent
SoundEvents.SCULK_CATALYST_BREAK
static final SoundEvent
SoundEvents.SCULK_CATALYST_FALL
static final SoundEvent
SoundEvents.SCULK_CATALYST_HIT
static final SoundEvent
SoundEvents.SCULK_CATALYST_PLACE
static final SoundEvent
SoundEvents.SCULK_CATALYST_STEP
static final SoundEvent
SoundEvents.SCULK_CLICKING
static final SoundEvent
SoundEvents.SCULK_CLICKING_STOP
static final SoundEvent
SoundEvents.SCULK_SENSOR_BREAK
static final SoundEvent
SoundEvents.SCULK_SENSOR_FALL
static final SoundEvent
SoundEvents.SCULK_SENSOR_HIT
static final SoundEvent
SoundEvents.SCULK_SENSOR_PLACE
static final SoundEvent
SoundEvents.SCULK_SENSOR_STEP
static final SoundEvent
SoundEvents.SCULK_SHRIEKER_BREAK
static final SoundEvent
SoundEvents.SCULK_SHRIEKER_FALL
static final SoundEvent
SoundEvents.SCULK_SHRIEKER_HIT
static final SoundEvent
SoundEvents.SCULK_SHRIEKER_PLACE
static final SoundEvent
SoundEvents.SCULK_SHRIEKER_SHRIEK
static final SoundEvent
SoundEvents.SCULK_SHRIEKER_STEP
static final SoundEvent
SoundEvents.SCULK_VEIN_BREAK
static final SoundEvent
SoundEvents.SCULK_VEIN_FALL
static final SoundEvent
SoundEvents.SCULK_VEIN_HIT
static final SoundEvent
SoundEvents.SCULK_VEIN_PLACE
static final SoundEvent
SoundEvents.SCULK_VEIN_STEP
static final SoundEvent
SoundEvents.SHEEP_AMBIENT
static final SoundEvent
SoundEvents.SHEEP_DEATH
static final SoundEvent
SoundEvents.SHEEP_HURT
static final SoundEvent
SoundEvents.SHEEP_SHEAR
static final SoundEvent
SoundEvents.SHEEP_STEP
static final SoundEvent
SoundEvents.SHIELD_BLOCK
static final SoundEvent
SoundEvents.SHIELD_BREAK
static final SoundEvent
SoundEvents.SHOVEL_FLATTEN
static final SoundEvent
SoundEvents.SHROOMLIGHT_BREAK
static final SoundEvent
SoundEvents.SHROOMLIGHT_FALL
static final SoundEvent
SoundEvents.SHROOMLIGHT_HIT
static final SoundEvent
SoundEvents.SHROOMLIGHT_PLACE
static final SoundEvent
SoundEvents.SHROOMLIGHT_STEP
static final SoundEvent
SoundEvents.SHULKER_AMBIENT
static final SoundEvent
SoundEvents.SHULKER_BOX_CLOSE
static final SoundEvent
SoundEvents.SHULKER_BOX_OPEN
static final SoundEvent
SoundEvents.SHULKER_BULLET_HIT
static final SoundEvent
SoundEvents.SHULKER_BULLET_HURT
static final SoundEvent
SoundEvents.SHULKER_CLOSE
static final SoundEvent
SoundEvents.SHULKER_DEATH
static final SoundEvent
SoundEvents.SHULKER_HURT
static final SoundEvent
SoundEvents.SHULKER_HURT_CLOSED
static final SoundEvent
SoundEvents.SHULKER_OPEN
static final SoundEvent
SoundEvents.SHULKER_SHOOT
static final SoundEvent
SoundEvents.SHULKER_TELEPORT
static final SoundEvent
SoundEvents.SILVERFISH_AMBIENT
static final SoundEvent
SoundEvents.SILVERFISH_DEATH
static final SoundEvent
SoundEvents.SILVERFISH_HURT
static final SoundEvent
SoundEvents.SILVERFISH_STEP
static final SoundEvent
SoundEvents.SKELETON_AMBIENT
static final SoundEvent
SoundEvents.SKELETON_CONVERTED_TO_STRAY
static final SoundEvent
SoundEvents.SKELETON_DEATH
static final SoundEvent
SoundEvents.SKELETON_HORSE_AMBIENT
static final SoundEvent
SoundEvents.SKELETON_HORSE_AMBIENT_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_DEATH
static final SoundEvent
SoundEvents.SKELETON_HORSE_GALLOP_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_HURT
static final SoundEvent
SoundEvents.SKELETON_HORSE_JUMP_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_STEP_WATER
static final SoundEvent
SoundEvents.SKELETON_HORSE_SWIM
static final SoundEvent
SoundEvents.SKELETON_HURT
static final SoundEvent
SoundEvents.SKELETON_SHOOT
static final SoundEvent
SoundEvents.SKELETON_STEP
static final SoundEvent
SoundEvents.SLIME_ATTACK
static final SoundEvent
SoundEvents.SLIME_BLOCK_BREAK
static final SoundEvent
SoundEvents.SLIME_BLOCK_FALL
static final SoundEvent
SoundEvents.SLIME_BLOCK_HIT
static final SoundEvent
SoundEvents.SLIME_BLOCK_PLACE
static final SoundEvent
SoundEvents.SLIME_BLOCK_STEP
static final SoundEvent
SoundEvents.SLIME_DEATH
static final SoundEvent
SoundEvents.SLIME_DEATH_SMALL
static final SoundEvent
SoundEvents.SLIME_HURT
static final SoundEvent
SoundEvents.SLIME_HURT_SMALL
static final SoundEvent
SoundEvents.SLIME_JUMP
static final SoundEvent
SoundEvents.SLIME_JUMP_SMALL
static final SoundEvent
SoundEvents.SLIME_SQUISH
static final SoundEvent
SoundEvents.SLIME_SQUISH_SMALL
static final SoundEvent
SoundEvents.SMALL_AMETHYST_BUD_BREAK
static final SoundEvent
SoundEvents.SMALL_AMETHYST_BUD_PLACE
static final SoundEvent
SoundEvents.SMALL_DRIPLEAF_BREAK
static final SoundEvent
SoundEvents.SMALL_DRIPLEAF_FALL
static final SoundEvent
SoundEvents.SMALL_DRIPLEAF_HIT
static final SoundEvent
SoundEvents.SMALL_DRIPLEAF_PLACE
static final SoundEvent
SoundEvents.SMALL_DRIPLEAF_STEP
static final SoundEvent
SoundEvents.SMITHING_TABLE_USE
static final SoundEvent
SoundEvents.SMOKER_SMOKE
static final SoundEvent
SoundEvents.SNOW_BREAK
static final SoundEvent
SoundEvents.SNOW_FALL
static final SoundEvent
SoundEvents.SNOW_GOLEM_AMBIENT
static final SoundEvent
SoundEvents.SNOW_GOLEM_DEATH
static final SoundEvent
SoundEvents.SNOW_GOLEM_HURT
static final SoundEvent
SoundEvents.SNOW_GOLEM_SHEAR
static final SoundEvent
SoundEvents.SNOW_GOLEM_SHOOT
static final SoundEvent
SoundEvents.SNOW_HIT
static final SoundEvent
SoundEvents.SNOW_PLACE
static final SoundEvent
SoundEvents.SNOW_STEP
static final SoundEvent
SoundEvents.SNOWBALL_THROW
static final SoundEvent
SoundEvents.SOUL_ESCAPE
static final SoundEvent
SoundEvents.SOUL_SAND_BREAK
static final SoundEvent
SoundEvents.SOUL_SAND_FALL
static final SoundEvent
SoundEvents.SOUL_SAND_HIT
static final SoundEvent
SoundEvents.SOUL_SAND_PLACE
static final SoundEvent
SoundEvents.SOUL_SAND_STEP
static final SoundEvent
SoundEvents.SOUL_SOIL_BREAK
static final SoundEvent
SoundEvents.SOUL_SOIL_FALL
static final SoundEvent
SoundEvents.SOUL_SOIL_HIT
static final SoundEvent
SoundEvents.SOUL_SOIL_PLACE
static final SoundEvent
SoundEvents.SOUL_SOIL_STEP
static final SoundEvent
SoundEvents.SPIDER_AMBIENT
static final SoundEvent
SoundEvents.SPIDER_DEATH
static final SoundEvent
SoundEvents.SPIDER_HURT
static final SoundEvent
SoundEvents.SPIDER_STEP
static final SoundEvent
SoundEvents.SPLASH_POTION_BREAK
static final SoundEvent
SoundEvents.SPLASH_POTION_THROW
static final SoundEvent
SoundEvents.SPORE_BLOSSOM_BREAK
static final SoundEvent
SoundEvents.SPORE_BLOSSOM_FALL
static final SoundEvent
SoundEvents.SPORE_BLOSSOM_HIT
static final SoundEvent
SoundEvents.SPORE_BLOSSOM_PLACE
static final SoundEvent
SoundEvents.SPORE_BLOSSOM_STEP
static final SoundEvent
SoundEvents.SPYGLASS_STOP_USING
static final SoundEvent
SoundEvents.SPYGLASS_USE
static final SoundEvent
SoundEvents.SQUID_AMBIENT
static final SoundEvent
SoundEvents.SQUID_DEATH
static final SoundEvent
SoundEvents.SQUID_HURT
static final SoundEvent
SoundEvents.SQUID_SQUIRT
static final SoundEvent
SoundEvents.STEM_BREAK
static final SoundEvent
SoundEvents.STEM_FALL
static final SoundEvent
SoundEvents.STEM_HIT
static final SoundEvent
SoundEvents.STEM_PLACE
static final SoundEvent
SoundEvents.STEM_STEP
static final SoundEvent
SoundEvents.STONE_BREAK
static final SoundEvent
SoundEvents.STONE_BUTTON_CLICK_OFF
static final SoundEvent
SoundEvents.STONE_BUTTON_CLICK_ON
static final SoundEvent
SoundEvents.STONE_FALL
static final SoundEvent
SoundEvents.STONE_HIT
static final SoundEvent
SoundEvents.STONE_PLACE
static final SoundEvent
SoundEvents.STONE_PRESSURE_PLATE_CLICK_OFF
static final SoundEvent
SoundEvents.STONE_PRESSURE_PLATE_CLICK_ON
static final SoundEvent
SoundEvents.STONE_STEP
static final SoundEvent
SoundEvents.STRAY_AMBIENT
static final SoundEvent
SoundEvents.STRAY_DEATH
static final SoundEvent
SoundEvents.STRAY_HURT
static final SoundEvent
SoundEvents.STRAY_STEP
static final SoundEvent
SoundEvents.STRIDER_AMBIENT
static final SoundEvent
SoundEvents.STRIDER_DEATH
static final SoundEvent
SoundEvents.STRIDER_EAT
static final SoundEvent
SoundEvents.STRIDER_HAPPY
static final SoundEvent
SoundEvents.STRIDER_HURT
static final SoundEvent
SoundEvents.STRIDER_RETREAT
static final SoundEvent
SoundEvents.STRIDER_SADDLE
static final SoundEvent
SoundEvents.STRIDER_STEP
static final SoundEvent
SoundEvents.STRIDER_STEP_LAVA
static final SoundEvent
SoundEvents.SWEET_BERRY_BUSH_BREAK
static final SoundEvent
SoundEvents.SWEET_BERRY_BUSH_PICK_BERRIES
static final SoundEvent
SoundEvents.SWEET_BERRY_BUSH_PLACE
static final SoundEvent
SoundEvents.TADPOLE_DEATH
static final SoundEvent
SoundEvents.TADPOLE_FLOP
static final SoundEvent
SoundEvents.TADPOLE_GROW_UP
static final SoundEvent
SoundEvents.TADPOLE_HURT
static final SoundEvent
SoundEvents.THORNS_HIT
static final SoundEvent
SoundEvents.TNT_PRIMED
static final SoundEvent
SoundEvents.TOTEM_USE
static final SoundEvent
SoundEvents.TRIDENT_HIT
static final SoundEvent
SoundEvents.TRIDENT_HIT_GROUND
static final SoundEvent
SoundEvents.TRIDENT_RETURN
static final SoundEvent
SoundEvents.TRIDENT_RIPTIDE_1
static final SoundEvent
SoundEvents.TRIDENT_RIPTIDE_2
static final SoundEvent
SoundEvents.TRIDENT_RIPTIDE_3
static final SoundEvent
SoundEvents.TRIDENT_THROW
static final SoundEvent
SoundEvents.TRIDENT_THUNDER
static final SoundEvent
SoundEvents.TRIPWIRE_ATTACH
static final SoundEvent
SoundEvents.TRIPWIRE_CLICK_OFF
static final SoundEvent
SoundEvents.TRIPWIRE_CLICK_ON
static final SoundEvent
SoundEvents.TRIPWIRE_DETACH
static final SoundEvent
SoundEvents.TROPICAL_FISH_AMBIENT
static final SoundEvent
SoundEvents.TROPICAL_FISH_DEATH
static final SoundEvent
SoundEvents.TROPICAL_FISH_FLOP
static final SoundEvent
SoundEvents.TROPICAL_FISH_HURT
static final SoundEvent
SoundEvents.TUFF_BREAK
static final SoundEvent
SoundEvents.TUFF_FALL
static final SoundEvent
SoundEvents.TUFF_HIT
static final SoundEvent
SoundEvents.TUFF_PLACE
static final SoundEvent
SoundEvents.TUFF_STEP
static final SoundEvent
SoundEvents.TURTLE_AMBIENT_LAND
static final SoundEvent
SoundEvents.TURTLE_DEATH
static final SoundEvent
SoundEvents.TURTLE_DEATH_BABY
static final SoundEvent
SoundEvents.TURTLE_EGG_BREAK
static final SoundEvent
SoundEvents.TURTLE_EGG_CRACK
static final SoundEvent
SoundEvents.TURTLE_EGG_HATCH
static final SoundEvent
SoundEvents.TURTLE_HURT
static final SoundEvent
SoundEvents.TURTLE_HURT_BABY
static final SoundEvent
SoundEvents.TURTLE_LAY_EGG
static final SoundEvent
SoundEvents.TURTLE_SHAMBLE
static final SoundEvent
SoundEvents.TURTLE_SHAMBLE_BABY
static final SoundEvent
SoundEvents.TURTLE_SWIM
static final SoundEvent
SoundEvents.UI_BUTTON_CLICK
static final SoundEvent
SoundEvents.UI_CARTOGRAPHY_TABLE_TAKE_RESULT
static final SoundEvent
SoundEvents.UI_LOOM_SELECT_PATTERN
static final SoundEvent
SoundEvents.UI_LOOM_TAKE_RESULT
static final SoundEvent
SoundEvents.UI_STONECUTTER_SELECT_RECIPE
static final SoundEvent
SoundEvents.UI_STONECUTTER_TAKE_RESULT
static final SoundEvent
SoundEvents.UI_TOAST_CHALLENGE_COMPLETE
static final SoundEvent
SoundEvents.UI_TOAST_IN
static final SoundEvent
SoundEvents.UI_TOAST_OUT
static final SoundEvent
SoundEvents.VEX_AMBIENT
static final SoundEvent
SoundEvents.VEX_CHARGE
static final SoundEvent
SoundEvents.VEX_DEATH
static final SoundEvent
SoundEvents.VEX_HURT
static final SoundEvent
SoundEvents.VILLAGER_AMBIENT
static final SoundEvent
SoundEvents.VILLAGER_CELEBRATE
static final SoundEvent
SoundEvents.VILLAGER_DEATH
static final SoundEvent
SoundEvents.VILLAGER_HURT
static final SoundEvent
SoundEvents.VILLAGER_NO
static final SoundEvent
SoundEvents.VILLAGER_TRADE
static final SoundEvent
SoundEvents.VILLAGER_WORK_ARMORER
static final SoundEvent
SoundEvents.VILLAGER_WORK_BUTCHER
static final SoundEvent
SoundEvents.VILLAGER_WORK_CARTOGRAPHER
static final SoundEvent
SoundEvents.VILLAGER_WORK_CLERIC
static final SoundEvent
SoundEvents.VILLAGER_WORK_FARMER
static final SoundEvent
SoundEvents.VILLAGER_WORK_FISHERMAN
static final SoundEvent
SoundEvents.VILLAGER_WORK_FLETCHER
static final SoundEvent
SoundEvents.VILLAGER_WORK_LEATHERWORKER
static final SoundEvent
SoundEvents.VILLAGER_WORK_LIBRARIAN
static final SoundEvent
SoundEvents.VILLAGER_WORK_MASON
static final SoundEvent
SoundEvents.VILLAGER_WORK_SHEPHERD
static final SoundEvent
SoundEvents.VILLAGER_WORK_TOOLSMITH
static final SoundEvent
SoundEvents.VILLAGER_WORK_WEAPONSMITH
static final SoundEvent
SoundEvents.VILLAGER_YES
static final SoundEvent
SoundEvents.VINDICATOR_AMBIENT
static final SoundEvent
SoundEvents.VINDICATOR_CELEBRATE
static final SoundEvent
SoundEvents.VINDICATOR_DEATH
static final SoundEvent
SoundEvents.VINDICATOR_HURT
static final SoundEvent
SoundEvents.VINE_BREAK
static final SoundEvent
SoundEvents.VINE_FALL
static final SoundEvent
SoundEvents.VINE_HIT
static final SoundEvent
SoundEvents.VINE_PLACE
static final SoundEvent
SoundEvents.VINE_STEP
static final SoundEvent
SoundEvents.WANDERING_TRADER_AMBIENT
static final SoundEvent
SoundEvents.WANDERING_TRADER_DEATH
static final SoundEvent
SoundEvents.WANDERING_TRADER_DISAPPEARED
static final SoundEvent
SoundEvents.WANDERING_TRADER_DRINK_MILK
static final SoundEvent
SoundEvents.WANDERING_TRADER_DRINK_POTION
static final SoundEvent
SoundEvents.WANDERING_TRADER_HURT
static final SoundEvent
SoundEvents.WANDERING_TRADER_NO
static final SoundEvent
SoundEvents.WANDERING_TRADER_REAPPEARED
static final SoundEvent
SoundEvents.WANDERING_TRADER_TRADE
static final SoundEvent
SoundEvents.WANDERING_TRADER_YES
static final SoundEvent
SoundEvents.WARDEN_AGITATED
static final SoundEvent
SoundEvents.WARDEN_AMBIENT
static final SoundEvent
SoundEvents.WARDEN_ANGRY
static final SoundEvent
SoundEvents.WARDEN_ATTACK_IMPACT
static final SoundEvent
SoundEvents.WARDEN_DEATH
static final SoundEvent
SoundEvents.WARDEN_DIG
static final SoundEvent
SoundEvents.WARDEN_EMERGE
static final SoundEvent
SoundEvents.WARDEN_HEARTBEAT
static final SoundEvent
SoundEvents.WARDEN_HURT
static final SoundEvent
SoundEvents.WARDEN_LISTENING
static final SoundEvent
SoundEvents.WARDEN_LISTENING_ANGRY
static final SoundEvent
SoundEvents.WARDEN_NEARBY_CLOSE
static final SoundEvent
SoundEvents.WARDEN_NEARBY_CLOSER
static final SoundEvent
SoundEvents.WARDEN_NEARBY_CLOSEST
static final SoundEvent
SoundEvents.WARDEN_ROAR
static final SoundEvent
SoundEvents.WARDEN_SNIFF
static final SoundEvent
SoundEvents.WARDEN_SONIC_BOOM
static final SoundEvent
SoundEvents.WARDEN_SONIC_CHARGE
static final SoundEvent
SoundEvents.WARDEN_STEP
static final SoundEvent
SoundEvents.WARDEN_TENDRIL_CLICKS
static final SoundEvent
SoundEvents.WART_BLOCK_BREAK
static final SoundEvent
SoundEvents.WART_BLOCK_FALL
static final SoundEvent
SoundEvents.WART_BLOCK_HIT
static final SoundEvent
SoundEvents.WART_BLOCK_PLACE
static final SoundEvent
SoundEvents.WART_BLOCK_STEP
static final SoundEvent
SoundEvents.WATER_AMBIENT
static final SoundEvent
SoundEvents.WEATHER_RAIN
static final SoundEvent
SoundEvents.WEATHER_RAIN_ABOVE
static final SoundEvent
SoundEvents.WEEPING_VINES_BREAK
static final SoundEvent
SoundEvents.WEEPING_VINES_FALL
static final SoundEvent
SoundEvents.WEEPING_VINES_HIT
static final SoundEvent
SoundEvents.WEEPING_VINES_PLACE
static final SoundEvent
SoundEvents.WEEPING_VINES_STEP
static final SoundEvent
SoundEvents.WET_GRASS_BREAK
static final SoundEvent
SoundEvents.WET_GRASS_FALL
static final SoundEvent
SoundEvents.WET_GRASS_HIT
static final SoundEvent
SoundEvents.WET_GRASS_PLACE
static final SoundEvent
SoundEvents.WET_GRASS_STEP
static final SoundEvent
SoundEvents.WITCH_AMBIENT
static final SoundEvent
SoundEvents.WITCH_CELEBRATE
static final SoundEvent
SoundEvents.WITCH_DEATH
static final SoundEvent
SoundEvents.WITCH_DRINK
static final SoundEvent
SoundEvents.WITCH_HURT
static final SoundEvent
SoundEvents.WITCH_THROW
static final SoundEvent
SoundEvents.WITHER_AMBIENT
static final SoundEvent
SoundEvents.WITHER_BREAK_BLOCK
static final SoundEvent
SoundEvents.WITHER_DEATH
static final SoundEvent
SoundEvents.WITHER_HURT
static final SoundEvent
SoundEvents.WITHER_SHOOT
static final SoundEvent
SoundEvents.WITHER_SKELETON_AMBIENT
static final SoundEvent
SoundEvents.WITHER_SKELETON_DEATH
static final SoundEvent
SoundEvents.WITHER_SKELETON_HURT
static final SoundEvent
SoundEvents.WITHER_SKELETON_STEP
static final SoundEvent
SoundEvents.WITHER_SPAWN
static final SoundEvent
SoundEvents.WOLF_AMBIENT
static final SoundEvent
SoundEvents.WOLF_DEATH
static final SoundEvent
SoundEvents.WOLF_GROWL
static final SoundEvent
SoundEvents.WOLF_HOWL
static final SoundEvent
SoundEvents.WOLF_HURT
static final SoundEvent
SoundEvents.WOLF_PANT
static final SoundEvent
SoundEvents.WOLF_SHAKE
static final SoundEvent
SoundEvents.WOLF_STEP
static final SoundEvent
SoundEvents.WOLF_WHINE
static final SoundEvent
SoundEvents.WOOD_BREAK
static final SoundEvent
SoundEvents.WOOD_FALL
static final SoundEvent
SoundEvents.WOOD_HIT
static final SoundEvent
SoundEvents.WOOD_PLACE
static final SoundEvent
SoundEvents.WOOD_STEP
static final SoundEvent
SoundEvents.WOODEN_BUTTON_CLICK_OFF
static final SoundEvent
SoundEvents.WOODEN_BUTTON_CLICK_ON
static final SoundEvent
SoundEvents.WOODEN_DOOR_CLOSE
static final SoundEvent
SoundEvents.WOODEN_DOOR_OPEN
static final SoundEvent
SoundEvents.WOODEN_PRESSURE_PLATE_CLICK_OFF
static final SoundEvent
SoundEvents.WOODEN_PRESSURE_PLATE_CLICK_ON
static final SoundEvent
SoundEvents.WOODEN_TRAPDOOR_CLOSE
static final SoundEvent
SoundEvents.WOODEN_TRAPDOOR_OPEN
static final SoundEvent
SoundEvents.WOOL_BREAK
static final SoundEvent
SoundEvents.WOOL_FALL
static final SoundEvent
SoundEvents.WOOL_HIT
static final SoundEvent
SoundEvents.WOOL_PLACE
static final SoundEvent
SoundEvents.WOOL_STEP
static final SoundEvent
SoundEvents.ZOGLIN_AMBIENT
static final SoundEvent
SoundEvents.ZOGLIN_ANGRY
static final SoundEvent
SoundEvents.ZOGLIN_ATTACK
static final SoundEvent
SoundEvents.ZOGLIN_DEATH
static final SoundEvent
SoundEvents.ZOGLIN_HURT
static final SoundEvent
SoundEvents.ZOGLIN_STEP
static final SoundEvent
SoundEvents.ZOMBIE_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIE_ATTACK_IRON_DOOR
static final SoundEvent
SoundEvents.ZOMBIE_ATTACK_WOODEN_DOOR
static final SoundEvent
SoundEvents.ZOMBIE_BREAK_WOODEN_DOOR
static final SoundEvent
SoundEvents.ZOMBIE_CONVERTED_TO_DROWNED
static final SoundEvent
SoundEvents.ZOMBIE_DEATH
static final SoundEvent
SoundEvents.ZOMBIE_DESTROY_EGG
static final SoundEvent
SoundEvents.ZOMBIE_HORSE_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIE_HORSE_DEATH
static final SoundEvent
SoundEvents.ZOMBIE_HORSE_HURT
static final SoundEvent
SoundEvents.ZOMBIE_HURT
static final SoundEvent
SoundEvents.ZOMBIE_INFECT
static final SoundEvent
SoundEvents.ZOMBIE_STEP
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_CONVERTED
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_CURE
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_DEATH
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_HURT
static final SoundEvent
SoundEvents.ZOMBIE_VILLAGER_STEP
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_AMBIENT
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_ANGRY
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_DEATH
static final SoundEvent
SoundEvents.ZOMBIFIED_PIGLIN_HURT
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SoundEvent>
SoundEvent.CODEC
static final com.google.common.collect.ImmutableList<SoundEvent>
SoundEvents.GOAT_HORN_SOUND_VARIANTS
Modifier and TypeMethodDescriptionMusic.getEvent()
private static SoundEvent
private static SoundEvent
Modifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList<SoundEvent>
SoundEvents.registerGoatHornSoundVariants()
ModifierConstructorDescriptionMusic
(SoundEvent p_11627_, int p_11628_, int p_11629_, boolean p_11630_) -
Uses of SoundEvent in net.minecraft.world.entity
Modifier and TypeFieldDescriptionprivate final SoundEvent
LivingEntity.Fallsounds.big
The field for thebig
record component.private final SoundEvent
LivingEntity.Fallsounds.small
The field for thesmall
record component.Modifier and TypeMethodDescriptionLivingEntity.Fallsounds.big()
Returns the value of thebig
record component.protected 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_) private 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()
LivingEntity.Fallsounds.small()
Returns the value of thesmall
record component.Modifier and TypeMethodDescriptionvoid
Entity.playSound
(SoundEvent p_216991_) void
Entity.playSound
(SoundEvent p_19938_, float p_19939_, float p_19940_) ModifierConstructorDescriptionFallsounds
(SoundEvent small, SoundEvent big) Creates an instance of aFallsounds
record class. -
Uses of SoundEvent in net.minecraft.world.entity.ai.behavior
Modifier and TypeFieldDescriptionprivate final Function<Goat,
SoundEvent> RamTarget.getHornBreakSound
private final Function<Goat,
SoundEvent> RamTarget.getImpactSound
private Function<E,
SoundEvent> LongJumpToRandomPos.getJumpSound
private final Function<E,
SoundEvent> PrepareRamNearestTarget.getPrepareRamSound
ModifierConstructorDescriptionLongJumpToPreferredBlock
(UniformInt p_217264_, int p_217265_, int p_217266_, float p_217267_, Function<E, SoundEvent> p_217268_, TagKey<Block> p_217269_, float p_217270_, Predicate<BlockState> p_217271_) LongJumpToRandomPos
(UniformInt p_147637_, int p_147638_, int p_147639_, float p_147640_, Function<E, SoundEvent> p_147641_) LongJumpToRandomPos
(UniformInt p_217293_, int p_217294_, int p_217295_, float p_217296_, Function<E, SoundEvent> p_217297_, Predicate<BlockState> p_217298_) 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 final Map<EntityType<?>,
SoundEvent> Parrot.MOB_SOUND_MAP
Modifier and TypeMethodDescriptionstatic SoundEvent
Parrot.getAmbient
(Level p_218239_, RandomSource p_218240_) 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.allay
Modifier and TypeMethodDescriptionprotected SoundEvent
Allay.getAmbientSound()
protected SoundEvent
Allay.getDeathSound()
protected SoundEvent
Allay.getHurtSound
(DamageSource p_218369_) -
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.frog
Modifier and TypeFieldDescriptionprivate final SoundEvent
ShootTongue.eatSound
private final SoundEvent
ShootTongue.tongueSound
Modifier and TypeMethodDescriptionprotected SoundEvent
Frog.getAmbientSound()
protected SoundEvent
Tadpole.getAmbientSound()
protected SoundEvent
Frog.getDeathSound()
protected SoundEvent
Tadpole.getDeathSound()
protected SoundEvent
Tadpole.getFlopSound()
protected SoundEvent
Frog.getHurtSound
(DamageSource p_218510_) protected SoundEvent
Tadpole.getHurtSound
(DamageSource p_218713_) Tadpole.getPickupSound()
-
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.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
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.monster.warden
Modifier and TypeFieldDescriptionprivate final SoundEvent
AngerLevel.ambientSound
private final SoundEvent
AngerLevel.listeningSound
Modifier and TypeMethodDescriptionAngerLevel.getAmbientSound()
protected SoundEvent
Warden.getAmbientSound()
protected SoundEvent
Warden.getDeathSound()
protected SoundEvent
Warden.getHurtSound
(DamageSource p_219440_) AngerLevel.getListeningSound()
ModifierConstructorDescriptionprivate
AngerLevel
(int p_219223_, SoundEvent p_219224_, SoundEvent p_219225_) -
Uses of SoundEvent in net.minecraft.world.entity.npc
Modifier and TypeFieldDescriptionprivate final SoundEvent
VillagerProfession.workSound
The field for theworkSound
record component.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.workSound()
Returns the value of theworkSound
record component.Modifier and TypeMethodDescriptionprivate static VillagerProfession
VillagerProfession.register
(String p_219659_, Predicate<Holder<PoiType>> p_219660_, Predicate<Holder<PoiType>> p_219661_, com.google.common.collect.ImmutableSet<Item> p_219662_, com.google.common.collect.ImmutableSet<Block> p_219663_, SoundEvent p_219664_) private static VillagerProfession
VillagerProfession.register
(String p_219654_, Predicate<Holder<PoiType>> p_219655_, Predicate<Holder<PoiType>> p_219656_, SoundEvent p_219657_) private static VillagerProfession
VillagerProfession.register
(String p_219648_, ResourceKey<PoiType> p_219649_, com.google.common.collect.ImmutableSet<Item> p_219650_, com.google.common.collect.ImmutableSet<Block> p_219651_, SoundEvent p_219652_) private static VillagerProfession
VillagerProfession.register
(String p_219644_, ResourceKey<PoiType> p_219645_, SoundEvent p_219646_) ModifierConstructorDescriptionVillagerProfession
(String name, Predicate<Holder<PoiType>> heldJobSite, Predicate<Holder<PoiType>> acquirableJobSite, com.google.common.collect.ImmutableSet<Item> requestedItems, com.google.common.collect.ImmutableSet<Block> secondaryPoi, SoundEvent workSound) Creates an instance of aVillagerProfession
record class. -
Uses of SoundEvent in net.minecraft.world.entity.player
Modifier and TypeMethodDescriptionprotected SoundEvent
Player.getDeathSound()
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 final 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 final SoundEvent
SolidBucketItem.placeSound
private final SoundEvent
ArmorMaterials.sound
private final SoundEvent
RecordItem.sound
Deprecated.private final SoundEvent
Instrument.soundEvent
The field for thesoundEvent
record component.Modifier and TypeFieldDescriptionprivate static final Map<SoundEvent,
RecordItem> RecordItem.BY_NAME
Deprecated.private final Supplier<? extends SoundEvent>
MobBucketItem.emptySoundSupplier
private final 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_) Instrument.soundEvent()
Returns the value of thesoundEvent
record component.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_) Instrument
(SoundEvent soundEvent, int useDuration, float range) Creates an instance of aInstrument
record class.MobBucketItem
(EntityType<?> p_151137_, Fluid p_151138_, SoundEvent p_151139_, Item.Properties p_151140_) Deprecated.RecordItem
(int p_239614_, SoundEvent p_239615_, Item.Properties p_239616_, int p_239617_) Deprecated.SolidBucketItem
(Block p_151187_, SoundEvent p_151188_, Item.Properties p_151189_) ModifierConstructorDescriptionRecordItem
(int comparatorValue, Supplier<SoundEvent> soundSupplier, Item.Properties builder, int lengthInTicks) 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.playSeededSound
(Player p_220363_, double p_220364_, double p_220365_, double p_220366_, SoundEvent p_220367_, SoundSource p_220368_, float p_220369_, float p_220370_, long p_220371_) abstract void
Level.playSeededSound
(Player p_220372_, Entity p_220373_, SoundEvent p_220374_, SoundSource p_220375_, float p_220376_, float p_220377_, long p_220378_) 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_) 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 final SoundEvent
AmbientAdditionsSettings.soundEvent
private final SoundEvent
AmbientMoodSettings.soundEvent
Modifier and TypeFieldDescriptionprivate final Optional<SoundEvent>
BiomeSpecialEffects.ambientLoopSoundEvent
protected 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 final SoundEvent
SoundType.breakSound
private final SoundEvent
SoundType.fallSound
private final SoundEvent
SoundType.hitSound
private final SoundEvent
SoundType.placeSound
private final SoundEvent
SoundType.stepSound
Modifier and TypeMethodDescriptionSoundType.getBreakSound()
SoundType.getFallSound()
SoundType.getHitSound()
SoundType.getPlaceSound()
protected abstract SoundEvent
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()
Deprecated.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 TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<SoundEvent>
SculkShriekerBlockEntity.SOUND_BY_LEVEL
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.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.extensions
Modifier and TypeMethodDescriptiondefault @Nullable SoundEvent
IForgeEntity.getSoundFromFluidType
(FluidType type, SoundAction action) Returns a sound to play when a certain action is performed by the entity in the fluid.Modifier and TypeMethodDescriptiondefault Optional<SoundEvent>
IForgeBucketPickup.getPickupSound
(BlockState state) State sensitive variant ofBucketPickup.getPickupSound()
. -
Uses of SoundEvent in net.minecraftforge.common.util
Modifier and TypeFieldDescriptionprivate final Supplier<SoundEvent>
ForgeSoundType.breakSound
private final Supplier<SoundEvent>
ForgeSoundType.fallSound
private final Supplier<SoundEvent>
ForgeSoundType.hitSound
private final Supplier<SoundEvent>
ForgeSoundType.placeSound
private final Supplier<SoundEvent>
ForgeSoundType.stepSound
Modifier and TypeMethodDescription@NotNull SoundEvent
ForgeSoundType.getBreakSound()
@NotNull SoundEvent
ForgeSoundType.getFallSound()
@NotNull SoundEvent
ForgeSoundType.getHitSound()
@NotNull SoundEvent
ForgeSoundType.getPlaceSound()
@NotNull SoundEvent
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.common.world
-
Uses of SoundEvent in net.minecraftforge.debug
Modifier and TypeFieldDescriptionprivate static final DeferredRegister<SoundEvent>
CustomSoundTypeTest.SOUND_EVENTS
private static final RegistryObject<SoundEvent>
CustomSoundTypeTest.TEST_STEP_EVENT
-
Uses of SoundEvent in net.minecraftforge.debug.item
Modifier and TypeFieldDescriptionprivate static final DeferredRegister<SoundEvent>
MusicDiscTest.SOUND_EVENTS
private static final RegistryObject<SoundEvent>
MusicDiscTest.TEST_SOUND_EVENT
-
Uses of SoundEvent in net.minecraftforge.debug.misc
Modifier and TypeFieldDescriptionprivate static final DeferredRegister<SoundEvent>
ModMismatchTest.SOUND_EVENTS
-
Uses of SoundEvent in net.minecraftforge.event
Modifier and TypeMethodDescription@Nullable SoundEvent
PlayLevelSoundEvent.getSound()
Returns the sound event to be played.Modifier and TypeMethodDescriptionstatic PlayLevelSoundEvent.AtEntity
ForgeEventFactory.onPlaySoundAtEntity
(Entity entity, SoundEvent name, SoundSource category, float volume, float pitch) ForgeEventFactory.onPlaySoundAtPosition
(Level level, double x, double y, double z, SoundEvent name, SoundSource category, float volume, float pitch) void
PlayLevelSoundEvent.setSound
(@Nullable SoundEvent sound) Sets the sound event to be played.ModifierConstructorDescriptionAtEntity
(Entity entity, SoundEvent sound, SoundSource source, float volume, float pitch) AtPosition
(Level level, Vec3 position, SoundEvent sound, SoundSource source, float volume, float pitch) PlayLevelSoundEvent
(@NotNull Level level, @NotNull SoundEvent sound, @NotNull SoundSource source, float volume, float pitch) -
Uses of SoundEvent in net.minecraftforge.fluids
Modifier and TypeFieldDescriptionprivate final Map<SoundAction,
SoundEvent> FluidType.Properties.sounds
protected final Map<SoundAction,
SoundEvent> FluidType.sounds
A map of actions performed to sound that should be played.Modifier and TypeMethodDescription@Nullable SoundEvent
FluidType.getSound
(@Nullable Player player, BlockGetter getter, BlockPos pos, SoundAction action) Returns a sound to play when a certain action is performed at a position.@Nullable SoundEvent
FluidType.getSound
(Entity entity, SoundAction action) Returns a sound to play when a certain action is performed by the entity in the fluid.@Nullable SoundEvent
FluidType.getSound
(SoundAction action) Returns a sound to play when a certain action is performed.@Nullable SoundEvent
FluidType.getSound
(FluidStack stack, SoundAction action) Returns a sound to play when a certain action is performed.Modifier and TypeMethodDescription@NotNull Optional<SoundEvent>
ForgeFlowingFluid.getPickupSound()
Modifier and TypeMethodDescriptionFluidType.Properties.sound
(SoundAction action, SoundEvent sound) Sets a sound to play when a certain action is performed. -
Uses of SoundEvent in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<SoundEvent>>
ForgeRegistries.Keys.SOUND_EVENTS
static final IForgeRegistry<SoundEvent>
ForgeRegistries.SOUND_EVENTS