Class BaseCraftingLogic.CachedRecipeComparator
java.lang.Object
zombie.entity.components.crafting.BaseCraftingLogic.CachedRecipeComparator
- All Implemented Interfaces:
Comparator<CraftRecipe>
- Enclosing class:
BaseCraftingLogic
public static class BaseCraftingLogic.CachedRecipeComparator
extends Object
implements Comparator<CraftRecipe>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(CraftRecipe craftRecipe0, CraftRecipe craftRecipe1) 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
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CachedRecipeComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<CraftRecipe>
-