Class PocketCraftingClientHandler.SlotHashStrategy
java.lang.Object
petrolpark.mc.library.core.world.item.crafting.pocket.PocketCraftingClientHandler.SlotHashStrategy
- All Implemented Interfaces:
it.unimi.dsi.fastutil.Hash.Strategy<net.minecraft.world.inventory.Slot>
- Enclosing class:
PocketCraftingClientHandler
public class PocketCraftingClientHandler.SlotHashStrategy
extends Object
implements it.unimi.dsi.fastutil.Hash.Strategy<net.minecraft.world.inventory.Slot>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected net.minecraft.world.inventory.AbstractContainerMenu -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
SlotHashStrategy
public SlotHashStrategy()
-
-
Method Details
-
getIndex
public int getIndex(net.minecraft.world.inventory.Slot o) -
hashCode
public int hashCode(net.minecraft.world.inventory.Slot o) - Specified by:
hashCodein interfaceit.unimi.dsi.fastutil.Hash.Strategy<net.minecraft.world.inventory.Slot>
-
equals
public boolean equals(net.minecraft.world.inventory.Slot a, net.minecraft.world.inventory.Slot b) - Specified by:
equalsin interfaceit.unimi.dsi.fastutil.Hash.Strategy<net.minecraft.world.inventory.Slot>
-