MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getStack

Method getStack

src/main/java/net/minecraft/inventory/Slot.java:81–84  ·  view source on GitHub ↗

Helper fnct to get the stack in the slot.

()

Source from the content-addressed store, hash-verified

79 * Helper fnct to get the stack in the slot.
80 */
81 public ItemStack getStack()
82 {
83 return this.inventory.getStackInSlot(this.slotIndex);
84 }
85
86 /**
87 * Returns if this slot contains a stack.

Callers 15

renameItemMethod · 0.95
mouseClickedMethod · 0.95
mouseReleasedMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
getHasStackMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
slotClickMethod · 0.95
mergeItemStackMethod · 0.95

Calls 1

getStackInSlotMethod · 0.65

Tested by

no test coverage detected