public class AllSoundEvents
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AllSoundEvents.SoundEntry |
| Constructor and Description |
|---|
AllSoundEvents() |
| Modifier and Type | Method and Description |
|---|---|
static com.simibubi.create.AllSoundEvents.SoundEntryBuilder |
create(java.lang.String id) |
static void |
prepare() |
static com.google.gson.JsonObject |
provideLangEntries() |
static com.simibubi.create.AllSoundEvents.SoundEntryProvider |
provider(net.minecraft.data.DataGenerator generator) |
static void |
register(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.util.SoundEvent> event) |
public static java.util.Map<net.minecraft.util.ResourceLocation,AllSoundEvents.SoundEntry> entries
public static final AllSoundEvents.SoundEntry SCHEMATICANNON_LAUNCH_BLOCK
public static final AllSoundEvents.SoundEntry SCHEMATICANNON_FINISH
public static final AllSoundEvents.SoundEntry DEPOT_SLIDE
public static final AllSoundEvents.SoundEntry DEPOT_PLOP
public static final AllSoundEvents.SoundEntry FUNNEL_FLAP
public static final AllSoundEvents.SoundEntry SLIME_ADDED
public static final AllSoundEvents.SoundEntry MECHANICAL_PRESS_ACTIVATION
public static final AllSoundEvents.SoundEntry MECHANICAL_PRESS_ACTIVATION_ON_BELT
public static final AllSoundEvents.SoundEntry MIXING
public static final AllSoundEvents.SoundEntry CRANKING
public static final AllSoundEvents.SoundEntry WORLDSHAPER_PLACE
public static final AllSoundEvents.SoundEntry SCROLL_VALUE
public static final AllSoundEvents.SoundEntry CONFIRM
public static final AllSoundEvents.SoundEntry DENY
public static final AllSoundEvents.SoundEntry COGS
public static final AllSoundEvents.SoundEntry FWOOMP
public static final AllSoundEvents.SoundEntry POTATO_HIT
public static final AllSoundEvents.SoundEntry CONTRAPTION_ASSEMBLE
public static final AllSoundEvents.SoundEntry CONTRAPTION_DISASSEMBLE
public static final AllSoundEvents.SoundEntry WRENCH_ROTATE
public static final AllSoundEvents.SoundEntry WRENCH_REMOVE
public static final AllSoundEvents.SoundEntry CRAFTER_CLICK
public static final AllSoundEvents.SoundEntry CRAFTER_CRAFT
public static final AllSoundEvents.SoundEntry COPPER_ARMOR_EQUIP
public static final AllSoundEvents.SoundEntry AUTO_POLISH
public static final AllSoundEvents.SoundEntry CONTROLLER_CLICK
public static final AllSoundEvents.SoundEntry CONTROLLER_PUT
public static final AllSoundEvents.SoundEntry CONTROLLER_TAKE
public static final AllSoundEvents.SoundEntry SAW_ACTIVATE_WOOD
public static final AllSoundEvents.SoundEntry SAW_ACTIVATE_STONE
public static final AllSoundEvents.SoundEntry BLAZE_MUNCH
public static final AllSoundEvents.SoundEntry CRUSHING_1
public static final AllSoundEvents.SoundEntry CRUSHING_2
public static final AllSoundEvents.SoundEntry CRUSHING_3
public static final AllSoundEvents.SoundEntry PECULIAR_BELL_USE
public static final AllSoundEvents.SoundEntry HAUNTED_BELL_CONVERT
public static final AllSoundEvents.SoundEntry HAUNTED_BELL_USE
public static com.simibubi.create.AllSoundEvents.SoundEntryBuilder create(java.lang.String id)
public static void register(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.util.SoundEvent> event)
public static void prepare()
public static com.google.gson.JsonObject provideLangEntries()
public static com.simibubi.create.AllSoundEvents.SoundEntryProvider provider(net.minecraft.data.DataGenerator generator)