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

Method isProvidingWeakPower

src/main/java/net/minecraft/block/Block.java:977–980  ·  view source on GitHub ↗
(IBlockAccess worldIn, BlockPos pos, IBlockState state, EnumFacing side)

Source from the content-addressed store, hash-verified

975 }
976
977 public int isProvidingWeakPower(IBlockAccess worldIn, BlockPos pos, IBlockState state, EnumFacing side)
978 {
979 return 0;
980 }
981
982 /**
983 * Can this block provide power. Only wire currently seems to have this change based on its state.

Callers 1

getRedstonePowerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected