JavaScript is disabled on your browser.
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
,
AnimatedEntity
public interface
Animatable
An object wich is animatable.
Author:
Benedikt
Method Summary
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.
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