Package mindustry.world.draw
Class DrawFrames
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawFrames
-
Field Summary
Modifier and TypeFieldDescriptionint
Number of frames to draw.float
Ticks between frames.boolean
If true, frames wil alternate back and forth in a sine wave.Fields inherited from class mindustry.world.draw.DrawBlock
iconOverride, rand
-
Constructor Summary
-
Method Summary
Methods inherited from class mindustry.world.draw.DrawBlock
drawLight, drawPlan, expectCrafter, finalIcons, getRegionsToOutline
-
Field Details
-
frames
public int framesNumber of frames to draw. -
interval
public float intervalTicks between frames. -
sine
public boolean sineIf true, frames wil alternate back and forth in a sine wave. -
regions
-
-
Constructor Details
-
DrawFrames
public DrawFrames()
-
-
Method Details