MCPcopy Create free account
hub / github.com/Teneted/Tenet / getItemType

Method getItemType

src/main/java/org/bukkit/material/MaterialData.java:59–61  ·  view source on GitHub ↗

Gets the Material that this MaterialData represents @return Material represented by this MaterialData

()

Source from the content-addressed store, hash-verified

57 * @return Material represented by this MaterialData
58 */
59 public Material getItemType() {
60 return type;
61 }
62
63 /**
64 * Creates a new ItemStack based on this MaterialData

Callers 15

toStringMethod · 0.95
hashCodeMethod · 0.95
equalsMethod · 0.95
spawnFallingBlockMethod · 0.45
toLegacyMethod · 0.45
toLegacyMaterialMethod · 0.45
fromLegacyMethod · 0.45
setDataMethod · 0.45
getBlockMethod · 0.45
toStringMethod · 0.45
isWallBannerMethod · 0.45
isWallSignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected