MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getSlotIndex

Method getSlotIndex

src/main/java/gregapi/gui/Slot_Base.java:104–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 @Override public void onPickupFromSlot(EntityPlayer aPlayer, ItemStack aStack) {onSlotChanged();}
103 @Override public boolean getHasStack() {return getStack() != null;}
104 @Override public int getSlotIndex() {return mIndex;}
105}

Callers 2

slotClickMethod · 0.80
putStackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected