public class TileApiary extends TileBeeHousingBase implements IApiary
climateListener| Constructor and Description |
|---|
TileApiary() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExternalTriggers(java.util.Collection<buildcraft.api.statements.ITriggerExternal> triggers,
net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity tile) |
IApiaryInventory |
getApiaryInventory() |
IBeeHousingInventory |
getBeeInventory() |
java.lang.Iterable<IBeeListener> |
getBeeListeners()
Used by
IBeeRoot.createBeeHousingListener(IBeeHousing)
to combine bee listeners from several sources that can change over time. |
java.util.Collection<IBeeModifier> |
getBeeModifiers()
Used by
IBeeRoot.createBeeHousingModifier(IBeeHousing)
to combine bee modifiers from several sources that can change over time. |
net.minecraft.inventory.Container |
getContainer(net.minecraft.entity.player.EntityPlayer player,
int data) |
net.minecraft.client.gui.inventory.GuiContainer |
getGui(net.minecraft.entity.player.EntityPlayer player,
int data) |
canBlockSeeTheSky, doPollenFX, getBeeFXCoordinates, getBeekeepingLogic, getBiome, getBlockLightValue, getCapability, getExactHumidity, getExactTemperature, getHealthScaled, getHintKey, getHumidity, getOwner, getOwnerHandler, getTemperature, getUpdateTag, handleUpdateTag, hasCapability, isRaining, readFromNBT, readGuiData, updateClientSide, updateServerSide, writeGuiData, writeToNBTgetFacing, getUnlocalizedTitle, openGui, shouldRefreshaddInternalSidedTriggers, addInternalTriggers, canExtractItem, canInsertItem, canSlotAccept, clear, closeInventory, decrStackSize, getCoordinates, getDisplayName, getErrorLogic, getField, getFieldCount, getInternalInventory, getInventoryStackLimit, getName, getSizeInventory, getSlotsForFace, getStackInSlot, getTileCache, getUpdatePacket, getWorldObj, hasCustomName, invalidate, isEmpty, isItemValidForSlot, isLocked, isRedstoneActivated, isUsableByPlayer, onNeighborTileChange, onRemoval, openInventory, readData, removeStackFromSlot, sendNetworkUpdate, setField, setInternalInventory, setInventorySlotContents, setNeedsNetworkUpdate, update, updateOnInterval, validate, writeDataaddInfoToCrashReport, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getDistanceSq, getKey, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getWorld, hasFastRenderer, hasWorld, isInvalid, markDirty, mirror, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, receiveClientEvent, register, restrictNBTCopy, rotate, serializeNBT, setPos, setWorld, setWorldCreate, shouldRenderInPass, updateContainingBlockInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanBlockSeeTheSky, getBeeFXCoordinates, getBeekeepingLogic, getBlockLightValue, getOwner, isRaininggetCoordinatesgetErrorLogicgetBiome, getHumidity, getTemperaturegetCoordinates, getWorldObjgetUnlocalizedTitlepublic IBeeHousingInventory getBeeInventory()
getBeeInventory in interface IBeeHousingpublic IApiaryInventory getApiaryInventory()
getApiaryInventory in interface IApiarypublic java.util.Collection<IBeeModifier> getBeeModifiers()
IBeeHousingIBeeRoot.createBeeHousingModifier(IBeeHousing)
to combine bee modifiers from several sources that can change over time.getBeeModifiers in interface IBeeHousingpublic java.lang.Iterable<IBeeListener> getBeeListeners()
IBeeHousingIBeeRoot.createBeeHousingListener(IBeeHousing)
to combine bee listeners from several sources that can change over time.getBeeListeners in interface IBeeHousingpublic void addExternalTriggers(java.util.Collection<buildcraft.api.statements.ITriggerExternal> triggers,
@Nonnull
net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity tile)
addExternalTriggers in interface buildcraft.api.statements.ITriggerProvideraddExternalTriggers in class TileForestrypublic net.minecraft.client.gui.inventory.GuiContainer getGui(net.minecraft.entity.player.EntityPlayer player,
int data)
getGui in interface IGuiHandlerTilepublic net.minecraft.inventory.Container getContainer(net.minecraft.entity.player.EntityPlayer player,
int data)
getContainer in interface IGuiHandlerTile