Package mindustry.world.draw
Class DrawPlasma
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawFlame
mindustry.world.draw.DrawPlasma
-
Field Summary
FieldsModifier and TypeFieldDescriptionarc.graphics.Color
arc.graphics.Color
int
arc.graphics.g2d.TextureRegion[]
Fields inherited from class mindustry.world.draw.DrawFlame
flameColor, flameRadius, flameRadiusIn, flameRadiusInMag, flameRadiusMag, flameRadiusScl, flameX, flameY, lightAlpha, lightRadius, lightSinMag, lightSinScl, top
Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mindustry.world.draw.DrawBlock
drawPlan, expectCrafter, finalIcons, getRegionsToOutline, icons
-
Field Details
-
regions
public arc.graphics.g2d.TextureRegion[] regions -
suffix
-
plasmas
public int plasmas -
plasma1
public arc.graphics.Color plasma1 -
plasma2
public arc.graphics.Color plasma2
-
-
Constructor Details
-
DrawPlasma
public DrawPlasma()
-
-
Method Details
-
load
Description copied from class:DrawBlock
Load any relevant texture regions. -
drawLight
public void drawLight(mindustry.gen.Building build) Description copied from class:DrawBlock
Draws any extra light for the block. -
draw
public void draw(mindustry.gen.Building build) Description copied from class:DrawBlock
Draws the block itself.
-