Package adris.altoclef.util.slots
Class FurnaceSlot
java.lang.Object
adris.altoclef.util.slots.Slot
adris.altoclef.util.slots.FurnaceSlot
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FurnaceSlotstatic final FurnaceSlotstatic final FurnaceSlotFields inherited from class adris.altoclef.util.slots.Slot
CURSOR_SLOT_INDEX, UNDEFINED -
Constructor Summary
ConstructorsModifierConstructorDescriptionFurnaceSlot(int windowSlot) protectedFurnaceSlot(int slot, boolean inventory) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetName()intinventorySlotToWindowSlot(int inventorySlot) protected intwindowSlotToInventorySlot(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:
inventorySlotToWindowSlotin classSlot
-
windowSlotToInventorySlot
protected int windowSlotToInventorySlot(int windowSlot) - Specified by:
windowSlotToInventorySlotin classSlot
-
getName
-