public static class EntityDataManager.DataEntry<T>
extends java.lang.Object
| Constructor and Description | 
|---|
| DataEntry(DataParameter<T> keyIn,
         T valueIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| DataParameter<T> | getKey() | 
| T | getValue() | 
| boolean | isDirty() | 
| void | setDirty(boolean dirtyIn) | 
| void | setValue(T valueIn) | 
public DataEntry(DataParameter<T> keyIn, T valueIn)
public DataParameter<T> getKey()
public void setValue(T valueIn)
public T getValue()
public boolean isDirty()
public void setDirty(boolean dirtyIn)