Class MappedContainerMenu
java.lang.Object
com.github.darksoulq.abyssallib.world.menu.AbstractContainerMenu
com.github.darksoulq.abyssallib.world.menu.MappedContainerMenu
- All Implemented Interfaces:
ContainerListener
-
Field Summary
Fields inherited from class com.github.darksoulq.abyssallib.world.menu.AbstractContainerMenu
maxSlots, slots, topSize -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackquickMoveStack(org.bukkit.entity.Player player, int rawIndex) Methods inherited from class com.github.darksoulq.abyssallib.world.menu.AbstractContainerMenu
broadcastChanges, clicked, containerChanged, dragged, forceResync, getCarried, getSlot, getViewers, hotbarSwap, offhandSwap, open, removed, removeViewer, requiresTick, setCarried, stillValid, tick, trackTask
-
Method Details
-
quickMoveStack
public org.bukkit.inventory.ItemStack quickMoveStack(org.bukkit.entity.Player player, int rawIndex) - Specified by:
quickMoveStackin classAbstractContainerMenu
-