public interface DataWatcher
| Modifier and Type | Method and Description |
|---|---|
<F,T> F |
get(DataWatcherObject<F,T> object)
Get the F value at the
DataWatcherObject's index |
<F,T> void |
set(DataWatcherObject<F,T> object,
F value)
Set the F value at the
DataWatcherObject's index |
<F,T> void set(DataWatcherObject<F,T> object, F value)
DataWatcherObject's indexF - The Bukkit value (From)T - The Notch value (To)object - The DataWatcherObject used to set the valuevalue - The F value to set<F,T> F get(DataWatcherObject<F,T> object)
DataWatcherObject's indexF - The Bukkit value (From)T - The Notch value (To)object - The DataWatcherObject used to get the valueDataWatcherObject's index