public interface IHiveFrame
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
frameUsed(IBeeHousing housing,
net.minecraft.item.ItemStack frame,
IBee queen,
int wear)
Wears out a frame.
|
IBeeModifier |
getBeeModifier()
Deprecated.
since Forestry 5.5.1. Use
getBeeModifier(ItemStack) |
default IBeeModifier |
getBeeModifier(net.minecraft.item.ItemStack frame) |
net.minecraft.item.ItemStack frameUsed(IBeeHousing housing, net.minecraft.item.ItemStack frame, IBee queen, int wear)
housing - IBeeHousing the frame is contained in.frame - ItemStack containing the actual frame.queen - Current queen in the caller.wear - Integer denoting the amount worn out. The wear modifier of the current beekeeping mode has already been taken into account.default IBeeModifier getBeeModifier(net.minecraft.item.ItemStack frame)
frame - ItemStack containing the actual frame.IBeeModifier for this frame.@Deprecated IBeeModifier getBeeModifier()
getBeeModifier(ItemStack)