All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.namekdev.entity_tracker.connectors.WorldController Maven / Gradle / Ivy

The newest version!
package net.namekdev.entity_tracker.connectors;

public interface WorldController {
	void setSystemState(String name, boolean isOn);
	void setManagerState(String name, boolean isOn);
	void requestComponentState(int entityId, int componentIndex);
	void setComponentFieldValue(int entityId, int componentIndex, int fieldIndex, Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy