Package mindustry.world.draw
Class DrawMulti
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawMulti
combined several DrawBlocks into one
-
Field Summary
Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(mindustry.gen.Building build) Draws the block itself.void
drawLight
(mindustry.gen.Building build) Draws any extra light for the block.void
Draws the planned version of this block.void
getRegionsToOutline
(Block block, Seq<TextureRegion> out) void
Load 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:
getRegionsToOutline
in classDrawBlock
-
draw
public void draw(mindustry.gen.Building build) Description copied from class:DrawBlock
Draws the block itself. -
drawPlan
Description copied from class:DrawBlock
Draws the planned version of this block. -
drawLight
public void drawLight(mindustry.gen.Building build) Description copied from class:DrawBlock
Draws any extra light for the block. -
load
Description copied from class:DrawBlock
Load any relevant texture regions. -
icons
-