Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getHasSubtypes
Method
getHasSubtypes
src/main/java/net/minecraft/item/Item.java:182–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
180
}
181
182
public
boolean getHasSubtypes()
183
{
184
return
this.hasSubtypes;
185
}
186
187
protected
Item setHasSubtypes(boolean hasSubtypes)
188
{
Callers
6
middleClickMouse
Method · 0.95
createStackedBlock
Method · 0.95
mergeItemStack
Method · 0.45
combineItems
Method · 0.45
storeItemStack
Method · 0.45
updateItemUse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected