Class CGlobalObjectSystem

java.lang.Object
zombie.globalObjects.GlobalObjectSystem
zombie.globalObjects.CGlobalObjectSystem

public final class CGlobalObjectSystem extends GlobalObjectSystem
  • Constructor Details

    • CGlobalObjectSystem

      public CGlobalObjectSystem(String string)
  • Method Details

    • makeObject

      protected GlobalObject makeObject(int int1, int int2, int int3)
      Specified by:
      makeObject in class GlobalObjectSystem
    • sendCommand

      public void sendCommand(String string, IsoPlayer player, KahluaTable kahluaTable)
    • receiveServerCommand

      public void receiveServerCommand(String string, KahluaTable kahluaTable)
    • receiveNewLuaObjectAt

      public void receiveNewLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable)
    • receiveRemoveLuaObjectAt

      public void receiveRemoveLuaObjectAt(int int1, int int2, int int3)
    • receiveUpdateLuaObjectAt

      public void receiveUpdateLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable)
    • Reset

      public void Reset()
      Overrides:
      Reset in class GlobalObjectSystem