public class MCBlockAccess
extends java.lang.Object
implements crafttweaker.api.world.IBlockAccess
Constructor and Description |
---|
MCBlockAccess(net.minecraft.world.IBlockAccess access) |
Modifier and Type | Method and Description |
---|---|
crafttweaker.api.block.IBlockState |
getBlockState(crafttweaker.api.world.IBlockPos pos) |
java.lang.Object |
getInternal() |
int |
getStrongPower(crafttweaker.api.world.IBlockPos pos,
crafttweaker.api.world.IFacing facing) |
boolean |
isAirBlock(crafttweaker.api.world.IBlockPos pos) |
public crafttweaker.api.block.IBlockState getBlockState(crafttweaker.api.world.IBlockPos pos)
getBlockState
in interface crafttweaker.api.world.IBlockAccess
public boolean isAirBlock(crafttweaker.api.world.IBlockPos pos)
isAirBlock
in interface crafttweaker.api.world.IBlockAccess
public int getStrongPower(crafttweaker.api.world.IBlockPos pos, crafttweaker.api.world.IFacing facing)
getStrongPower
in interface crafttweaker.api.world.IBlockAccess
public java.lang.Object getInternal()
getInternal
in interface crafttweaker.api.world.IBlockAccess