Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getCustomArmorLocation
Method · 0.45
getCustomItemProperties
Method · 0.45
matchesProperties
Method · 0.45
getEnchantmentIdLevels
Method · 0.45
getColorFromItemStack
Method · 0.45
getLightLevel
Method · 0.45
isTranslucentBlock
Method · 0.45
isItemDamaged
Method · 0.45
getMapData
Method · 0.45
compactRanges
Method · 0.45
checkRanges
Method · 0.45
getPrev
Method · 0.45
Calls
no outgoing calls
Tested by
1
dbgLinkedList
Method · 0.36