Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getItemById
Method
getItemById
src/main/java/net/minecraft/item/Item.java:85–88 ·
view source on GitHub ↗
(int id)
Source
from the content-addressed store, hash-verified
83
}
84
85
public
static
Item getItemById(
int
id)
86
{
87
return
itemRegistry.getObjectById(id);
88
}
89
90
public
static
Item getItemFromBlock(Block blockIn)
91
{
Callers
11
getModelTextures
Method · 0.95
playAuxSFX
Method · 0.95
getEntityFX
Method · 0.95
handleSpawnPlayer
Method · 0.95
getByNameOrId
Method · 0.95
readFromNBT
Method · 0.95
readItemStackFromBuffer
Method · 0.95
readFromNBT
Method · 0.95
readFromNBT
Method · 0.95
onDeath
Method · 0.95
getDropItem
Method · 0.95
Calls
1
getObjectById
Method · 0.45
Tested by
no test coverage detected