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

Method getHasStack

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

Returns if this slot contains a stack.

()

Source from the content-addressed store, hash-verified

87 * Returns if this slot contains a stack.
88 */
89 public boolean getHasStack()
90 {
91 return this.getStack() != null;
92 }
93
94 /**
95 * Helper method to put a stack in the slot.

Callers 15

renameItemMethod · 0.95
mouseClickedMethod · 0.95
mouseReleasedMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
transferStackInSlotMethod · 0.95
slotClickMethod · 0.95
transferStackInSlotMethod · 0.95

Calls 1

getStackMethod · 0.95

Tested by

no test coverage detected