Class WrapCreativeSlot

java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen.SlotWrapper
com.beansgalaxy.backpacks.WrapCreativeSlot

public class WrapCreativeSlot extends net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen.SlotWrapper
  • Field Summary

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

    container, index, x, y
  • Constructor Summary

    Constructors
    Constructor
    Description
    WrapCreativeSlot(net.minecraft.world.inventory.Slot slot)
     
  • Method Summary

    Methods inherited from class net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen.SlotWrapper

    getItem, getMaxStackSize, getMaxStackSize, getNoItemIcon, getSlotIndex, hasItem, isActive, isSameInventory, mayPickup, mayPlace, onTake, remove, set, setBackground, setByPlayer, setChanged

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

    allowModification, checkTakeAchievements, getContainerSlot, isHighlightable, onQuickCraft, onQuickCraft, onSwapCraft, safeInsert, safeInsert, safeTake, tryRemove

    Methods inherited from class java.lang.Object

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

    • WrapCreativeSlot

      public WrapCreativeSlot(net.minecraft.world.inventory.Slot slot)