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

Method isItemValid

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

Check if the stack is a valid item for this slot. Always true beside for the armor slots.

(ItemStack stack)

Source from the content-addressed store, hash-verified

71 * Check if the stack is a valid item for this slot. Always true beside for the armor slots.
72 */
73 public boolean isItemValid(ItemStack stack)
74 {
75 return true;
76 }
77
78 /**
79 * Helper fnct to get the stack in the slot.

Callers 2

mouseClickMoveMethod · 0.95
slotClickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected