MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / hasNext

Method hasNext

src/main/java/net/optifine/util/LinkedList.java:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 LinkedList.Node<T> node = LinkedList.this.getFirst();
133
134 public boolean hasNext() {
135 return this.node != null;
136 }
137
138 public LinkedList.Node<T> next() {
139 LinkedList.Node<T> node = this.node;

Callers 8

loadLocaleDataMethod · 0.45
getGroupMethod · 0.45
getImageSizeMethod · 0.45
toStringMethod · 0.45
makeEntityRenderMethod · 0.45
modifyModelMethod · 0.45
getItemAtkDamageMethod · 0.45
onRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected