Package zombie.iso.weather
Class WorldFlares.Flare
java.lang.Object
zombie.iso.weather.WorldFlares.Flare
- Enclosing class:
- WorldFlares
public static class WorldFlares.Flare
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Flare()
-
Method Summary
Modifier and Type Method Description ClimateColorInfo
getColor()
ClimateColorInfo
getColorPlayer(int int1)
float
getDistModPlayer(int int1)
int
getId()
float
getIntensity()
float
getIntensityPlayer(int int1)
float
getLerpPlayer(int int1)
float
getLifeTime()
float
getMaxLifeTime()
ClimateColorInfo
getOutColorPlayer(int int1)
float
getPercent()
int
getRange()
float
getWindSpeed()
float
getX()
float
getY()
boolean
isHasLaunched()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Flare
public Flare()
-
-
Method Details
-
getId
public int getId() -
getX
public float getX() -
getY
public float getY() -
getRange
public int getRange() -
getWindSpeed
public float getWindSpeed() -
getColor
-
isHasLaunched
public boolean isHasLaunched() -
getIntensity
public float getIntensity() -
getMaxLifeTime
public float getMaxLifeTime() -
getLifeTime
public float getLifeTime() -
getPercent
public float getPercent() -
getIntensityPlayer
public float getIntensityPlayer(int int1) -
getLerpPlayer
public float getLerpPlayer(int int1) -
getDistModPlayer
public float getDistModPlayer(int int1) -
getColorPlayer
-
getOutColorPlayer
-