Package zombie.iso.weather.fog
Class ImprovedFog
java.lang.Object
zombie.iso.weather.fog.ImprovedFog
public class ImprovedFog
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ImprovedFog()
-
Method Summary
Modifier and Type Method Description static void
DrawSubTextureRGBA(Texture texture, double double1, double double2, double double3, double double4, double double5, double double6, double double7, double double8, double double9, double double10, double double11, double double12)
static void
endRender()
static float
getAlphaCircleAlpha()
static float
getAlphaCircleRad()
static float
getBaseAlpha()
static float
getBottomAlphaHeight()
static float
getColorB()
static float
getColorG()
static float
getColorR()
static int
getMaxXOffset()
static int
getMaxYOffset()
static int
getMinXOffset()
static float
getOctaves()
static int
getRenderEveryXRow()
static int
getRenderXRowsFromCenter()
static float
getScalingX()
static float
getScalingY()
static float
getSecondLayerAlpha()
static float
getTopAlphaHeight()
static boolean
isDrawDebugColors()
static boolean
isEnableEditing()
static boolean
isHighQuality()
static boolean
isRenderCurrentLayerOnly()
static boolean
isRenderEndOnly()
static boolean
isRenderOnlyOneRow()
static void
renderRowsBehind(IsoGridSquare square)
static void
setAlphaCircleAlpha(float float1)
static void
setAlphaCircleRad(float float1)
static void
setBaseAlpha(float float1)
static void
setBottomAlphaHeight(float float1)
static void
setColorB(float float1)
static void
setColorG(float float1)
static void
setColorR(float float1)
static void
setDrawDebugColors(boolean boolean1)
static void
setEnableEditing(boolean boolean1)
static void
setHighQuality(boolean boolean1)
static void
setMaxXOffset(int int1)
static void
setMaxYOffset(int int1)
static void
setMinXOffset(int int1)
static void
setOctaves(float float1)
static void
setRenderCurrentLayerOnly(boolean boolean1)
static void
setRenderEndOnly(boolean boolean1)
static void
setRenderEveryXRow(int int1)
static void
setRenderOnlyOneRow(boolean boolean1)
static void
setRenderXRowsFromCenter(int int1)
static void
setScalingX(float float1)
static void
setScalingY(float float1)
static void
setSecondLayerAlpha(float float1)
static void
setTopAlphaHeight(float float1)
static void
startRender(int int1, int int2)
static void
update()
static void
updateKeys()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ImprovedFog
public ImprovedFog()
-
-
Method Details
-
getMinXOffset
public static int getMinXOffset() -
setMinXOffset
public static void setMinXOffset(int int1) -
getMaxXOffset
public static int getMaxXOffset() -
setMaxXOffset
public static void setMaxXOffset(int int1) -
getMaxYOffset
public static int getMaxYOffset() -
setMaxYOffset
public static void setMaxYOffset(int int1) -
isRenderEndOnly
public static boolean isRenderEndOnly() -
setRenderEndOnly
public static void setRenderEndOnly(boolean boolean1) -
getAlphaCircleAlpha
public static float getAlphaCircleAlpha() -
setAlphaCircleAlpha
public static void setAlphaCircleAlpha(float float1) -
getAlphaCircleRad
public static float getAlphaCircleRad() -
setAlphaCircleRad
public static void setAlphaCircleRad(float float1) -
isHighQuality
public static boolean isHighQuality() -
setHighQuality
public static void setHighQuality(boolean boolean1) -
isEnableEditing
public static boolean isEnableEditing() -
setEnableEditing
public static void setEnableEditing(boolean boolean1) -
getTopAlphaHeight
public static float getTopAlphaHeight() -
setTopAlphaHeight
public static void setTopAlphaHeight(float float1) -
getBottomAlphaHeight
public static float getBottomAlphaHeight() -
setBottomAlphaHeight
public static void setBottomAlphaHeight(float float1) -
isDrawDebugColors
public static boolean isDrawDebugColors() -
setDrawDebugColors
public static void setDrawDebugColors(boolean boolean1) -
getOctaves
public static float getOctaves() -
setOctaves
public static void setOctaves(float float1) -
getColorR
public static float getColorR() -
setColorR
public static void setColorR(float float1) -
getColorG
public static float getColorG() -
setColorG
public static void setColorG(float float1) -
getColorB
public static float getColorB() -
setColorB
public static void setColorB(float float1) -
getSecondLayerAlpha
public static float getSecondLayerAlpha() -
setSecondLayerAlpha
public static void setSecondLayerAlpha(float float1) -
getScalingX
public static float getScalingX() -
setScalingX
public static void setScalingX(float float1) -
getScalingY
public static float getScalingY() -
setScalingY
public static void setScalingY(float float1) -
isRenderOnlyOneRow
public static boolean isRenderOnlyOneRow() -
setRenderOnlyOneRow
public static void setRenderOnlyOneRow(boolean boolean1) -
getBaseAlpha
public static float getBaseAlpha() -
setBaseAlpha
public static void setBaseAlpha(float float1) -
getRenderEveryXRow
public static int getRenderEveryXRow() -
setRenderEveryXRow
public static void setRenderEveryXRow(int int1) -
isRenderCurrentLayerOnly
public static boolean isRenderCurrentLayerOnly() -
setRenderCurrentLayerOnly
public static void setRenderCurrentLayerOnly(boolean boolean1) -
getRenderXRowsFromCenter
public static int getRenderXRowsFromCenter() -
setRenderXRowsFromCenter
public static void setRenderXRowsFromCenter(int int1) -
update
public static void update() -
startRender
public static void startRender(int int1, int int2) -
renderRowsBehind
-
endRender
public static void endRender() -
DrawSubTextureRGBA
public static void DrawSubTextureRGBA(Texture texture, double double1, double double2, double double3, double double4, double double5, double double6, double double7, double double8, double double9, double double10, double double11, double double12) -
updateKeys
public static void updateKeys()
-