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

Method getType

src/main/java/org/bukkit/block/Block.java:98–98  ·  view source on GitHub ↗

Gets the type of this block @return block type

()

Source from the content-addressed store, hash-verified

96 * @return block type
97 */
98 @NotNull
99 Material getType();
100
101 /**

Callers 15

canSpawnMethod · 0.95
dispenseMethod · 0.95
dropMethod · 0.95
callBlockIgniteEventMethod · 0.95
openWorkbenchMethod · 0.95
openEnchantingMethod · 0.95
getLineOfSightMethod · 0.95
InstrumentEnum · 0.65
equalsMethod · 0.65
getRecipesForMethod · 0.65

Implementers 1

CraftBlocksrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected