Package mindustry.world.draw
Class DrawSideRegion
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawSideRegion
-
Field Summary
FieldsModifier and TypeFieldDescriptionarc.graphics.g2d.TextureRegion
arc.graphics.g2d.TextureRegion
Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(mindustry.gen.Building build) Draws the block itself.void
Draws the planned version of this block.arc.graphics.g2d.TextureRegion[]
void
Load any relevant texture regions.Methods inherited from class mindustry.world.draw.DrawBlock
drawLight, expectCrafter, finalIcons, getRegionsToOutline
-
Field Details
-
top1
public arc.graphics.g2d.TextureRegion top1 -
top2
public arc.graphics.g2d.TextureRegion top2
-
-
Constructor Details
-
DrawSideRegion
public DrawSideRegion()
-
-
Method Details