Package zombie.iso.weather.fx
Class WeatherFxMask
java.lang.Object
zombie.iso.weather.fx.WeatherFxMask
public class WeatherFxMask
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WeatherFxMask.PlayerFxMask
-
Field Summary
Fields Modifier and Type Field Description static int
BIT_CHARS
static int
BIT_DOOR
static int
BIT_FLOOR
static int
BIT_IS_CUT
static int
BIT_OBJECTS
static int
BIT_WALL_SE
static int
BIT_WALLN
static int
BIT_WALLW
static ColorInfo
defColorInfo
boolean
enabled
int
flags
static IsoSprite
floorSprite
IsoGridSquare
gs
static boolean
MASKING_ENABLED
static float
offsetX
static float
offsetY
static IsoSprite
wallNSprite
static IsoSprite
wallNWSprite
static IsoSprite
wallSESprite
static IsoSprite
wallWSprite
int
x
int
y
int
z
-
Constructor Summary
Constructors Constructor Description WeatherFxMask()
-
Method Summary
Modifier and Type Method Description static void
addMaskLocation(IsoGridSquare square, int var1x, int var2x, int var3x)
static boolean
checkFbos()
static void
destroy()
static void
forceMaskUpdate(int int1)
static void
forceMaskUpdateAll()
static TextureFBO
getFboMask()
static TextureFBO
getFboParticles()
static void
init()
static void
initMask()
boolean
isLoc(int var1x, int var2x, int var3x)
static boolean
playerHasMaskToDraw(int int1)
static void
renderFxMask(int int1)
static void
setDiamondIterDone(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
floorSprite
-
wallNSprite
-
wallWSprite
-
wallNWSprite
-
wallSESprite
-
BIT_FLOOR
public static final int BIT_FLOOR- See Also:
- Constant Field Values
-
BIT_WALLN
public static final int BIT_WALLN- See Also:
- Constant Field Values
-
BIT_WALLW
public static final int BIT_WALLW- See Also:
- Constant Field Values
-
BIT_IS_CUT
public static final int BIT_IS_CUT- See Also:
- Constant Field Values
-
BIT_CHARS
public static final int BIT_CHARS- See Also:
- Constant Field Values
-
BIT_OBJECTS
public static final int BIT_OBJECTS- See Also:
- Constant Field Values
-
BIT_WALL_SE
public static final int BIT_WALL_SE- See Also:
- Constant Field Values
-
BIT_DOOR
public static final int BIT_DOOR- See Also:
- Constant Field Values
-
offsetX
public static float offsetX -
offsetY
public static float offsetY -
defColorInfo
-
x
public int x -
y
public int y -
z
public int z -
flags
public int flags -
gs
-
enabled
public boolean enabled -
MASKING_ENABLED
public static boolean MASKING_ENABLED
-
-
Constructor Details
-
WeatherFxMask
public WeatherFxMask()
-
-
Method Details
-
getFboMask
-
getFboParticles
-
init
public static void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
checkFbos
public static boolean checkFbos() -
destroy
public static void destroy() -
initMask
public static void initMask() -
isLoc
public boolean isLoc(int var1x, int var2x, int var3x) -
playerHasMaskToDraw
public static boolean playerHasMaskToDraw(int int1) -
setDiamondIterDone
public static void setDiamondIterDone(int int1) -
forceMaskUpdate
public static void forceMaskUpdate(int int1) -
forceMaskUpdateAll
public static void forceMaskUpdateAll() -
addMaskLocation
-
renderFxMask
public static void renderFxMask(int int1)
-