Interface FuelValueEvents


@NonExtendable public interface FuelValueEvents
Contains events to aid in modifying fuels.
  • Field Details

    • BUILD

      static final Event<FuelValueEvents.BuildCallback> 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

      static final Event<FuelValueEvents.ExclusionsCallback> EXCLUSIONS
      An event that is called when the fuel values are being built after vanilla exclusions have been applied.