public interface IHiveTile
| Modifier and Type | Method and Description |
|---|---|
void |
calmBees()
Call to calm agitated bees.
|
boolean |
isAngry() |
void |
onAttack(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.EntityPlayer player)
Called when the hive is attacked.
|
void |
onBroken(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.EntityPlayer player,
boolean canHarvest)
Called when the hive is broken.
|
void calmBees()
boolean isAngry()
void onAttack(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.EntityPlayer player)
void onBroken(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.entity.player.EntityPlayer player,
boolean canHarvest)