java.lang.Object
org.cyclops.cyclopscore.inventory.container.SyncedGuiVariable<T>
- Type Parameters:
T
- The type of value.
- All Implemented Interfaces:
Supplier<T>
public class SyncedGuiVariable<T>
extends Object
implements Supplier<T>
A convenience datastructure that offers direct synchronization of values between server and client inside GUIs.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
detectAndSendChanges
public void detectAndSendChanges()
-