MCPcopy 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

updateInventoryMethod · 0.95
computeItemStackMethod · 0.95

Calls 1

getElementMethod · 0.95

Tested by

no test coverage detected