Package mindustry.world.draw
Class DrawBlockParts
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawBlockParts
-
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.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
drawLight, expectCrafter, finalIcons
-
Field Details
-
parts
-
preview
public arc.graphics.g2d.TextureRegion preview
-
-
Constructor Details
-
DrawBlockParts
public DrawBlockParts()
-
-
Method Details
-
getRegionsToOutline
- Overrides:
getRegionsToOutlinein classDrawBlock
-
drawPlan
Description copied from class:DrawBlockDraws the planned version of this block. -
draw
public void draw(mindustry.gen.Building build) Description copied from class:DrawBlockDraws the block itself. -
load
Description copied from class:DrawBlockLoad any relevant texture regions. -
icons
-