MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isSolid

Method isSolid

src/main/java/net/minecraft/block/material/Material.java:94–97  ·  view source on GitHub ↗

Returns true if the block is a considered solid. This is true by default.

()

Source from the content-addressed store, hash-verified

92 * Returns true if the block is a considered solid. This is true by default.
93 */
94 public boolean isSolid()
95 {
96 return true;
97 }
98
99 /**
100 * Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true

Callers 15

getFluidHeightMethod · 0.95
onUpdateMethod · 0.95
onUpdateMethod · 0.95
generateMethod · 0.95
generateMethod · 0.95
onItemUseMethod · 0.45
onItemUseMethod · 0.45
onItemUseMethod · 0.45
makePortalMethod · 0.45
canPlaceBlockAtMethod · 0.45
isBlockSolidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected