Interface VolumePositionTranslator<V extends Volume,T>
-
- Type Parameters:
V- The type ofVolumethis translator operates uponT- The type of in-game object this translator operates upon
public interface VolumePositionTranslator<V extends Volume,T>A "final step" to aVolumeStream'scollection into aVolumeCollectorto where the desiredTelement is potentially translated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeElement<V,T>apply(VolumeElement<V,T> element)
-
-
-
Method Detail
-
apply
VolumeElement<V,T> apply(VolumeElement<V,T> element)
-
-