JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.BombingGames.WurfelEngine.Core.Gameobjects
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 and Description
void
start
()
Starts the animation.
void
stop
()
Stops the animation.
Method Detail
start
void start()
Starts the animation.
stop
void stop()
Stops the animation.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method