Package com.hbm_m.inventory.fluid.trait
Class FT_Flammable
java.lang.Object
com.hbm_m.inventory.fluid.trait.FluidTrait
com.hbm_m.inventory.fluid.trait.FT_Flammable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hbm_m.inventory.fluid.trait.FluidTrait
FluidTrait.FluidReleaseType -
Field Summary
Fields 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) longvoidserializeJSON(com.google.gson.stream.JsonWriter writer) Methods inherited from class com.hbm_m.inventory.fluid.trait.FluidTrait
addInfoHidden, onFluidRelease, registerTrait
-
Constructor Details
-
FT_Flammable
public FT_Flammable() -
FT_Flammable
public FT_Flammable(long energy)
-
-
Method Details
-
getHeatEnergy
public long getHeatEnergy() -
addInfo
Description copied from class:FluidTraitImportant information that should always be displayed- Overrides:
addInfoin classFluidTrait
-
serializeJSON
- Overrides:
serializeJSONin classFluidTrait- Throws:
IOException
-
deserializeJSON
public void deserializeJSON(com.google.gson.JsonObject obj) - Overrides:
deserializeJSONin classFluidTrait
-