Class FurnaceFuelLogisticSlot
-
- All Implemented Interfaces:
-
io.github.pylonmc.rebar.logistics.slot.LogisticSlot
public final class FurnaceFuelLogisticSlot extends VanillaInventoryLogisticSlot
-
-
Constructor Summary
Constructors Constructor Description FurnaceFuelLogisticSlot(Block block, Inventory inventory, Integer slot)
-
Method Summary
Modifier and Type Method Description 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, getBlock, getInventory, getItemStack, getSlot, 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
-
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).
-
-
-
-