Package mindustry.world.draw
Class DrawMulti
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawMulti
combined several DrawBlocks into one
-
Field Summary
FieldsFields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(mindustry.gen.Building build) Draws the block itself.voiddrawLight(mindustry.gen.Building build) Draws any extra light for the block.voidDraws the planned version of this block.voidgetRegionsToOutline(Block block, arc.struct.Seq<arc.graphics.g2d.TextureRegion> out) arc.graphics.g2d.TextureRegion[]voidLoad any relevant texture regions.Methods inherited from class mindustry.world.draw.DrawBlock
expectCrafter, finalIcons
-
Field Details
-
drawers
-
-
Constructor Details
-
DrawMulti
public DrawMulti() -
DrawMulti
-
DrawMulti
-
-
Method Details
-
getRegionsToOutline
- Overrides:
getRegionsToOutlinein classDrawBlock
-
draw
public void draw(mindustry.gen.Building build) Description copied from class:DrawBlockDraws the block itself. -
drawPlan
Description copied from class:DrawBlockDraws the planned version of this block. -
drawLight
public void drawLight(mindustry.gen.Building build) Description copied from class:DrawBlockDraws any extra light for the block. -
load
Description copied from class:DrawBlockLoad any relevant texture regions. -
icons
-