| Constructor and Description |
|---|
HiveGenGround(net.minecraft.block.Block... groundBlocks) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
getPosForHive(net.minecraft.world.World world,
int x,
int z)
return a position that the hive should try to generate at.
|
boolean |
isValidLocation(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
returns true if the hive can be generated at this location.
|
canReplace, isTreeBlockpublic boolean isValidLocation(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
IHiveGenpublic net.minecraft.util.math.BlockPos getPosForHive(net.minecraft.world.World world,
int x,
int z)
IHiveGen