Interface FuelValueEvents
@NonExtendable
public interface FuelValueEvents
Contains events to aid in modifying fuels.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceUse this event to register custom fuels.static interfacestatic interfaceUse this event to register custom fuels. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<FuelValueEvents.BuildCallback> An event that is called when the fuel values are being built after vanilla fuels have been added and before exclusions have been applied.static final Event<FuelValueEvents.ExclusionsCallback> An event that is called when the fuel values are being built after vanilla exclusions have been applied.
-
Field Details
-
BUILD
An event that is called when the fuel values are being built after vanilla fuels have been added and before exclusions have been applied. -
EXCLUSIONS
An event that is called when the fuel values are being built after vanilla exclusions have been applied.
-