Package mindustry.world.blocks
Interface LaunchAnimator
- All Known Implementing Classes:
Accelerator.AcceleratorBuild
,CoreBlock.CoreBuild
public interface LaunchAnimator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beginLaunch
(boolean launching) void
default void
void
default arc.audio.Music
float
default arc.audio.Music
void
float
-
Method Details
-
drawLaunch
void drawLaunch() -
drawLaunchGlobalZ
default void drawLaunchGlobalZ() -
beginLaunch
void beginLaunch(boolean launching) -
endLaunch
void endLaunch() -
updateLaunch
void updateLaunch() -
launchDuration
float launchDuration() -
landMusic
default arc.audio.Music landMusic() -
launchMusic
default arc.audio.Music launchMusic() -
zoomLaunch
float zoomLaunch()
-