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 ClimateColorInfogetColor()ClimateColorInfogetColorPlayer(int int1)floatgetDistModPlayer(int int1)intgetId()floatgetIntensity()floatgetIntensityPlayer(int int1)floatgetLerpPlayer(int int1)floatgetLifeTime()floatgetMaxLifeTime()ClimateColorInfogetOutColorPlayer(int int1)floatgetPercent()intgetRange()floatgetWindSpeed()floatgetX()floatgetY()booleanisHasLaunched()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
-