Fuel

constructor(burnTime: Int)

Allows items to be used as fuel in furnaces.

Parameters

burnTime

The burn time of this fuel, in ticks.


constructor(burnTime: Provider<Int>)

Parameters

burnTime

The burn time of this fuel, in ticks.