public abstract class IntegerSync extends java.lang.Object implements IContainerSyncVar
| Modifier and Type | Field and Description |
|---|---|
int |
c_value |
| Constructor and Description |
|---|
IntegerSync() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changed() |
abstract int |
getValue() |
void |
readChange(PacketCustom packet) |
void |
reset() |
void |
writeChange(PacketCustom packet) |
public boolean changed()
changed in interface IContainerSyncVarpublic void reset()
reset in interface IContainerSyncVarpublic void writeChange(PacketCustom packet)
writeChange in interface IContainerSyncVarpublic void readChange(PacketCustom packet)
readChange in interface IContainerSyncVarpublic abstract int getValue()