Interface Animatable
-
- All Known Implementing Classes:
AnimatedBlock
,EntityAnimation
,Sea
public interface Animatable
An object wich is animatable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Starts the animation.void
stop()
Stops the animation.
-