MCPcopy 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

middleClickMouseMethod · 0.95
createStackedBlockMethod · 0.95
mergeItemStackMethod · 0.45
combineItemsMethod · 0.45
storeItemStackMethod · 0.45
updateItemUseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected