Interface TravellingPoint.ITrackSelector
- All Superinterfaces:
BiFunction<TrackGraph,net.createmod.catnip.data.Pair<Boolean, List<Map.Entry<TrackNode, TrackEdge>>>, Map.Entry<TrackNode, TrackEdge>>
- Enclosing class:
TravellingPoint
public static interface TravellingPoint.ITrackSelector
extends BiFunction<TrackGraph,net.createmod.catnip.data.Pair<Boolean,List<Map.Entry<TrackNode,TrackEdge>>>,Map.Entry<TrackNode,TrackEdge>>
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply