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

Method getStrongPower

src/main/java/net/minecraft/world/World.java:3177–3181  ·  view source on GitHub ↗
(BlockPos pos, EnumFacing direction)

Source from the content-addressed store, hash-verified

3175 }
3176
3177 public int getStrongPower(BlockPos pos, EnumFacing direction)
3178 {
3179 IBlockState iblockstate = this.getBlockState(pos);
3180 return iblockstate.getBlock().isProvidingStrongPower(this, pos, iblockstate, direction);
3181 }
3182
3183 public WorldType getWorldType()
3184 {

Callers 1

getRedstonePowerMethod · 0.95

Calls 9

getBlockStateMethod · 0.95
getBlockMethod · 0.95
downMethod · 0.80
upMethod · 0.80
northMethod · 0.80
southMethod · 0.80
westMethod · 0.80
eastMethod · 0.80

Tested by

no test coverage detected