Package com.hbm_m.inventory.fluid.trait
Class FT_Combustible
java.lang.Object
com.hbm_m.inventory.fluid.trait.FluidTrait
com.hbm_m.inventory.fluid.trait.FT_Combustible
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.hbm_m.inventory.fluid.trait.FluidTrait
FluidTrait.FluidReleaseType -
Field Summary
FieldsFields inherited from class com.hbm_m.inventory.fluid.trait.FluidTrait
traitList, traitNameMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidImportant information that should always be displayedvoiddeserializeJSON(com.google.gson.JsonObject obj) longgetGrade()voidserializeJSON(com.google.gson.stream.JsonWriter writer) Methods inherited from class com.hbm_m.inventory.fluid.trait.FluidTrait
addInfoHidden, onFluidRelease, registerTrait
-
Field Details
-
fuelGrade
-
combustionEnergy
protected long combustionEnergy
-
-
Constructor Details
-
FT_Combustible
public FT_Combustible() -
FT_Combustible
-
-
Method Details
-
addInfo
Description copied from class:FluidTraitImportant information that should always be displayed- Overrides:
addInfoin classFluidTrait
-
getCombustionEnergy
public long getCombustionEnergy() -
getGrade
-
serializeJSON
- Overrides:
serializeJSONin classFluidTrait- Throws:
IOException
-
deserializeJSON
public void deserializeJSON(com.google.gson.JsonObject obj) - Overrides:
deserializeJSONin classFluidTrait
-