Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
slotClick
Method · 0.80
putStack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected