Class Remove

java.lang.Object
  |
  +--Update
        |
        +--Remove
All Implemented Interfaces:
java.io.Serializable

public class Remove
extends Update

An Update that causes the Body with the given id# to be removed from a World.

See Also:
Serialized Form

Fields inherited from class Update
timestamp
 
Constructor Summary
Remove(int id)
           
 
Method Summary
 void apply(World world)
          Apply this update to someone's view of the world.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remove

public Remove(int id)
Method Detail

apply

public void apply(World world)
Description copied from class: Update
Apply this update to someone's view of the world.
Overrides:
apply in class Update