Ejemplo n.º 1
0
 public void init(int id) {
   // This instance of LocalObject is used in the view only. The crates
   // aren't real
   // LocalObject/ClientObject-entities as they are not transfered to the
   // server.
   // However, events and collision listeners need some information from
   // the LocalObject
   lob = new LocalObject(-99);
   lob.setObjectID(id);
 }