Package mindustry.world.draw
Class DrawLiquidOutputs
java.lang.Object
mindustry.world.draw.DrawBlock
mindustry.world.draw.DrawLiquidOutputs
This must be used in conjunction with another DrawBlock; it only draws outputs.
-
Field Summary
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
-
liquidOutputRegions
-
-
Constructor Details
-
DrawLiquidOutputs
public DrawLiquidOutputs()
-
-
Method Details