Class FurnaceFuelLogisticSlot
-
- All Implemented Interfaces:
-
io.github.pylonmc.rebar.logistics.slot.LogisticSlot
public final class FurnaceFuelLogisticSlot extends VanillaInventoryLogisticSlot
-
-
Constructor Summary
Constructors Constructor Description FurnaceFuelLogisticSlot(Inventory inventory, Integer slot)
-
Method Summary
Modifier and Type Method Description final InventorygetInventory()final IntegergetSlot()LonggetMaxAmount(ItemStack stack)Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack). -
Methods inherited from class io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
getAmount, getItemStack, set -
Methods inherited from class io.github.pylonmc.rebar.logistics.slot.LogisticSlot
canSet -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInventory
final Inventory getInventory()
-
getMaxAmount
Long getMaxAmount(ItemStack stack)
Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
-
-
-
-