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.Colorarc.graphics.Colorintarc.graphics.g2d.TextureRegion[]Fields inherited from class mindustry.world.draw.DrawFlame
flameColor, flameRadius, flameRadiusIn, flameRadiusInMag, flameRadiusMag, flameRadiusScl, flameX, flameY, lightAlpha, lightRadius, lightSinMag, lightSinScl, topFields 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:DrawBlockLoad any relevant texture regions. -
drawLight
public void drawLight(mindustry.gen.Building build) Description copied from class:DrawBlockDraws any extra light for the block. -
draw
public void draw(mindustry.gen.Building build) Description copied from class:DrawBlockDraws the block itself.
-