Interface CustomComonFabricEvents
public interface CustomComonFabricEvents
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.CustomTickFabric> static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent>
-
Field Details
-
CUSTOM_TICK
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.CustomTickFabric> CUSTOM_TICK -
REGISTER_BLOCK_ENTITIES
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_BLOCK_ENTITIES -
REGISTER_BLOCKS
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_BLOCKS -
REGISTER_ENTITIES
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_ENTITIES -
REGISTER_ITEMS
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_ITEMS -
REGISTER_SOUND_EVENTS
static final net.fabricmc.fabric.api.event.Event<CustomComonFabricEvents.RegistryEvent> REGISTER_SOUND_EVENTS
-