Package zombie.characters.BodyDamage
Class Thermoregulator.ThermalNode
java.lang.Object
zombie.characters.BodyDamage.Thermoregulator.ThermalNode
- Enclosing class:
- Thermoregulator
public class Thermoregulator.ThermalNode
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ThermalNode(boolean boolean1, float float1, BodyPart bodyPart, float float2)
ThermalNode(float float1, BodyPart bodyPart, float float2)
-
Method Summary
Modifier and Type Method Description float
getBodyResponse()
float
getBodyResponseUI()
float
getBodyWetness()
float
getBodyWetnessUI()
float
getCelcius()
float
getClothingWetness()
float
getClothingWetnessUI()
float
getDistToCore()
float
getHeatDelta()
float
getHeatDeltaUI()
float
getInsulation()
float
getInsulationUI()
float
getPrimaryDelta()
float
getPrimaryDeltaUI()
float
getSecondaryDelta()
float
getSecondaryDeltaUI()
float
getSkinCelcius()
float
getSkinCelciusUI()
float
getSkinSurface()
float
getWindresist()
float
getWindresistUI()
boolean
hasDownstream()
boolean
hasUpstream()
boolean
isCore()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThermalNode
-
ThermalNode
-
-
Method Details
-
hasUpstream
public boolean hasUpstream() -
hasDownstream
public boolean hasDownstream() -
getDistToCore
public float getDistToCore() -
getSkinSurface
public float getSkinSurface() -
isCore
public boolean isCore() -
getInsulation
public float getInsulation() -
getWindresist
public float getWindresist() -
getCelcius
public float getCelcius() -
getSkinCelcius
public float getSkinCelcius() -
getHeatDelta
public float getHeatDelta() -
getPrimaryDelta
public float getPrimaryDelta() -
getSecondaryDelta
public float getSecondaryDelta() -
getClothingWetness
public float getClothingWetness() -
getBodyWetness
public float getBodyWetness() -
getBodyResponse
public float getBodyResponse() -
getSkinCelciusUI
public float getSkinCelciusUI() -
getHeatDeltaUI
public float getHeatDeltaUI() -
getPrimaryDeltaUI
public float getPrimaryDeltaUI() -
getSecondaryDeltaUI
public float getSecondaryDeltaUI() -
getInsulationUI
public float getInsulationUI() -
getWindresistUI
public float getWindresistUI() -
getClothingWetnessUI
public float getClothingWetnessUI() -
getBodyWetnessUI
public float getBodyWetnessUI() -
getBodyResponseUI
public float getBodyResponseUI()
-