Class SyncedInt
java.lang.Object
de.ellpeck.rockbottom.api.tile.entity.SyncedInt
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SyncedInt
-
-
Method Details
-
needsSync
public boolean needsSync() -
onSync
public void onSync() -
set
public void set(int value) -
get
public int get() -
add
public void add(int amount) -
remove
public void remove(int amount) -
save
-
load
-