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

Method setType

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

Sets the type of this block @param type Material to change this block to

(@NotNull Material type)

Source from the content-addressed store, hash-verified

216 * @param type Material to change this block to
217 */
218 void setType(@NotNull Material type);
219
220 /**
221 * Sets the type of this block

Callers 11

spawnArrowMethod · 0.65
createEntityMethod · 0.65
setTypeIdMethod · 0.65
setTypeIdAndDataMethod · 0.65
launchProjectileMethod · 0.65
CraftFireworkMethod · 0.65
launchProjectileMethod · 0.65
setBasePotionDataMethod · 0.65
setBasePotionDataMethod · 0.65
makeRegistryMethod · 0.65
makeRegistryMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected