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

Method getHasStack

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

Source from the content-addressed store, hash-verified

101 @Override protected void onCrafting(ItemStack aStack) {/**/}
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

nothing calls this directly

Calls 1

getStackMethod · 0.95

Tested by

no test coverage detected