Class SGlobalObjects

java.lang.Object
zombie.globalObjects.SGlobalObjects

public final class SGlobalObjects extends Object
  • Field Details

    • systems

      protected static final ArrayList systems
  • Constructor Details

    • SGlobalObjects

      public SGlobalObjects()
  • Method Details

    • noise

      public static void noise(String string)
    • registerSystem

      public static SGlobalObjectSystem registerSystem(String string)
    • newSystem

      public static SGlobalObjectSystem newSystem(String string) throws IllegalStateException
      Throws:
      IllegalStateException
    • getSystemCount

      public static int getSystemCount()
    • getSystemByIndex

      public static SGlobalObjectSystem getSystemByIndex(int int1)
    • getSystemByName

      public static SGlobalObjectSystem getSystemByName(String string)
    • update

      public static void update()
    • chunkLoaded

      public static void chunkLoaded(int int1, int int2)
    • initSystems

      public static void initSystems()
    • saveInitialStateForClient

      public static void saveInitialStateForClient(ByteBuffer byteBuffer) throws IOException
      Throws:
      IOException
    • receiveClientCommand

      public static boolean receiveClientCommand(String string, String string2, IsoPlayer player, KahluaTable kahluaTable)
    • load

      public static void load()
    • save

      public static void save()
    • OnIsoObjectChangedItself

      public static void OnIsoObjectChangedItself(String string, IsoObject object)
    • Reset

      public static void Reset()