Package adris.altoclef.util.slots
Class FurnaceSlot
java.lang.Object
adris.altoclef.util.slots.Slot
adris.altoclef.util.slots.FurnaceSlot
-
Field Summary
Modifier and TypeFieldDescriptionstatic final FurnaceSlot
static final FurnaceSlot
static final FurnaceSlot
Fields inherited from class adris.altoclef.util.slots.Slot
CURSOR_SLOT_INDEX, UNDEFINED
-
Constructor Summary
ModifierConstructorDescriptionFurnaceSlot
(int windowSlot) protected
FurnaceSlot
(int slot, boolean inventory) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getName()
int
inventorySlotToWindowSlot
(int inventorySlot) protected int
windowSlotToInventorySlot
(int windowSlot) Methods inherited from class adris.altoclef.util.slots.Slot
equals, getCurrentScreenSlots, getFromCurrentScreen, getFromCurrentScreenInventory, getInventorySlot, getWindowSlot, hashCode, isCursor, isScreenOpen, isSlotInPlayerInventory, toString
-
Field Details
-
INPUT_SLOT_FUEL
-
INPUT_SLOT_MATERIALS
-
OUTPUT_SLOT
-
-
Constructor Details
-
FurnaceSlot
public FurnaceSlot(int windowSlot) -
FurnaceSlot
protected FurnaceSlot(int slot, boolean inventory)
-
-
Method Details
-
inventorySlotToWindowSlot
public int inventorySlotToWindowSlot(int inventorySlot) - Specified by:
inventorySlotToWindowSlot
in classSlot
-
windowSlotToInventorySlot
protected int windowSlotToInventorySlot(int windowSlot) - Specified by:
windowSlotToInventorySlot
in classSlot
-
getName
-