Class | Description |
---|---|
BlockDataProcessorDelegate<I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,?>> | |
BlockValueProcessorDelegate<E,V extends org.spongepowered.api.data.value.BaseValue<E>> |
This is really just a lazy class to handle processing on multiple
BlockValueProcessor registrations. |
ComparatorUtil | |
DataProcessorDelegate<M extends org.spongepowered.api.data.manipulator.DataManipulator<M,I>,I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,M>> | |
DataUtil | |
NbtDataUtil |
A standard utility class for interacting and manipulating
ItemStack s
and various other objects that interact with NBTTagCompound s. |
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. |