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

Method getItem

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

Source from the content-addressed store, hash-verified

194 }
195
196 public T getItem() {
197 return this.item;
198 }
199
200 public LinkedList.Node<T> getPrev() {
201 return this.prev;

Callers 15

matchesPropertiesMethod · 0.45
getColorFromItemStackMethod · 0.45
getLightLevelMethod · 0.45
isTranslucentBlockMethod · 0.45
isItemDamagedMethod · 0.45
getMapDataMethod · 0.45
compactRangesMethod · 0.45
checkRangesMethod · 0.45
getPrevMethod · 0.45

Calls

no outgoing calls

Tested by 1

dbgLinkedListMethod · 0.36