public interface CustomClientFabricEvents
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CustomClientFabricEvents.KeyPressed |
static interface |
CustomClientFabricEvents.RenderDebugInfo |
| Modifier and Type | Field and Description |
|---|---|
static net.fabricmc.fabric.api.event.Event<CustomClientFabricEvents.KeyPressed> |
KEY_PRESSED |
static net.fabricmc.fabric.api.event.Event<CustomClientFabricEvents.RenderDebugInfo> |
RENDER_DEBUG_INFO |
static final net.fabricmc.fabric.api.event.Event<CustomClientFabricEvents.KeyPressed> KEY_PRESSED
static final net.fabricmc.fabric.api.event.Event<CustomClientFabricEvents.RenderDebugInfo> RENDER_DEBUG_INFO