Class SwipeStatePlayer.CustomComparator

java.lang.Object
zombie.ai.states.SwipeStatePlayer.CustomComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
SwipeStatePlayer

public static class SwipeStatePlayer.CustomComparator
extends java.lang.Object
implements java.util.Comparator
  • Constructor Summary

    Constructors
    Constructor Description
    CustomComparator()  
  • Method Summary

    Modifier and Type Method Description
    int compare​(IsoMovingObject movingObject, IsoMovingObject movingObject2)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Comparator

    compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
  • Constructor Details

    • CustomComparator

      public CustomComparator()
  • Method Details