public abstract class HiveGen extends java.lang.Object implements IHiveGen
| Constructor and Description |
|---|
HiveGen() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReplace(net.minecraft.block.state.IBlockState blockState,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
returns true if the hive can safely replace the block at this location.
|
static boolean |
isTreeBlock(net.minecraft.block.state.IBlockState blockState,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPosForHive, isValidLocationpublic static boolean isTreeBlock(net.minecraft.block.state.IBlockState blockState,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
public boolean canReplace(net.minecraft.block.state.IBlockState blockState,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
IHiveGencanReplace in interface IHiveGen