public class FakeBeeHousingInventory extends java.lang.Object implements IBeeHousingInventory
| Modifier and Type | Field and Description |
|---|---|
static FakeBeeHousingInventory |
instance |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addProduct(net.minecraft.item.ItemStack product,
boolean all)
Adds products to the housing's inventory.
|
net.minecraft.item.ItemStack |
getDrone() |
net.minecraft.item.ItemStack |
getQueen() |
void |
setDrone(net.minecraft.item.ItemStack itemstack) |
void |
setQueen(net.minecraft.item.ItemStack itemstack) |
public static final FakeBeeHousingInventory instance
public net.minecraft.item.ItemStack getQueen()
getQueen in interface IBeeHousingInventorypublic net.minecraft.item.ItemStack getDrone()
getDrone in interface IBeeHousingInventorypublic void setQueen(net.minecraft.item.ItemStack itemstack)
setQueen in interface IBeeHousingInventorypublic void setDrone(net.minecraft.item.ItemStack itemstack)
setDrone in interface IBeeHousingInventorypublic boolean addProduct(net.minecraft.item.ItemStack product,
boolean all)
IBeeHousingInventoryaddProduct in interface IBeeHousingInventoryproduct - ItemStack with the product to add.all - if true, success requires that all products are added