Uses of Class
zombie.iso.WaterFlowObject
Packages that use WaterFlowObject
-
Uses of WaterFlowObject in zombie.iso
Classes in zombie.iso that implement interfaces with type arguments of type WaterFlowObjectFields in zombie.iso declared as WaterFlowObjectMethods in zombie.iso that return WaterFlowObjectModifier and TypeMethodDescriptionstatic WaterFlowObjectIsoWaterFlow.getNearest(int x, int y) WaterFlowLookup.nearest(WaterFlowObject point) Methods in zombie.iso that return types with arguments of type WaterFlowObjectModifier and TypeMethodDescriptionstatic List<WaterFlowObject> IsoWaterFlow.getNearestMultiple(int x, int y, int max) static List<WaterFlowObject> IsoWaterFlow.getPoints()WaterFlowLookup.nearestMultiple(WaterFlowObject point, int max, List<WaterFlowObject> nearest) Methods in zombie.iso with parameters of type WaterFlowObjectModifier and TypeMethodDescriptionintWaterFlowObject.compareTo(WaterFlowObject other) floatWaterFlowObject.distSq(WaterFlowObject other) voidWaterFlowLookup.insert(WaterFlowObject point) WaterFlowLookup.nearest(WaterFlowObject point) WaterFlowLookup.nearestMultiple(WaterFlowObject point, int max, List<WaterFlowObject> nearest) Method parameters in zombie.iso with type arguments of type WaterFlowObjectModifier and TypeMethodDescriptionWaterFlowLookup.nearestMultiple(WaterFlowObject point, int max, List<WaterFlowObject> nearest)