Package mindustry.world.draw
Class DrawFlame
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawFlame
- Direct Known Subclasses:
DrawPlasma
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
float
float
float
float
float
Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
-
Method Summary
Methods inherited from class mindustry.world.draw.DrawBlock
drawPlan, expectCrafter, finalIcons, getRegionsToOutline, icons
-
Field Details
-
flameColor
-
top
-
lightRadius
public float lightRadius -
lightAlpha
public float lightAlpha -
lightSinScl
public float lightSinScl -
lightSinMag
public float lightSinMag -
flameRadius
public float flameRadius -
flameRadiusIn
public float flameRadiusIn -
flameRadiusScl
public float flameRadiusScl -
flameRadiusMag
public float flameRadiusMag -
flameRadiusInMag
public float flameRadiusInMag
-
-
Constructor Details
-
DrawFlame
public DrawFlame() -
DrawFlame
-
-
Method Details
-
load
Description copied from class:DrawBlock
Load any relevant texture regions. -
draw
public void draw(mindustry.gen.Building build) Description copied from class:DrawBlock
Draws the block itself. -
drawLight
public void drawLight(mindustry.gen.Building build) Description copied from class:DrawBlock
Draws any extra light for the block.
-