Package mindustry.world.draw
Class DrawBubbles
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawBubbles
-
Field Summary
Modifier and TypeFieldDescriptionint
boolean
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.Methods inherited from class mindustry.world.draw.DrawBlock
drawLight, drawPlan, expectCrafter, finalIcons, getRegionsToOutline, icons, load
-
Field Details
-
color
-
amount
public int amount -
sides
public int sides -
strokeMin
public float strokeMin -
spread
public float spread -
timeScl
public float timeScl -
recurrence
public float recurrence -
radius
public float radius -
fill
public boolean fill
-
-
Constructor Details
-
DrawBubbles
-
DrawBubbles
public DrawBubbles()
-
-
Method Details