public class MCBlockState extends MCBlockProperties implements crafttweaker.api.block.IBlockState
Constructor and Description |
---|
MCBlockState(net.minecraft.block.state.IBlockState blockState) |
Modifier and Type | Method and Description |
---|---|
int |
compare(crafttweaker.api.block.IBlockState other) |
crafttweaker.api.block.IBlock |
getBlock() |
int |
getMeta() |
boolean |
isReplaceable(crafttweaker.api.world.IWorld world,
crafttweaker.api.world.IBlockPos blockPos) |
canEntitySpawn, canProvidePower, causesSuffocation, doesSideBlockRendering, getActualState, getBlockHardness, getComparatorInputOverride, getInternal, getLightOpacity, getLightValue, getMaterial, getMobilityFlag, getPlayerRelativeBlockHardness, getStrongPower, getWeakPower, hasCustomBreakingProgress, isBlockNormalCube, isFullBlock, isFullCube, isNormalCube, isOpaqueCube, isSideSolid, useNeighborBrightness
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canEntitySpawn, canProvidePower, causesSuffocation, doesSideBlockRendering, getActualState, getBlockHardness, getComparatorInputOverride, getInternal, getLightOpacity, getLightValue, getMaterial, getMobilityFlag, getPlayerRelativeBlockHardness, getStrongPower, getWeakPower, hasCustomBreakingProgress, isBlockNormalCube, isFullBlock, isFullCube, isNormalCube, isOpaqueCube, isSideSolid, useNeighborBrightness
public MCBlockState(net.minecraft.block.state.IBlockState blockState)
public crafttweaker.api.block.IBlock getBlock()
getBlock
in interface crafttweaker.api.block.IBlockState
public int getMeta()
getMeta
in interface crafttweaker.api.block.IBlockState
public boolean isReplaceable(crafttweaker.api.world.IWorld world, crafttweaker.api.world.IBlockPos blockPos)
isReplaceable
in interface crafttweaker.api.block.IBlockState
public int compare(crafttweaker.api.block.IBlockState other)
compare
in interface crafttweaker.api.block.IBlockState