public interface CustomComonFabricEvents
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CustomComonFabricEvents.CustomTickFabric |
static interface |
CustomComonFabricEvents.RegistryEvent |
| Modifier and Type | Field and Description |
|---|---|
static net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.CustomTickFabric> |
CUSTOM_TICK |
static net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> |
REGISTER_BLOCK_ENTITIES |
static net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> |
REGISTER_BLOCKS |
static net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> |
REGISTER_ENTITIES |
static net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> |
REGISTER_ITEMS |
static net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> |
REGISTER_SOUND_EVENTS |
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.CustomTickFabric> CUSTOM_TICK
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_BLOCK_ENTITIES
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_BLOCKS
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_ENTITIES
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_ITEMS
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_SOUND_EVENTS