Class RedstoneRequesterMenu.SorterProofSlot

java.lang.Object
net.minecraft.world.inventory.Slot
net.neoforged.neoforge.items.SlotItemHandler
com.simibubi.create.content.logistics.redstoneRequester.RedstoneRequesterMenu.SorterProofSlot
Enclosing class:
RedstoneRequesterMenu

public static class RedstoneRequesterMenu.SorterProofSlot extends net.neoforged.neoforge.items.SlotItemHandler
  • Field Summary

    Fields inherited from class net.neoforged.neoforge.items.SlotItemHandler

    index

    Fields inherited from class net.minecraft.world.inventory.Slot

    container, x, y
  • Constructor Summary

    Constructors
    Constructor
    Description
    SorterProofSlot(net.neoforged.neoforge.items.IItemHandler itemHandler, int index, int xPosition, int yPosition)
     
  • Method Summary

    Methods inherited from class net.neoforged.neoforge.items.SlotItemHandler

    getItem, getItemHandler, getMaxStackSize, getMaxStackSize, initialize, mayPickup, mayPlace, onQuickCraft, remove, set

    Methods inherited from class net.minecraft.world.inventory.Slot

    allowModification, checkTakeAchievements, getContainerSlot, getNoItemIcon, getSlotIndex, hasItem, isActive, isFake, isHighlightable, isSameInventory, onQuickCraft, onSwapCraft, onTake, safeInsert, safeInsert, safeTake, setBackground, setByPlayer, setByPlayer, setChanged, tryRemove

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SorterProofSlot

      public SorterProofSlot(net.neoforged.neoforge.items.IItemHandler itemHandler, int index, int xPosition, int yPosition)