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

Method canProvidePower

src/main/java/net/minecraft/block/Block.java:985–988  ·  view source on GitHub ↗

Can this block provide power. Only wire currently seems to have this change based on its state.

()

Source from the content-addressed store, hash-verified

983 * Can this block provide power. Only wire currently seems to have this change based on its state.
984 */
985 public boolean canProvidePower()
986 {
987 return false;
988 }
989
990 /**
991 * Called When an Entity Collided with the Block

Callers 6

isNormalCubeMethod · 0.95
canConnectToMethod · 0.95
onNeighborBlockChangeMethod · 0.45
onNeighborBlockChangeMethod · 0.45
onNeighborBlockChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected