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 |
|---|---|
boolean |
equals(java.lang.Object o) |
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) |
int |
hashCode() |
boolean |
isAirBlock(crafttweaker.api.world.IBlockPos pos) |
public crafttweaker.api.block.IBlockState getBlockState(crafttweaker.api.world.IBlockPos pos)
getBlockState in interface crafttweaker.api.world.IBlockAccesspublic boolean isAirBlock(crafttweaker.api.world.IBlockPos pos)
isAirBlock in interface crafttweaker.api.world.IBlockAccesspublic int getStrongPower(crafttweaker.api.world.IBlockPos pos,
crafttweaker.api.world.IFacing facing)
getStrongPower in interface crafttweaker.api.world.IBlockAccesspublic java.lang.Object getInternal()
getInternal in interface crafttweaker.api.world.IBlockAccesspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object