public interface DataWatcherObject<F,T>
| Modifier and Type | Method and Description |
|---|---|
T |
bukkitToNotch(F from)
Transform the F (From/Bukkit) value to a T (To/Notchian) value
|
int |
getIndex()
Return the
DataWatcherObject's index |
F |
notchToBukkit(T to)
Transformed the T (To/Notchian) value to F (From/Bukkit) value
|
int getIndex()
DataWatcherObject's indexDataWatcherObject's indexT bukkitToNotch(F from)
from - T value to transform