Interface | Description |
---|---|
DataFunction<K,V,T> |
Much like
Function except where two arguments are required for the
function to work. |
Class | Description |
---|---|
ComparatorUtil | |
DataProcessorDelegate<M extends org.spongepowered.api.data.manipulator.DataManipulator<M,I>,I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,M>> | |
DataQueries | |
DataUtil | |
DirectionResolver | |
EntityDataUtil | |
ItemsHelper | |
NbtDataUtil |
A standard utility class for interacting and manipulating
ItemStack s
and various other objects that interact with NBTTagCompound s. |
TreeTypeResolver | |
ValueProcessorDelegate<E,V extends org.spongepowered.api.data.value.BaseValue<E>> |
This is really just a lazy class to handle processing on multiple
ValueProcessor registrations. |