Package zombie.iso.weather
Class Temperature.PlayerTempVars
java.lang.Object
zombie.iso.weather.Temperature.PlayerTempVars
- Enclosing class:
- Temperature
public static class Temperature.PlayerTempVars
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PlayerTempVars()
-
Method Summary
Modifier and Type Method Description float
getAirTemperature()
float
getBodyColdResist()
float
getBodyHeatResist()
float
getChangeSpeed()
float
getClothColdResist()
float
getClothHeatResist()
float
getClothing()
float
getColdChange()
float
getColdResist()
float
getColdStrength()
float
getDamageState()
float
getDebugColdBodyBonus()
float
getDebugColdClothBonus()
float
getDebugHeatBodyBonus()
float
getDebugHeatClothBonus()
float
getDrunkenness()
float
getExcercise()
float
getFitness()
float
getHasACold()
float
getHeatChange()
float
getHeatResist()
float
getHeatStrength()
float
getHunger()
float
getOverheated()
float
getSickness()
float
getThirst()
float
getTickChange()
float
getTickChangePm()
float
getTired()
float
getUndercooled()
float
getWeight()
float
getWetness()
float
getWindChillAmount()
float
getWindSpeed()
boolean
IsInside()
boolean
IsInVehicle()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlayerTempVars
public PlayerTempVars()
-
-
Method Details
-
IsInVehicle
public boolean IsInVehicle() -
IsInside
public boolean IsInside() -
getWindSpeed
public float getWindSpeed() -
getAirTemperature
public float getAirTemperature() -
getHunger
public float getHunger() -
getThirst
public float getThirst() -
getTired
public float getTired() -
getExcercise
public float getExcercise() -
getWeight
public float getWeight() -
getFitness
public float getFitness() -
getDrunkenness
public float getDrunkenness() -
getSickness
public float getSickness() -
getHasACold
public float getHasACold() -
getWetness
public float getWetness() -
getClothing
public float getClothing() -
getBodyColdResist
public float getBodyColdResist() -
getClothColdResist
public float getClothColdResist() -
getBodyHeatResist
public float getBodyHeatResist() -
getClothHeatResist
public float getClothHeatResist() -
getColdResist
public float getColdResist() -
getHeatResist
public float getHeatResist() -
getColdStrength
public float getColdStrength() -
getHeatStrength
public float getHeatStrength() -
getColdChange
public float getColdChange() -
getHeatChange
public float getHeatChange() -
getTickChangePm
public float getTickChangePm() -
getTickChange
public float getTickChange() -
getChangeSpeed
public float getChangeSpeed() -
getDamageState
public float getDamageState() -
getDebugColdBodyBonus
public float getDebugColdBodyBonus() -
getDebugHeatBodyBonus
public float getDebugHeatBodyBonus() -
getDebugColdClothBonus
public float getDebugColdClothBonus() -
getDebugHeatClothBonus
public float getDebugHeatClothBonus() -
getUndercooled
public float getUndercooled() -
getOverheated
public float getOverheated() -
getWindChillAmount
public float getWindChillAmount()
-