Class | Description |
---|---|
AbstractImmutableBooleanData<I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,M>,M extends org.spongepowered.api.data.manipulator.DataManipulator<M,I>> | |
AbstractImmutableBoundedComparableData<T extends Comparable<T>,I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,M>,M extends org.spongepowered.api.data.manipulator.DataManipulator<M,I>> |
An abstracted
ImmutableDataManipulator that focuses solely on an
ImmutableBoundedValue as it's Value return type. |
AbstractImmutableData<I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,M>,M extends org.spongepowered.api.data.manipulator.DataManipulator<M,I>> |
So, considering this is the root of the immutable variants of
DataManipulator , otherwise known as ImmutableDataManipulator s. |
AbstractImmutableSingleCatalogData<E extends org.spongepowered.api.CatalogType,I extends org.spongepowered.api.data.manipulator.immutable.ImmutableVariantData<E,I,M>,M extends org.spongepowered.api.data.manipulator.mutable.VariantData<E,M,I>> | |
AbstractImmutableSingleData<T,I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,M>,M extends org.spongepowered.api.data.manipulator.DataManipulator<M,I>> | |
AbstractImmutableSingleEnumData<E extends Enum<E>,I extends org.spongepowered.api.data.manipulator.ImmutableDataManipulator<I,M>,M extends org.spongepowered.api.data.manipulator.DataManipulator<M,I>> |