public interface IHiveDrop
Add IHiveDrops with HiveManager.get___Hive.addDrop
| Modifier and Type | Method and Description |
|---|---|
IBee |
getBeeType(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos) |
double |
getChance(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
int fortune)
Chance to drop a bee or extra items.
|
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getExtraItems(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
int fortune) |
double |
getIgnobleChance(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
int fortune)
Chance for the princess to be ignoble.
|
IBee getBeeType(net.minecraft.world.IBlockAccess world, net.minecraft.util.math.BlockPos pos)
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getExtraItems(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
int fortune)
double getChance(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
int fortune)
world - Minecraft world this is called for.pos - Coordinates of the broken hive.double getIgnobleChance(net.minecraft.world.IBlockAccess world,
net.minecraft.util.math.BlockPos pos,
int fortune)
world - Minecraft world this is called for.pos - Coordinates of the broken hive.