public class CachedSlot extends java.lang.Object implements ICachedData
| Constructor and Description |
|---|
CachedSlot(MalisisSlot slot) |
| Modifier and Type | Method and Description |
|---|---|
MalisisSlot |
getSlot() |
boolean |
hasChanged()
Checks if data has changed.
|
void |
update()
Updates the current data.
|
public CachedSlot(MalisisSlot slot)
public MalisisSlot getSlot()
public boolean hasChanged()
ICachedDatahasChanged in interface ICachedDatapublic void update()
ICachedDataupdate in interface ICachedData