Package mindustry.world.draw
Class DrawPistons
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawPistons
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
int
float
float
float
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
Draws the planned version of this block.void
Load any relevant texture regions.Methods inherited from class mindustry.world.draw.DrawBlock
drawLight, expectCrafter, finalIcons, getRegionsToOutline
-
Field Details
-
sinMag
public float sinMag -
sinScl
public float sinScl -
sinOffset
public float sinOffset -
sideOffset
public float sideOffset -
lenOffset
public float lenOffset -
horiOffset
public float horiOffset -
angleOffset
public float angleOffset -
sides
public int sides -
suffix
-
region1
-
region2
-
regiont
-
iconRegion
-
-
Constructor Details
-
DrawPistons
public DrawPistons()
-
-
Method Details