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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
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
-
CachedRecipeComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<CraftRecipe>
-