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

Method isSidePowered

src/main/java/net/minecraft/world/World.java:3243–3246  ·  view source on GitHub ↗
(BlockPos pos, EnumFacing side)

Source from the content-addressed store, hash-verified

3241 }
3242
3243 public boolean isSidePowered(BlockPos pos, EnumFacing side)
3244 {
3245 return this.getRedstonePower(pos, side) > 0;
3246 }
3247
3248 public int getRedstonePower(BlockPos pos, EnumFacing facing)
3249 {

Callers 2

shouldBeExtendedMethod · 0.80
shouldBeOffMethod · 0.80

Calls 1

getRedstonePowerMethod · 0.95

Tested by

no test coverage detected