Package net.fabricmc.fabric.api.registry
Interface FuelRegistryEvents
@NonExtendable
public interface FuelRegistryEvents
Contains events to aid in modifying fuels.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Use this event to register custom fuels.static interface
static interface
Use this event to register custom fuels. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Event
<FuelRegistryEvents.BuildCallback> An event that is called when the fuel registry is being built after vanilla fuels have been registered and before exclusions have been applied.static final Event
<FuelRegistryEvents.ExclusionsCallback> An event that is called when the fuel registry is being built after vanilla exclusions have been applied.
-
Field Details
-
BUILD
An event that is called when the fuel registry is being built after vanilla fuels have been registered and before exclusions have been applied. -
EXCLUSIONS
An event that is called when the fuel registry is being built after vanilla exclusions have been applied.
-