Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ hasElement
Method
hasElement
src/main/java/com/volmit/adapt/util/UIWindow.java:383–386 ·
view source on GitHub ↗
(int position, int row)
Source
from the content-addressed store, hash-verified
381
}
382
383
@Override
384
public
boolean hasElement(
int
position,
int
row) {
385
return
getElement(position, row) != null;
386
}
387
388
@Override
389
public
WindowResolution getResolution() {
Callers
2
updateInventory
Method · 0.95
computeItemStack
Method · 0.95
Calls
1
getElement
Method · 0.95
Tested by
no test coverage detected