@@ -10,6 +10,12 @@ import org.bukkit.Sound;
|
||||
public enum CraftSound {
|
||||
|
||||
AMBIENT_CAVE("ambient.cave"),
|
||||
AMBIENT_UNDERWATER_ENTER("ambient.underwater.enter"),
|
||||
AMBIENT_UNDERWATER_EXIT("ambient.underwater.exit"),
|
||||
AMBIENT_UNDERWATER_LOOP("ambient.underwater.loop"),
|
||||
AMBIENT_UNDERWATER_LOOP_ADDITIONS("ambient.underwater.loop.additions"),
|
||||
AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE("ambient.underwater.loop.additions.rare"),
|
||||
AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE("ambient.underwater.loop.additions.ultra_rare"),
|
||||
BLOCK_ANVIL_BREAK("block.anvil.break"),
|
||||
BLOCK_ANVIL_DESTROY("block.anvil.destroy"),
|
||||
BLOCK_ANVIL_FALL("block.anvil.fall"),
|
||||
@@ -18,24 +24,38 @@ public enum CraftSound {
|
||||
BLOCK_ANVIL_PLACE("block.anvil.place"),
|
||||
BLOCK_ANVIL_STEP("block.anvil.step"),
|
||||
BLOCK_ANVIL_USE("block.anvil.use"),
|
||||
BLOCK_BEACON_ACTIVATE("block.beacon.activate"),
|
||||
BLOCK_BEACON_AMBIENT("block.beacon.ambient"),
|
||||
BLOCK_BEACON_DEACTIVATE("block.beacon.deactivate"),
|
||||
BLOCK_BEACON_POWER_SELECT("block.beacon.power_select"),
|
||||
BLOCK_BREWING_STAND_BREW("block.brewing_stand.brew"),
|
||||
BLOCK_BUBBLE_COLUMN_BUBBLE_POP("block.bubble_column.bubble_pop"),
|
||||
BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT("block.bubble_column.upwards_ambient"),
|
||||
BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE("block.bubble_column.upwards_inside"),
|
||||
BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT("block.bubble_column.whirlpool_ambient"),
|
||||
BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE("block.bubble_column.whirlpool_inside"),
|
||||
BLOCK_CHEST_CLOSE("block.chest.close"),
|
||||
BLOCK_CHEST_LOCKED("block.chest.locked"),
|
||||
BLOCK_CHEST_OPEN("block.chest.open"),
|
||||
BLOCK_CHORUS_FLOWER_DEATH("block.chorus_flower.death"),
|
||||
BLOCK_CHORUS_FLOWER_GROW("block.chorus_flower.grow"),
|
||||
BLOCK_CLOTH_BREAK("block.cloth.break"),
|
||||
BLOCK_CLOTH_FALL("block.cloth.fall"),
|
||||
BLOCK_CLOTH_HIT("block.cloth.hit"),
|
||||
BLOCK_CLOTH_PLACE("block.cloth.place"),
|
||||
BLOCK_CLOTH_STEP("block.cloth.step"),
|
||||
BLOCK_COMPARATOR_CLICK("block.comparator.click"),
|
||||
BLOCK_CONDUIT_ACTIVATE("block.conduit.activate"),
|
||||
BLOCK_CONDUIT_AMBIENT("block.conduit.ambient"),
|
||||
BLOCK_CONDUIT_AMBIENT_SHORT("block.conduit.ambient.short"),
|
||||
BLOCK_CONDUIT_ATTACK_TARGET("block.conduit.attack.target"),
|
||||
BLOCK_CONDUIT_DEACTIVATE("block.conduit.deactivate"),
|
||||
BLOCK_CORAL_BLOCK_BREAK("block.coral_block.break"),
|
||||
BLOCK_CORAL_BLOCK_FALL("block.coral_block.fall"),
|
||||
BLOCK_CORAL_BLOCK_HIT("block.coral_block.hit"),
|
||||
BLOCK_CORAL_BLOCK_PLACE("block.coral_block.place"),
|
||||
BLOCK_CORAL_BLOCK_STEP("block.coral_block.step"),
|
||||
BLOCK_DISPENSER_DISPENSE("block.dispenser.dispense"),
|
||||
BLOCK_DISPENSER_FAIL("block.dispenser.fail"),
|
||||
BLOCK_DISPENSER_LAUNCH("block.dispenser.launch"),
|
||||
BLOCK_ENCHANTMENT_TABLE_USE("block.enchantment_table.use"),
|
||||
BLOCK_ENDERCHEST_CLOSE("block.enderchest.close"),
|
||||
BLOCK_ENDERCHEST_OPEN("block.enderchest.open"),
|
||||
BLOCK_ENDER_CHEST_CLOSE("block.ender_chest.close"),
|
||||
BLOCK_ENDER_CHEST_OPEN("block.ender_chest.open"),
|
||||
BLOCK_END_GATEWAY_SPAWN("block.end_gateway.spawn"),
|
||||
BLOCK_END_PORTAL_FRAME_FILL("block.end_portal_frame.fill"),
|
||||
BLOCK_END_PORTAL_SPAWN("block.end_portal.spawn"),
|
||||
@@ -72,29 +92,31 @@ public enum CraftSound {
|
||||
BLOCK_LAVA_EXTINGUISH("block.lava.extinguish"),
|
||||
BLOCK_LAVA_POP("block.lava.pop"),
|
||||
BLOCK_LEVER_CLICK("block.lever.click"),
|
||||
BLOCK_LILY_PAD_PLACE("block.lily_pad.place"),
|
||||
BLOCK_METAL_BREAK("block.metal.break"),
|
||||
BLOCK_METAL_FALL("block.metal.fall"),
|
||||
BLOCK_METAL_HIT("block.metal.hit"),
|
||||
BLOCK_METAL_PLACE("block.metal.place"),
|
||||
BLOCK_METAL_PRESSUREPLATE_CLICK_OFF("block.metal_pressureplate.click_off"),
|
||||
BLOCK_METAL_PRESSUREPLATE_CLICK_ON("block.metal_pressureplate.click_on"),
|
||||
BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF("block.metal_pressure_plate.click_off"),
|
||||
BLOCK_METAL_PRESSURE_PLATE_CLICK_ON("block.metal_pressure_plate.click_on"),
|
||||
BLOCK_METAL_STEP("block.metal.step"),
|
||||
BLOCK_NOTE_BASEDRUM("block.note.basedrum"),
|
||||
BLOCK_NOTE_BASS("block.note.bass"),
|
||||
BLOCK_NOTE_BELL("block.note.bell"),
|
||||
BLOCK_NOTE_CHIME("block.note.chime"),
|
||||
BLOCK_NOTE_FLUTE("block.note.flute"),
|
||||
BLOCK_NOTE_GUITAR("block.note.guitar"),
|
||||
BLOCK_NOTE_HARP("block.note.harp"),
|
||||
BLOCK_NOTE_HAT("block.note.hat"),
|
||||
BLOCK_NOTE_PLING("block.note.pling"),
|
||||
BLOCK_NOTE_SNARE("block.note.snare"),
|
||||
BLOCK_NOTE_XYLOPHONE("block.note.xylophone"),
|
||||
BLOCK_NOTE_BLOCK_BASEDRUM("block.note_block.basedrum"),
|
||||
BLOCK_NOTE_BLOCK_BASS("block.note_block.bass"),
|
||||
BLOCK_NOTE_BLOCK_BELL("block.note_block.bell"),
|
||||
BLOCK_NOTE_BLOCK_CHIME("block.note_block.chime"),
|
||||
BLOCK_NOTE_BLOCK_FLUTE("block.note_block.flute"),
|
||||
BLOCK_NOTE_BLOCK_GUITAR("block.note_block.guitar"),
|
||||
BLOCK_NOTE_BLOCK_HARP("block.note_block.harp"),
|
||||
BLOCK_NOTE_BLOCK_HAT("block.note_block.hat"),
|
||||
BLOCK_NOTE_BLOCK_PLING("block.note_block.pling"),
|
||||
BLOCK_NOTE_BLOCK_SNARE("block.note_block.snare"),
|
||||
BLOCK_NOTE_BLOCK_XYLOPHONE("block.note_block.xylophone"),
|
||||
BLOCK_PISTON_CONTRACT("block.piston.contract"),
|
||||
BLOCK_PISTON_EXTEND("block.piston.extend"),
|
||||
BLOCK_PORTAL_AMBIENT("block.portal.ambient"),
|
||||
BLOCK_PORTAL_TRAVEL("block.portal.travel"),
|
||||
BLOCK_PORTAL_TRIGGER("block.portal.trigger"),
|
||||
BLOCK_PUMPKIN_CARVE("block.pumpkin.carve"),
|
||||
BLOCK_REDSTONE_TORCH_BURNOUT("block.redstone_torch.burnout"),
|
||||
BLOCK_SAND_BREAK("block.sand.break"),
|
||||
BLOCK_SAND_FALL("block.sand.fall"),
|
||||
@@ -103,11 +125,11 @@ public enum CraftSound {
|
||||
BLOCK_SAND_STEP("block.sand.step"),
|
||||
BLOCK_SHULKER_BOX_CLOSE("block.shulker_box.close"),
|
||||
BLOCK_SHULKER_BOX_OPEN("block.shulker_box.open"),
|
||||
BLOCK_SLIME_BREAK("block.slime.break"),
|
||||
BLOCK_SLIME_FALL("block.slime.fall"),
|
||||
BLOCK_SLIME_HIT("block.slime.hit"),
|
||||
BLOCK_SLIME_PLACE("block.slime.place"),
|
||||
BLOCK_SLIME_STEP("block.slime.step"),
|
||||
BLOCK_SLIME_BLOCK_BREAK("block.slime_block.break"),
|
||||
BLOCK_SLIME_BLOCK_FALL("block.slime_block.fall"),
|
||||
BLOCK_SLIME_BLOCK_HIT("block.slime_block.hit"),
|
||||
BLOCK_SLIME_BLOCK_PLACE("block.slime_block.place"),
|
||||
BLOCK_SLIME_BLOCK_STEP("block.slime_block.step"),
|
||||
BLOCK_SNOW_BREAK("block.snow.break"),
|
||||
BLOCK_SNOW_FALL("block.snow.fall"),
|
||||
BLOCK_SNOW_HIT("block.snow.hit"),
|
||||
@@ -119,33 +141,42 @@ public enum CraftSound {
|
||||
BLOCK_STONE_FALL("block.stone.fall"),
|
||||
BLOCK_STONE_HIT("block.stone.hit"),
|
||||
BLOCK_STONE_PLACE("block.stone.place"),
|
||||
BLOCK_STONE_PRESSUREPLATE_CLICK_OFF("block.stone_pressureplate.click_off"),
|
||||
BLOCK_STONE_PRESSUREPLATE_CLICK_ON("block.stone_pressureplate.click_on"),
|
||||
BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF("block.stone_pressure_plate.click_off"),
|
||||
BLOCK_STONE_PRESSURE_PLATE_CLICK_ON("block.stone_pressure_plate.click_on"),
|
||||
BLOCK_STONE_STEP("block.stone.step"),
|
||||
BLOCK_TRIPWIRE_ATTACH("block.tripwire.attach"),
|
||||
BLOCK_TRIPWIRE_CLICK_OFF("block.tripwire.click_off"),
|
||||
BLOCK_TRIPWIRE_CLICK_ON("block.tripwire.click_on"),
|
||||
BLOCK_TRIPWIRE_DETACH("block.tripwire.detach"),
|
||||
BLOCK_WATERLILY_PLACE("block.waterlily.place"),
|
||||
BLOCK_WATER_AMBIENT("block.water.ambient"),
|
||||
BLOCK_WET_GRASS_BREAK("block.wet_grass.break"),
|
||||
BLOCK_WET_GRASS_FALL("block.wet_grass.fall"),
|
||||
BLOCK_WET_GRASS_HIT("block.wet_grass.hit"),
|
||||
BLOCK_WET_GRASS_PLACE("block.wet_grass.place"),
|
||||
BLOCK_WET_GRASS_STEP("block.wet_grass.step"),
|
||||
BLOCK_WOODEN_BUTTON_CLICK_OFF("block.wooden_button.click_off"),
|
||||
BLOCK_WOODEN_BUTTON_CLICK_ON("block.wooden_button.click_on"),
|
||||
BLOCK_WOODEN_DOOR_CLOSE("block.wooden_door.close"),
|
||||
BLOCK_WOODEN_DOOR_OPEN("block.wooden_door.open"),
|
||||
BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF("block.wooden_pressure_plate.click_off"),
|
||||
BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON("block.wooden_pressure_plate.click_on"),
|
||||
BLOCK_WOODEN_TRAPDOOR_CLOSE("block.wooden_trapdoor.close"),
|
||||
BLOCK_WOODEN_TRAPDOOR_OPEN("block.wooden_trapdoor.open"),
|
||||
BLOCK_WOOD_BREAK("block.wood.break"),
|
||||
BLOCK_WOOD_BUTTON_CLICK_OFF("block.wood_button.click_off"),
|
||||
BLOCK_WOOD_BUTTON_CLICK_ON("block.wood_button.click_on"),
|
||||
BLOCK_WOOD_FALL("block.wood.fall"),
|
||||
BLOCK_WOOD_HIT("block.wood.hit"),
|
||||
BLOCK_WOOD_PLACE("block.wood.place"),
|
||||
BLOCK_WOOD_PRESSUREPLATE_CLICK_OFF("block.wood_pressureplate.click_off"),
|
||||
BLOCK_WOOD_PRESSUREPLATE_CLICK_ON("block.wood_pressureplate.click_on"),
|
||||
BLOCK_WOOD_STEP("block.wood.step"),
|
||||
BLOCK_WOOL_BREAK("block.wool.break"),
|
||||
BLOCK_WOOL_FALL("block.wool.fall"),
|
||||
BLOCK_WOOL_HIT("block.wool.hit"),
|
||||
BLOCK_WOOL_PLACE("block.wool.place"),
|
||||
BLOCK_WOOL_STEP("block.wool.step"),
|
||||
ENCHANT_THORNS_HIT("enchant.thorns.hit"),
|
||||
ENTITY_ARMORSTAND_BREAK("entity.armorstand.break"),
|
||||
ENTITY_ARMORSTAND_FALL("entity.armorstand.fall"),
|
||||
ENTITY_ARMORSTAND_HIT("entity.armorstand.hit"),
|
||||
ENTITY_ARMORSTAND_PLACE("entity.armorstand.place"),
|
||||
ENTITY_ARMOR_STAND_BREAK("entity.armor_stand.break"),
|
||||
ENTITY_ARMOR_STAND_FALL("entity.armor_stand.fall"),
|
||||
ENTITY_ARMOR_STAND_HIT("entity.armor_stand.hit"),
|
||||
ENTITY_ARMOR_STAND_PLACE("entity.armor_stand.place"),
|
||||
ENTITY_ARROW_HIT("entity.arrow.hit"),
|
||||
ENTITY_ARROW_HIT_PLAYER("entity.arrow.hit_player"),
|
||||
ENTITY_ARROW_SHOOT("entity.arrow.shoot"),
|
||||
@@ -161,9 +192,6 @@ public enum CraftSound {
|
||||
ENTITY_BLAZE_SHOOT("entity.blaze.shoot"),
|
||||
ENTITY_BOAT_PADDLE_LAND("entity.boat.paddle_land"),
|
||||
ENTITY_BOAT_PADDLE_WATER("entity.boat.paddle_water"),
|
||||
ENTITY_BOBBER_RETRIEVE("entity.bobber.retrieve"),
|
||||
ENTITY_BOBBER_SPLASH("entity.bobber.splash"),
|
||||
ENTITY_BOBBER_THROW("entity.bobber.throw"),
|
||||
ENTITY_CAT_AMBIENT("entity.cat.ambient"),
|
||||
ENTITY_CAT_DEATH("entity.cat.death"),
|
||||
ENTITY_CAT_HISS("entity.cat.hiss"),
|
||||
@@ -175,6 +203,10 @@ public enum CraftSound {
|
||||
ENTITY_CHICKEN_EGG("entity.chicken.egg"),
|
||||
ENTITY_CHICKEN_HURT("entity.chicken.hurt"),
|
||||
ENTITY_CHICKEN_STEP("entity.chicken.step"),
|
||||
ENTITY_COD_AMBIENT("entity.cod.ambient"),
|
||||
ENTITY_COD_DEATH("entity.cod.death"),
|
||||
ENTITY_COD_FLOP("entity.cod.flop"),
|
||||
ENTITY_COD_HURT("entity.cod.hurt"),
|
||||
ENTITY_COW_AMBIENT("entity.cow.ambient"),
|
||||
ENTITY_COW_DEATH("entity.cow.death"),
|
||||
ENTITY_COW_HURT("entity.cow.hurt"),
|
||||
@@ -183,11 +215,31 @@ public enum CraftSound {
|
||||
ENTITY_CREEPER_DEATH("entity.creeper.death"),
|
||||
ENTITY_CREEPER_HURT("entity.creeper.hurt"),
|
||||
ENTITY_CREEPER_PRIMED("entity.creeper.primed"),
|
||||
ENTITY_DOLPHIN_AMBIENT("entity.dolphin.ambient"),
|
||||
ENTITY_DOLPHIN_AMBIENT_WATER("entity.dolphin.ambient_water"),
|
||||
ENTITY_DOLPHIN_ATTACK("entity.dolphin.attack"),
|
||||
ENTITY_DOLPHIN_DEATH("entity.dolphin.death"),
|
||||
ENTITY_DOLPHIN_EAT("entity.dolphin.eat"),
|
||||
ENTITY_DOLPHIN_HURT("entity.dolphin.hurt"),
|
||||
ENTITY_DOLPHIN_JUMP("entity.dolphin.jump"),
|
||||
ENTITY_DOLPHIN_PLAY("entity.dolphin.play"),
|
||||
ENTITY_DOLPHIN_SPLASH("entity.dolphin.splash"),
|
||||
ENTITY_DOLPHIN_SWIM("entity.dolphin.swim"),
|
||||
ENTITY_DONKEY_AMBIENT("entity.donkey.ambient"),
|
||||
ENTITY_DONKEY_ANGRY("entity.donkey.angry"),
|
||||
ENTITY_DONKEY_CHEST("entity.donkey.chest"),
|
||||
ENTITY_DONKEY_DEATH("entity.donkey.death"),
|
||||
ENTITY_DONKEY_HURT("entity.donkey.hurt"),
|
||||
ENTITY_DRAGON_FIREBALL_EXPLODE("entity.dragon_fireball.explode"),
|
||||
ENTITY_DROWNED_AMBIENT("entity.drowned.ambient"),
|
||||
ENTITY_DROWNED_AMBIENT_WATER("entity.drowned.ambient_water"),
|
||||
ENTITY_DROWNED_DEATH("entity.drowned.death"),
|
||||
ENTITY_DROWNED_DEATH_WATER("entity.drowned.death_water"),
|
||||
ENTITY_DROWNED_HURT("entity.drowned.hurt"),
|
||||
ENTITY_DROWNED_HURT_WATER("entity.drowned.hurt_water"),
|
||||
ENTITY_DROWNED_SHOOT("entity.drowned.shoot"),
|
||||
ENTITY_DROWNED_STEP("entity.drowned.step"),
|
||||
ENTITY_DROWNED_SWIM("entity.drowned.swim"),
|
||||
ENTITY_EGG_THROW("entity.egg.throw"),
|
||||
ENTITY_ELDER_GUARDIAN_AMBIENT("entity.elder_guardian.ambient"),
|
||||
ENTITY_ELDER_GUARDIAN_AMBIENT_LAND("entity.elder_guardian.ambient_land"),
|
||||
@@ -197,44 +249,47 @@ public enum CraftSound {
|
||||
ENTITY_ELDER_GUARDIAN_FLOP("entity.elder_guardian.flop"),
|
||||
ENTITY_ELDER_GUARDIAN_HURT("entity.elder_guardian.hurt"),
|
||||
ENTITY_ELDER_GUARDIAN_HURT_LAND("entity.elder_guardian.hurt_land"),
|
||||
ENTITY_ENDERDRAGON_AMBIENT("entity.enderdragon.ambient"),
|
||||
ENTITY_ENDERDRAGON_DEATH("entity.enderdragon.death"),
|
||||
ENTITY_ENDERDRAGON_FIREBALL_EXPLODE("entity.enderdragon_fireball.explode"),
|
||||
ENTITY_ENDERDRAGON_FLAP("entity.enderdragon.flap"),
|
||||
ENTITY_ENDERDRAGON_GROWL("entity.enderdragon.growl"),
|
||||
ENTITY_ENDERDRAGON_HURT("entity.enderdragon.hurt"),
|
||||
ENTITY_ENDERDRAGON_SHOOT("entity.enderdragon.shoot"),
|
||||
ENTITY_ENDEREYE_DEATH("entity.endereye.death"),
|
||||
ENTITY_ENDEREYE_LAUNCH("entity.endereye.launch"),
|
||||
ENTITY_ENDERMEN_AMBIENT("entity.endermen.ambient"),
|
||||
ENTITY_ENDERMEN_DEATH("entity.endermen.death"),
|
||||
ENTITY_ENDERMEN_HURT("entity.endermen.hurt"),
|
||||
ENTITY_ENDERMEN_SCREAM("entity.endermen.scream"),
|
||||
ENTITY_ENDERMEN_STARE("entity.endermen.stare"),
|
||||
ENTITY_ENDERMEN_TELEPORT("entity.endermen.teleport"),
|
||||
ENTITY_ENDERMAN_AMBIENT("entity.enderman.ambient"),
|
||||
ENTITY_ENDERMAN_DEATH("entity.enderman.death"),
|
||||
ENTITY_ENDERMAN_HURT("entity.enderman.hurt"),
|
||||
ENTITY_ENDERMAN_SCREAM("entity.enderman.scream"),
|
||||
ENTITY_ENDERMAN_STARE("entity.enderman.stare"),
|
||||
ENTITY_ENDERMAN_TELEPORT("entity.enderman.teleport"),
|
||||
ENTITY_ENDERMITE_AMBIENT("entity.endermite.ambient"),
|
||||
ENTITY_ENDERMITE_DEATH("entity.endermite.death"),
|
||||
ENTITY_ENDERMITE_HURT("entity.endermite.hurt"),
|
||||
ENTITY_ENDERMITE_STEP("entity.endermite.step"),
|
||||
ENTITY_ENDERPEARL_THROW("entity.enderpearl.throw"),
|
||||
ENTITY_EVOCATION_FANGS_ATTACK("entity.evocation_fangs.attack"),
|
||||
ENTITY_EVOCATION_ILLAGER_AMBIENT("entity.evocation_illager.ambient"),
|
||||
ENTITY_EVOCATION_ILLAGER_CAST_SPELL("entity.evocation_illager.cast_spell"),
|
||||
ENTITY_EVOCATION_ILLAGER_DEATH("entity.evocation_illager.death"),
|
||||
ENTITY_EVOCATION_ILLAGER_HURT("entity.evocation_illager.hurt"),
|
||||
ENTITY_EVOCATION_ILLAGER_PREPARE_ATTACK("entity.evocation_illager.prepare_attack"),
|
||||
ENTITY_EVOCATION_ILLAGER_PREPARE_SUMMON("entity.evocation_illager.prepare_summon"),
|
||||
ENTITY_EVOCATION_ILLAGER_PREPARE_WOLOLO("entity.evocation_illager.prepare_wololo"),
|
||||
ENTITY_ENDER_DRAGON_AMBIENT("entity.ender_dragon.ambient"),
|
||||
ENTITY_ENDER_DRAGON_DEATH("entity.ender_dragon.death"),
|
||||
ENTITY_ENDER_DRAGON_FLAP("entity.ender_dragon.flap"),
|
||||
ENTITY_ENDER_DRAGON_GROWL("entity.ender_dragon.growl"),
|
||||
ENTITY_ENDER_DRAGON_HURT("entity.ender_dragon.hurt"),
|
||||
ENTITY_ENDER_DRAGON_SHOOT("entity.ender_dragon.shoot"),
|
||||
ENTITY_ENDER_EYE_DEATH("entity.ender_eye.death"),
|
||||
ENTITY_ENDER_EYE_LAUNCH("entity.ender_eye.launch"),
|
||||
ENTITY_ENDER_PEARL_THROW("entity.ender_pearl.throw"),
|
||||
ENTITY_EVOKER_AMBIENT("entity.evoker.ambient"),
|
||||
ENTITY_EVOKER_CAST_SPELL("entity.evoker.cast_spell"),
|
||||
ENTITY_EVOKER_DEATH("entity.evoker.death"),
|
||||
ENTITY_EVOKER_FANGS_ATTACK("entity.evoker_fangs.attack"),
|
||||
ENTITY_EVOKER_HURT("entity.evoker.hurt"),
|
||||
ENTITY_EVOKER_PREPARE_ATTACK("entity.evoker.prepare_attack"),
|
||||
ENTITY_EVOKER_PREPARE_SUMMON("entity.evoker.prepare_summon"),
|
||||
ENTITY_EVOKER_PREPARE_WOLOLO("entity.evoker.prepare_wololo"),
|
||||
ENTITY_EXPERIENCE_BOTTLE_THROW("entity.experience_bottle.throw"),
|
||||
ENTITY_EXPERIENCE_ORB_PICKUP("entity.experience_orb.pickup"),
|
||||
ENTITY_FIREWORK_BLAST("entity.firework.blast"),
|
||||
ENTITY_FIREWORK_BLAST_FAR("entity.firework.blast_far"),
|
||||
ENTITY_FIREWORK_LARGE_BLAST("entity.firework.large_blast"),
|
||||
ENTITY_FIREWORK_LARGE_BLAST_FAR("entity.firework.large_blast_far"),
|
||||
ENTITY_FIREWORK_LAUNCH("entity.firework.launch"),
|
||||
ENTITY_FIREWORK_SHOOT("entity.firework.shoot"),
|
||||
ENTITY_FIREWORK_TWINKLE("entity.firework.twinkle"),
|
||||
ENTITY_FIREWORK_TWINKLE_FAR("entity.firework.twinkle_far"),
|
||||
ENTITY_FIREWORK_ROCKET_BLAST("entity.firework_rocket.blast"),
|
||||
ENTITY_FIREWORK_ROCKET_BLAST_FAR("entity.firework_rocket.blast_far"),
|
||||
ENTITY_FIREWORK_ROCKET_LARGE_BLAST("entity.firework_rocket.large_blast"),
|
||||
ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR("entity.firework_rocket.large_blast_far"),
|
||||
ENTITY_FIREWORK_ROCKET_LAUNCH("entity.firework_rocket.launch"),
|
||||
ENTITY_FIREWORK_ROCKET_SHOOT("entity.firework_rocket.shoot"),
|
||||
ENTITY_FIREWORK_ROCKET_TWINKLE("entity.firework_rocket.twinkle"),
|
||||
ENTITY_FIREWORK_ROCKET_TWINKLE_FAR("entity.firework_rocket.twinkle_far"),
|
||||
ENTITY_FISHING_BOBBER_RETRIEVE("entity.fishing_bobber.retrieve"),
|
||||
ENTITY_FISHING_BOBBER_SPLASH("entity.fishing_bobber.splash"),
|
||||
ENTITY_FISHING_BOBBER_THROW("entity.fishing_bobber.throw"),
|
||||
ENTITY_FISH_SWIM("entity.fish.swim"),
|
||||
ENTITY_GENERIC_BIG_FALL("entity.generic.big_fall"),
|
||||
ENTITY_GENERIC_BURN("entity.generic.burn"),
|
||||
ENTITY_GENERIC_DEATH("entity.generic.death"),
|
||||
@@ -280,32 +335,33 @@ public enum CraftSound {
|
||||
ENTITY_HOSTILE_SPLASH("entity.hostile.splash"),
|
||||
ENTITY_HOSTILE_SWIM("entity.hostile.swim"),
|
||||
ENTITY_HUSK_AMBIENT("entity.husk.ambient"),
|
||||
ENTITY_HUSK_CONVERTED_TO_ZOMBIE("entity.husk.converted_to_zombie"),
|
||||
ENTITY_HUSK_DEATH("entity.husk.death"),
|
||||
ENTITY_HUSK_HURT("entity.husk.hurt"),
|
||||
ENTITY_HUSK_STEP("entity.husk.step"),
|
||||
ENTITY_ILLUSION_ILLAGER_AMBIENT("entity.illusion_illager.ambient"),
|
||||
ENTITY_ILLUSION_ILLAGER_CAST_SPELL("entity.illusion_illager.cast_spell"),
|
||||
ENTITY_ILLUSION_ILLAGER_DEATH("entity.illusion_illager.death"),
|
||||
ENTITY_ILLUSION_ILLAGER_HURT("entity.illusion_illager.hurt"),
|
||||
ENTITY_ILLUSION_ILLAGER_MIRROR_MOVE("entity.illusion_illager.mirror_move"),
|
||||
ENTITY_ILLUSION_ILLAGER_PREPARE_BLINDNESS("entity.illusion_illager.prepare_blindness"),
|
||||
ENTITY_ILLUSION_ILLAGER_PREPARE_MIRROR("entity.illusion_illager.prepare_mirror"),
|
||||
ENTITY_IRONGOLEM_ATTACK("entity.irongolem.attack"),
|
||||
ENTITY_IRONGOLEM_DEATH("entity.irongolem.death"),
|
||||
ENTITY_IRONGOLEM_HURT("entity.irongolem.hurt"),
|
||||
ENTITY_IRONGOLEM_STEP("entity.irongolem.step"),
|
||||
ENTITY_ITEMFRAME_ADD_ITEM("entity.itemframe.add_item"),
|
||||
ENTITY_ITEMFRAME_BREAK("entity.itemframe.break"),
|
||||
ENTITY_ITEMFRAME_PLACE("entity.itemframe.place"),
|
||||
ENTITY_ITEMFRAME_REMOVE_ITEM("entity.itemframe.remove_item"),
|
||||
ENTITY_ITEMFRAME_ROTATE_ITEM("entity.itemframe.rotate_item"),
|
||||
ENTITY_ILLUSIONER_AMBIENT("entity.illusioner.ambient"),
|
||||
ENTITY_ILLUSIONER_CAST_SPELL("entity.illusioner.cast_spell"),
|
||||
ENTITY_ILLUSIONER_DEATH("entity.illusioner.death"),
|
||||
ENTITY_ILLUSIONER_HURT("entity.illusioner.hurt"),
|
||||
ENTITY_ILLUSIONER_MIRROR_MOVE("entity.illusioner.mirror_move"),
|
||||
ENTITY_ILLUSIONER_PREPARE_BLINDNESS("entity.illusioner.prepare_blindness"),
|
||||
ENTITY_ILLUSIONER_PREPARE_MIRROR("entity.illusioner.prepare_mirror"),
|
||||
ENTITY_IRON_GOLEM_ATTACK("entity.iron_golem.attack"),
|
||||
ENTITY_IRON_GOLEM_DEATH("entity.iron_golem.death"),
|
||||
ENTITY_IRON_GOLEM_HURT("entity.iron_golem.hurt"),
|
||||
ENTITY_IRON_GOLEM_STEP("entity.iron_golem.step"),
|
||||
ENTITY_ITEM_BREAK("entity.item.break"),
|
||||
ENTITY_ITEM_FRAME_ADD_ITEM("entity.item_frame.add_item"),
|
||||
ENTITY_ITEM_FRAME_BREAK("entity.item_frame.break"),
|
||||
ENTITY_ITEM_FRAME_PLACE("entity.item_frame.place"),
|
||||
ENTITY_ITEM_FRAME_REMOVE_ITEM("entity.item_frame.remove_item"),
|
||||
ENTITY_ITEM_FRAME_ROTATE_ITEM("entity.item_frame.rotate_item"),
|
||||
ENTITY_ITEM_PICKUP("entity.item.pickup"),
|
||||
ENTITY_LEASHKNOT_BREAK("entity.leashknot.break"),
|
||||
ENTITY_LEASHKNOT_PLACE("entity.leashknot.place"),
|
||||
ENTITY_LIGHTNING_IMPACT("entity.lightning.impact"),
|
||||
ENTITY_LIGHTNING_THUNDER("entity.lightning.thunder"),
|
||||
ENTITY_LINGERINGPOTION_THROW("entity.lingeringpotion.throw"),
|
||||
ENTITY_LEASH_KNOT_BREAK("entity.leash_knot.break"),
|
||||
ENTITY_LEASH_KNOT_PLACE("entity.leash_knot.place"),
|
||||
ENTITY_LIGHTNING_BOLT_IMPACT("entity.lightning_bolt.impact"),
|
||||
ENTITY_LIGHTNING_BOLT_THUNDER("entity.lightning_bolt.thunder"),
|
||||
ENTITY_LINGERING_POTION_THROW("entity.lingering_potion.throw"),
|
||||
ENTITY_LLAMA_AMBIENT("entity.llama.ambient"),
|
||||
ENTITY_LLAMA_ANGRY("entity.llama.angry"),
|
||||
ENTITY_LLAMA_CHEST("entity.llama.chest"),
|
||||
@@ -315,10 +371,13 @@ public enum CraftSound {
|
||||
ENTITY_LLAMA_SPIT("entity.llama.spit"),
|
||||
ENTITY_LLAMA_STEP("entity.llama.step"),
|
||||
ENTITY_LLAMA_SWAG("entity.llama.swag"),
|
||||
ENTITY_MAGMACUBE_DEATH("entity.magmacube.death"),
|
||||
ENTITY_MAGMACUBE_HURT("entity.magmacube.hurt"),
|
||||
ENTITY_MAGMACUBE_JUMP("entity.magmacube.jump"),
|
||||
ENTITY_MAGMACUBE_SQUISH("entity.magmacube.squish"),
|
||||
ENTITY_MAGMA_CUBE_DEATH("entity.magma_cube.death"),
|
||||
ENTITY_MAGMA_CUBE_DEATH_SMALL("entity.magma_cube.death_small"),
|
||||
ENTITY_MAGMA_CUBE_HURT("entity.magma_cube.hurt"),
|
||||
ENTITY_MAGMA_CUBE_HURT_SMALL("entity.magma_cube.hurt_small"),
|
||||
ENTITY_MAGMA_CUBE_JUMP("entity.magma_cube.jump"),
|
||||
ENTITY_MAGMA_CUBE_SQUISH("entity.magma_cube.squish"),
|
||||
ENTITY_MAGMA_CUBE_SQUISH_SMALL("entity.magma_cube.squish_small"),
|
||||
ENTITY_MINECART_INSIDE("entity.minecart.inside"),
|
||||
ENTITY_MINECART_RIDING("entity.minecart.riding"),
|
||||
ENTITY_MOOSHROOM_SHEAR("entity.mooshroom.shear"),
|
||||
@@ -335,15 +394,17 @@ public enum CraftSound {
|
||||
ENTITY_PARROT_HURT("entity.parrot.hurt"),
|
||||
ENTITY_PARROT_IMITATE_BLAZE("entity.parrot.imitate.blaze"),
|
||||
ENTITY_PARROT_IMITATE_CREEPER("entity.parrot.imitate.creeper"),
|
||||
ENTITY_PARROT_IMITATE_DROWNED("entity.parrot.imitate.drowned"),
|
||||
ENTITY_PARROT_IMITATE_ELDER_GUARDIAN("entity.parrot.imitate.elder_guardian"),
|
||||
ENTITY_PARROT_IMITATE_ENDERDRAGON("entity.parrot.imitate.enderdragon"),
|
||||
ENTITY_PARROT_IMITATE_ENDERMAN("entity.parrot.imitate.enderman"),
|
||||
ENTITY_PARROT_IMITATE_ENDERMITE("entity.parrot.imitate.endermite"),
|
||||
ENTITY_PARROT_IMITATE_EVOCATION_ILLAGER("entity.parrot.imitate.evocation_illager"),
|
||||
ENTITY_PARROT_IMITATE_ENDER_DRAGON("entity.parrot.imitate.ender_dragon"),
|
||||
ENTITY_PARROT_IMITATE_EVOKER("entity.parrot.imitate.evoker"),
|
||||
ENTITY_PARROT_IMITATE_GHAST("entity.parrot.imitate.ghast"),
|
||||
ENTITY_PARROT_IMITATE_HUSK("entity.parrot.imitate.husk"),
|
||||
ENTITY_PARROT_IMITATE_ILLUSION_ILLAGER("entity.parrot.imitate.illusion_illager"),
|
||||
ENTITY_PARROT_IMITATE_MAGMACUBE("entity.parrot.imitate.magmacube"),
|
||||
ENTITY_PARROT_IMITATE_ILLUSIONER("entity.parrot.imitate.illusioner"),
|
||||
ENTITY_PARROT_IMITATE_MAGMA_CUBE("entity.parrot.imitate.magma_cube"),
|
||||
ENTITY_PARROT_IMITATE_PHANTOM("entity.parrot.imitate.phantom"),
|
||||
ENTITY_PARROT_IMITATE_POLAR_BEAR("entity.parrot.imitate.polar_bear"),
|
||||
ENTITY_PARROT_IMITATE_SHULKER("entity.parrot.imitate.shulker"),
|
||||
ENTITY_PARROT_IMITATE_SILVERFISH("entity.parrot.imitate.silverfish"),
|
||||
@@ -352,7 +413,7 @@ public enum CraftSound {
|
||||
ENTITY_PARROT_IMITATE_SPIDER("entity.parrot.imitate.spider"),
|
||||
ENTITY_PARROT_IMITATE_STRAY("entity.parrot.imitate.stray"),
|
||||
ENTITY_PARROT_IMITATE_VEX("entity.parrot.imitate.vex"),
|
||||
ENTITY_PARROT_IMITATE_VINDICATION_ILLAGER("entity.parrot.imitate.vindication_illager"),
|
||||
ENTITY_PARROT_IMITATE_VINDICATOR("entity.parrot.imitate.vindicator"),
|
||||
ENTITY_PARROT_IMITATE_WITCH("entity.parrot.imitate.witch"),
|
||||
ENTITY_PARROT_IMITATE_WITHER("entity.parrot.imitate.wither"),
|
||||
ENTITY_PARROT_IMITATE_WITHER_SKELETON("entity.parrot.imitate.wither_skeleton"),
|
||||
@@ -361,6 +422,12 @@ public enum CraftSound {
|
||||
ENTITY_PARROT_IMITATE_ZOMBIE_PIGMAN("entity.parrot.imitate.zombie_pigman"),
|
||||
ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER("entity.parrot.imitate.zombie_villager"),
|
||||
ENTITY_PARROT_STEP("entity.parrot.step"),
|
||||
ENTITY_PHANTOM_AMBIENT("entity.phantom.ambient"),
|
||||
ENTITY_PHANTOM_BITE("entity.phantom.bite"),
|
||||
ENTITY_PHANTOM_DEATH("entity.phantom.death"),
|
||||
ENTITY_PHANTOM_FLAP("entity.phantom.flap"),
|
||||
ENTITY_PHANTOM_HURT("entity.phantom.hurt"),
|
||||
ENTITY_PHANTOM_SWOOP("entity.phantom.swoop"),
|
||||
ENTITY_PIG_AMBIENT("entity.pig.ambient"),
|
||||
ENTITY_PIG_DEATH("entity.pig.death"),
|
||||
ENTITY_PIG_HURT("entity.pig.hurt"),
|
||||
@@ -382,18 +449,30 @@ public enum CraftSound {
|
||||
ENTITY_PLAYER_LEVELUP("entity.player.levelup"),
|
||||
ENTITY_PLAYER_SMALL_FALL("entity.player.small_fall"),
|
||||
ENTITY_PLAYER_SPLASH("entity.player.splash"),
|
||||
ENTITY_PLAYER_SPLASH_HIGH_SPEED("entity.player.splash.high_speed"),
|
||||
ENTITY_PLAYER_SWIM("entity.player.swim"),
|
||||
ENTITY_POLAR_BEAR_AMBIENT("entity.polar_bear.ambient"),
|
||||
ENTITY_POLAR_BEAR_BABY_AMBIENT("entity.polar_bear.baby_ambient"),
|
||||
ENTITY_POLAR_BEAR_AMBIENT_BABY("entity.polar_bear.ambient_baby"),
|
||||
ENTITY_POLAR_BEAR_DEATH("entity.polar_bear.death"),
|
||||
ENTITY_POLAR_BEAR_HURT("entity.polar_bear.hurt"),
|
||||
ENTITY_POLAR_BEAR_STEP("entity.polar_bear.step"),
|
||||
ENTITY_POLAR_BEAR_WARNING("entity.polar_bear.warning"),
|
||||
ENTITY_PUFFER_FISH_AMBIENT("entity.puffer_fish.ambient"),
|
||||
ENTITY_PUFFER_FISH_BLOW_OUT("entity.puffer_fish.blow_out"),
|
||||
ENTITY_PUFFER_FISH_BLOW_UP("entity.puffer_fish.blow_up"),
|
||||
ENTITY_PUFFER_FISH_DEATH("entity.puffer_fish.death"),
|
||||
ENTITY_PUFFER_FISH_FLOP("entity.puffer_fish.flop"),
|
||||
ENTITY_PUFFER_FISH_HURT("entity.puffer_fish.hurt"),
|
||||
ENTITY_PUFFER_FISH_STING("entity.puffer_fish.sting"),
|
||||
ENTITY_RABBIT_AMBIENT("entity.rabbit.ambient"),
|
||||
ENTITY_RABBIT_ATTACK("entity.rabbit.attack"),
|
||||
ENTITY_RABBIT_DEATH("entity.rabbit.death"),
|
||||
ENTITY_RABBIT_HURT("entity.rabbit.hurt"),
|
||||
ENTITY_RABBIT_JUMP("entity.rabbit.jump"),
|
||||
ENTITY_SALMON_AMBIENT("entity.salmon.ambient"),
|
||||
ENTITY_SALMON_DEATH("entity.salmon.death"),
|
||||
ENTITY_SALMON_FLOP("entity.salmon.flop"),
|
||||
ENTITY_SALMON_HURT("entity.salmon.hurt"),
|
||||
ENTITY_SHEEP_AMBIENT("entity.sheep.ambient"),
|
||||
ENTITY_SHEEP_DEATH("entity.sheep.death"),
|
||||
ENTITY_SHEEP_HURT("entity.sheep.hurt"),
|
||||
@@ -416,28 +495,30 @@ public enum CraftSound {
|
||||
ENTITY_SKELETON_AMBIENT("entity.skeleton.ambient"),
|
||||
ENTITY_SKELETON_DEATH("entity.skeleton.death"),
|
||||
ENTITY_SKELETON_HORSE_AMBIENT("entity.skeleton_horse.ambient"),
|
||||
ENTITY_SKELETON_HORSE_AMBIENT_WATER("entity.skeleton_horse.ambient_water"),
|
||||
ENTITY_SKELETON_HORSE_DEATH("entity.skeleton_horse.death"),
|
||||
ENTITY_SKELETON_HORSE_GALLOP_WATER("entity.skeleton_horse.gallop_water"),
|
||||
ENTITY_SKELETON_HORSE_HURT("entity.skeleton_horse.hurt"),
|
||||
ENTITY_SKELETON_HORSE_JUMP_WATER("entity.skeleton_horse.jump_water"),
|
||||
ENTITY_SKELETON_HORSE_STEP_WATER("entity.skeleton_horse.step_water"),
|
||||
ENTITY_SKELETON_HORSE_SWIM("entity.skeleton_horse.swim"),
|
||||
ENTITY_SKELETON_HURT("entity.skeleton.hurt"),
|
||||
ENTITY_SKELETON_SHOOT("entity.skeleton.shoot"),
|
||||
ENTITY_SKELETON_STEP("entity.skeleton.step"),
|
||||
ENTITY_SLIME_ATTACK("entity.slime.attack"),
|
||||
ENTITY_SLIME_DEATH("entity.slime.death"),
|
||||
ENTITY_SLIME_DEATH_SMALL("entity.slime.death_small"),
|
||||
ENTITY_SLIME_HURT("entity.slime.hurt"),
|
||||
ENTITY_SLIME_HURT_SMALL("entity.slime.hurt_small"),
|
||||
ENTITY_SLIME_JUMP("entity.slime.jump"),
|
||||
ENTITY_SLIME_JUMP_SMALL("entity.slime.jump_small"),
|
||||
ENTITY_SLIME_SQUISH("entity.slime.squish"),
|
||||
ENTITY_SMALL_MAGMACUBE_DEATH("entity.small_magmacube.death"),
|
||||
ENTITY_SMALL_MAGMACUBE_HURT("entity.small_magmacube.hurt"),
|
||||
ENTITY_SMALL_MAGMACUBE_SQUISH("entity.small_magmacube.squish"),
|
||||
ENTITY_SMALL_SLIME_DEATH("entity.small_slime.death"),
|
||||
ENTITY_SMALL_SLIME_HURT("entity.small_slime.hurt"),
|
||||
ENTITY_SMALL_SLIME_JUMP("entity.small_slime.jump"),
|
||||
ENTITY_SMALL_SLIME_SQUISH("entity.small_slime.squish"),
|
||||
ENTITY_SLIME_SQUISH_SMALL("entity.slime.squish_small"),
|
||||
ENTITY_SNOWBALL_THROW("entity.snowball.throw"),
|
||||
ENTITY_SNOWMAN_AMBIENT("entity.snowman.ambient"),
|
||||
ENTITY_SNOWMAN_DEATH("entity.snowman.death"),
|
||||
ENTITY_SNOWMAN_HURT("entity.snowman.hurt"),
|
||||
ENTITY_SNOWMAN_SHOOT("entity.snowman.shoot"),
|
||||
ENTITY_SNOW_GOLEM_AMBIENT("entity.snow_golem.ambient"),
|
||||
ENTITY_SNOW_GOLEM_DEATH("entity.snow_golem.death"),
|
||||
ENTITY_SNOW_GOLEM_HURT("entity.snow_golem.hurt"),
|
||||
ENTITY_SNOW_GOLEM_SHOOT("entity.snow_golem.shoot"),
|
||||
ENTITY_SPIDER_AMBIENT("entity.spider.ambient"),
|
||||
ENTITY_SPIDER_DEATH("entity.spider.death"),
|
||||
ENTITY_SPIDER_HURT("entity.spider.hurt"),
|
||||
@@ -447,11 +528,28 @@ public enum CraftSound {
|
||||
ENTITY_SQUID_AMBIENT("entity.squid.ambient"),
|
||||
ENTITY_SQUID_DEATH("entity.squid.death"),
|
||||
ENTITY_SQUID_HURT("entity.squid.hurt"),
|
||||
ENTITY_SQUID_SQUIRT("entity.squid.squirt"),
|
||||
ENTITY_STRAY_AMBIENT("entity.stray.ambient"),
|
||||
ENTITY_STRAY_DEATH("entity.stray.death"),
|
||||
ENTITY_STRAY_HURT("entity.stray.hurt"),
|
||||
ENTITY_STRAY_STEP("entity.stray.step"),
|
||||
ENTITY_TNT_PRIMED("entity.tnt.primed"),
|
||||
ENTITY_TROPICAL_FISH_AMBIENT("entity.tropical_fish.ambient"),
|
||||
ENTITY_TROPICAL_FISH_DEATH("entity.tropical_fish.death"),
|
||||
ENTITY_TROPICAL_FISH_FLOP("entity.tropical_fish.flop"),
|
||||
ENTITY_TROPICAL_FISH_HURT("entity.tropical_fish.hurt"),
|
||||
ENTITY_TURTLE_AMBIENT_LAND("entity.turtle.ambient_land"),
|
||||
ENTITY_TURTLE_DEATH("entity.turtle.death"),
|
||||
ENTITY_TURTLE_DEATH_BABY("entity.turtle.death_baby"),
|
||||
ENTITY_TURTLE_EGG_BREAK("entity.turtle.egg_break"),
|
||||
ENTITY_TURTLE_EGG_CRACK("entity.turtle.egg_crack"),
|
||||
ENTITY_TURTLE_EGG_HATCH("entity.turtle.egg_hatch"),
|
||||
ENTITY_TURTLE_HURT("entity.turtle.hurt"),
|
||||
ENTITY_TURTLE_HURT_BABY("entity.turtle.hurt_baby"),
|
||||
ENTITY_TURTLE_LAY_EGG("entity.turtle.lay_egg"),
|
||||
ENTITY_TURTLE_SHAMBLE("entity.turtle.shamble"),
|
||||
ENTITY_TURTLE_SHAMBLE_BABY("entity.turtle.shamble_baby"),
|
||||
ENTITY_TURTLE_SWIM("entity.turtle.swim"),
|
||||
ENTITY_VEX_AMBIENT("entity.vex.ambient"),
|
||||
ENTITY_VEX_CHARGE("entity.vex.charge"),
|
||||
ENTITY_VEX_DEATH("entity.vex.death"),
|
||||
@@ -460,11 +558,11 @@ public enum CraftSound {
|
||||
ENTITY_VILLAGER_DEATH("entity.villager.death"),
|
||||
ENTITY_VILLAGER_HURT("entity.villager.hurt"),
|
||||
ENTITY_VILLAGER_NO("entity.villager.no"),
|
||||
ENTITY_VILLAGER_TRADING("entity.villager.trading"),
|
||||
ENTITY_VILLAGER_TRADE("entity.villager.trade"),
|
||||
ENTITY_VILLAGER_YES("entity.villager.yes"),
|
||||
ENTITY_VINDICATION_ILLAGER_AMBIENT("entity.vindication_illager.ambient"),
|
||||
ENTITY_VINDICATION_ILLAGER_DEATH("entity.vindication_illager.death"),
|
||||
ENTITY_VINDICATION_ILLAGER_HURT("entity.vindication_illager.hurt"),
|
||||
ENTITY_VINDICATOR_AMBIENT("entity.vindicator.ambient"),
|
||||
ENTITY_VINDICATOR_DEATH("entity.vindicator.death"),
|
||||
ENTITY_VINDICATOR_HURT("entity.vindicator.hurt"),
|
||||
ENTITY_WITCH_AMBIENT("entity.witch.ambient"),
|
||||
ENTITY_WITCH_DEATH("entity.witch.death"),
|
||||
ENTITY_WITCH_DRINK("entity.witch.drink"),
|
||||
@@ -490,19 +588,21 @@ public enum CraftSound {
|
||||
ENTITY_WOLF_STEP("entity.wolf.step"),
|
||||
ENTITY_WOLF_WHINE("entity.wolf.whine"),
|
||||
ENTITY_ZOMBIE_AMBIENT("entity.zombie.ambient"),
|
||||
ENTITY_ZOMBIE_ATTACK_DOOR_WOOD("entity.zombie.attack_door_wood"),
|
||||
ENTITY_ZOMBIE_ATTACK_IRON_DOOR("entity.zombie.attack_iron_door"),
|
||||
ENTITY_ZOMBIE_BREAK_DOOR_WOOD("entity.zombie.break_door_wood"),
|
||||
ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR("entity.zombie.attack_wooden_door"),
|
||||
ENTITY_ZOMBIE_BREAK_WOODEN_DOOR("entity.zombie.break_wooden_door"),
|
||||
ENTITY_ZOMBIE_CONVERTED_TO_DROWNED("entity.zombie.converted_to_drowned"),
|
||||
ENTITY_ZOMBIE_DEATH("entity.zombie.death"),
|
||||
ENTITY_ZOMBIE_DESTROY_EGG("entity.zombie.destroy_egg"),
|
||||
ENTITY_ZOMBIE_HORSE_AMBIENT("entity.zombie_horse.ambient"),
|
||||
ENTITY_ZOMBIE_HORSE_DEATH("entity.zombie_horse.death"),
|
||||
ENTITY_ZOMBIE_HORSE_HURT("entity.zombie_horse.hurt"),
|
||||
ENTITY_ZOMBIE_HURT("entity.zombie.hurt"),
|
||||
ENTITY_ZOMBIE_INFECT("entity.zombie.infect"),
|
||||
ENTITY_ZOMBIE_PIG_AMBIENT("entity.zombie_pig.ambient"),
|
||||
ENTITY_ZOMBIE_PIG_ANGRY("entity.zombie_pig.angry"),
|
||||
ENTITY_ZOMBIE_PIG_DEATH("entity.zombie_pig.death"),
|
||||
ENTITY_ZOMBIE_PIG_HURT("entity.zombie_pig.hurt"),
|
||||
ENTITY_ZOMBIE_PIGMAN_AMBIENT("entity.zombie_pigman.ambient"),
|
||||
ENTITY_ZOMBIE_PIGMAN_ANGRY("entity.zombie_pigman.angry"),
|
||||
ENTITY_ZOMBIE_PIGMAN_DEATH("entity.zombie_pigman.death"),
|
||||
ENTITY_ZOMBIE_PIGMAN_HURT("entity.zombie_pigman.hurt"),
|
||||
ENTITY_ZOMBIE_STEP("entity.zombie.step"),
|
||||
ENTITY_ZOMBIE_VILLAGER_AMBIENT("entity.zombie_villager.ambient"),
|
||||
ENTITY_ZOMBIE_VILLAGER_CONVERTED("entity.zombie_villager.converted"),
|
||||
@@ -517,12 +617,16 @@ public enum CraftSound {
|
||||
ITEM_ARMOR_EQUIP_GOLD("item.armor.equip_gold"),
|
||||
ITEM_ARMOR_EQUIP_IRON("item.armor.equip_iron"),
|
||||
ITEM_ARMOR_EQUIP_LEATHER("item.armor.equip_leather"),
|
||||
ITEM_ARMOR_EQUIP_TURTLE("item.armor.equip_turtle"),
|
||||
ITEM_AXE_STRIP("item.axe.strip"),
|
||||
ITEM_BOTTLE_EMPTY("item.bottle.empty"),
|
||||
ITEM_BOTTLE_FILL("item.bottle.fill"),
|
||||
ITEM_BOTTLE_FILL_DRAGONBREATH("item.bottle.fill_dragonbreath"),
|
||||
ITEM_BUCKET_EMPTY("item.bucket.empty"),
|
||||
ITEM_BUCKET_EMPTY_FISH("item.bucket.empty_fish"),
|
||||
ITEM_BUCKET_EMPTY_LAVA("item.bucket.empty_lava"),
|
||||
ITEM_BUCKET_FILL("item.bucket.fill"),
|
||||
ITEM_BUCKET_FILL_FISH("item.bucket.fill_fish"),
|
||||
ITEM_BUCKET_FILL_LAVA("item.bucket.fill_lava"),
|
||||
ITEM_CHORUS_FRUIT_TELEPORT("item.chorus_fruit.teleport"),
|
||||
ITEM_ELYTRA_FLYING("item.elytra.flying"),
|
||||
@@ -533,25 +637,34 @@ public enum CraftSound {
|
||||
ITEM_SHIELD_BREAK("item.shield.break"),
|
||||
ITEM_SHOVEL_FLATTEN("item.shovel.flatten"),
|
||||
ITEM_TOTEM_USE("item.totem.use"),
|
||||
ITEM_TRIDENT_HIT("item.trident.hit"),
|
||||
ITEM_TRIDENT_HIT_GROUND("item.trident.hit_ground"),
|
||||
ITEM_TRIDENT_RETURN("item.trident.return"),
|
||||
ITEM_TRIDENT_RIPTIDE_1("item.trident.riptide_1"),
|
||||
ITEM_TRIDENT_RIPTIDE_2("item.trident.riptide_2"),
|
||||
ITEM_TRIDENT_RIPTIDE_3("item.trident.riptide_3"),
|
||||
ITEM_TRIDENT_THROW("item.trident.throw"),
|
||||
ITEM_TRIDENT_THUNDER("item.trident.thunder"),
|
||||
MUSIC_CREATIVE("music.creative"),
|
||||
MUSIC_CREDITS("music.credits"),
|
||||
MUSIC_DISC_11("music_disc.11"),
|
||||
MUSIC_DISC_13("music_disc.13"),
|
||||
MUSIC_DISC_BLOCKS("music_disc.blocks"),
|
||||
MUSIC_DISC_CAT("music_disc.cat"),
|
||||
MUSIC_DISC_CHIRP("music_disc.chirp"),
|
||||
MUSIC_DISC_FAR("music_disc.far"),
|
||||
MUSIC_DISC_MALL("music_disc.mall"),
|
||||
MUSIC_DISC_MELLOHI("music_disc.mellohi"),
|
||||
MUSIC_DISC_STAL("music_disc.stal"),
|
||||
MUSIC_DISC_STRAD("music_disc.strad"),
|
||||
MUSIC_DISC_WAIT("music_disc.wait"),
|
||||
MUSIC_DISC_WARD("music_disc.ward"),
|
||||
MUSIC_DRAGON("music.dragon"),
|
||||
MUSIC_END("music.end"),
|
||||
MUSIC_GAME("music.game"),
|
||||
MUSIC_MENU("music.menu"),
|
||||
MUSIC_NETHER("music.nether"),
|
||||
RECORD_11("record.11"),
|
||||
RECORD_13("record.13"),
|
||||
RECORD_BLOCKS("record.blocks"),
|
||||
RECORD_CAT("record.cat"),
|
||||
RECORD_CHIRP("record.chirp"),
|
||||
RECORD_FAR("record.far"),
|
||||
RECORD_MALL("record.mall"),
|
||||
RECORD_MELLOHI("record.mellohi"),
|
||||
RECORD_STAL("record.stal"),
|
||||
RECORD_STRAD("record.strad"),
|
||||
RECORD_WAIT("record.wait"),
|
||||
RECORD_WARD("record.ward"),
|
||||
MUSIC_UNDER_WATER("music.under_water"),
|
||||
UI_BUTTON_CLICK("ui.button.click"),
|
||||
UI_TOAST_CHALLENGE_COMPLETE("ui.toast.challenge_complete"),
|
||||
UI_TOAST_IN("ui.toast.in"),
|
||||
|
||||
Reference in New Issue
Block a user