Package org.spongepowered.api.data
Interface DirectionRelativeDataHolder.Immutable<I extends DirectionRelativeDataHolder.Immutable<I>>
-
- All Superinterfaces:
DataHolder
,DataHolder.Immutable<I>
,DirectionRelativeDataHolder
,ValueContainer
- All Known Subinterfaces:
BlockState
- Enclosing interface:
- DirectionRelativeDataHolder
public static interface DirectionRelativeDataHolder.Immutable<I extends DirectionRelativeDataHolder.Immutable<I>> extends DataHolder.Immutable<I>, DirectionRelativeDataHolder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.data.DataHolder
DataHolder.Immutable<I extends DataHolder.Immutable<I>>, DataHolder.Mutable
-
Nested classes/interfaces inherited from interface org.spongepowered.api.data.DirectionRelativeDataHolder
DirectionRelativeDataHolder.Immutable<I extends DirectionRelativeDataHolder.Immutable<I>>, DirectionRelativeDataHolder.Mutable
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.data.DataHolder.Immutable
mergeWith, mergeWith, transform, transform, with, with, with, without, without, without
-
Methods inherited from interface org.spongepowered.api.data.DirectionRelativeDataHolder
get, getDouble, getInt, getLong
-
-