Class SGlobalObjects
java.lang.Object
zombie.globalObjects.SGlobalObjects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidchunkLoaded(int wx, int wy) static SGlobalObjectSystemgetSystemByIndex(int index) static SGlobalObjectSystemgetSystemByName(String name) static intstatic voidstatic voidload()static SGlobalObjectSystemstatic voidstatic voidOnIsoObjectChangedItself(String systemName, IsoObject isoObject) static voidOnModDataChangeItself(String string, IsoObject object) static booleanreceiveClientCommand(String systemName, String command, IsoPlayer playerObj, KahluaTable args) static SGlobalObjectSystemregisterSystem(String name) static voidReset()static voidsave()static voidstatic voidupdate()
-
Constructor Details
-
SGlobalObjects
public SGlobalObjects()
-
-
Method Details
-
noise
-
registerSystem
-
newSystem
- Throws:
IllegalStateException
-
getSystemCount
public static int getSystemCount() -
getSystemByIndex
-
getSystemByName
-
update
public static void update() -
chunkLoaded
public static void chunkLoaded(int wx, int wy) -
initSystems
public static void initSystems() -
saveInitialStateForClient
- Throws:
IOException
-
receiveClientCommand
public static boolean receiveClientCommand(String systemName, String command, IsoPlayer playerObj, KahluaTable args) -
load
public static void load() -
save
public static void save() -
OnIsoObjectChangedItself
-
OnModDataChangeItself
-
Reset
public static void Reset()
-