Class CraftLogicUILogic.RecipeComparator
java.lang.Object
zombie.entity.components.crafting.CraftLogicUILogic.RecipeComparator
- All Implemented Interfaces:
Comparator<CraftRecipe>
- Enclosing class:
CraftLogicUILogic
public static class CraftLogicUILogic.RecipeComparator
extends Object
implements Comparator<CraftRecipe>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(CraftRecipe craftRecipe1, CraftRecipe craftRecipe0) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
compareMode
-
-
Constructor Details
-
RecipeComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<CraftRecipe>
-