Package mindustry.world.draw
Class DrawShape
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawShape
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
int
float
boolean
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.Methods inherited from class mindustry.world.draw.DrawBlock
drawLight, drawPlan, expectCrafter, finalIcons, getRegionsToOutline, icons, load
-
Field Details
-
color
-
sides
public int sides -
radius
public float radius -
timeScl
public float timeScl -
layer
public float layer -
x
public float x -
y
public float y -
useWarmupRadius
public boolean useWarmupRadius
-
-
Constructor Details
-
DrawShape
public DrawShape()
-
-
Method Details