bubolo
 All Classes Namespaces Functions Variables Enumerator
Public Member Functions | Package Functions | List of all members
bubolo.graphics.GrassSprite Class Reference
Inheritance diagram for bubolo.graphics.GrassSprite:

Public Member Functions

void draw (SpriteBatch batch, Camera camera, DrawLayer layer)
 

Package Functions

 GrassSprite (Grass grass)
 

Detailed Description

The graphical representation of a Tank.

Author
BU673 - Clone Industries

Definition at line 13 of file GrassSprite.java.

Constructor & Destructor Documentation

bubolo.graphics.GrassSprite.GrassSprite ( Grass  grass)
package

Constructor for the GrassSprite. This is Package-private because sprites should not be directly created outside of the graphics system (instead, call the Sprite.create(entity) static method).

Parameters
grassReference to the Grass that this GrassSprite represents.

Definition at line 23 of file GrassSprite.java.

References bubolo.graphics.DrawLayer.OBJECTS.

Member Function Documentation

void bubolo.graphics.GrassSprite.draw ( SpriteBatch  batch,
Camera  camera,
DrawLayer  layer 
)

Definition at line 32 of file GrassSprite.java.