public interface RenderOperation
Graphics and
 optionally unapplied| Modifier and Type | Method and Description | 
|---|---|
| void | apply(GameContainer gc,
     Graphics g) | 
| void | interpolate(GameContainer gc,
           float alpha) | 
| void | unapply(GameContainer gc,
       Graphics g) | 
| void | update(GameContainer gc,
      float delta) | 
void update(GameContainer gc, float delta)
void interpolate(GameContainer gc, float alpha)
void apply(GameContainer gc, Graphics g)
void unapply(GameContainer gc, Graphics g)