JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.malisis.core.util.cacheddata
Interface ICachedData
All Known Implementing Classes:
CachedData
,
CachedItemStack
,
CachedSlot
public interface
ICachedData
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
hasChanged
()
Checks if data has changed.
void
update
()
Updates the current data.
Method Detail
hasChanged
boolean hasChanged()
Checks if data has changed.
Returns:
true, if successful
update
void update()
Updates the current data.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method