public class TileAlvearyPlain extends TileAlveary implements buildcraft.api.statements.ITriggerProvider
IAlvearyComponent.Active, IAlvearyComponent.BeeListener, IAlvearyComponent.BeeModifier, IAlvearyComponent.ClimatiserIMultiblockComponent.HasInventory| Constructor and Description |
|---|
TileAlvearyPlain() |
| 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) |
void |
addInternalSidedTriggers(java.util.Collection<buildcraft.api.statements.ITriggerInternalSided> triggers,
buildcraft.api.statements.IStatementContainer container,
net.minecraft.util.EnumFacing side) |
void |
addInternalTriggers(java.util.Collection<buildcraft.api.statements.ITriggerInternal> triggers,
buildcraft.api.statements.IStatementContainer container) |
boolean |
allowsAutomation() |
canBlockSeeTheSky, getBeeFXCoordinates, getBeeInventory, getBeekeepingLogic, getBeeListeners, getBeeModifiers, getBiome, getBlockLightValue, getCapability, getContainer, getErrorLogic, getExactHumidity, getExactTemperature, getGui, getHumidity, getInternalInventory, getOwnerHandler, getTemperature, getUnlocalizedTitle, hasCapability, isRaining, onMachineAssembled, onMachineBroken, readGuiData, shouldRefresh, writeGuiDatacanExtractItem, canInsertItem, canSlotAccept, clear, closeInventory, decrStackSize, getDisplayName, getField, getFieldCount, getInventoryStackLimit, getName, getOwner, getSizeInventory, getSlotsForFace, getStackInSlot, getWorldObj, hasCustomName, isEmpty, isItemValidForSlot, isLocked, isUsableByPlayer, openGui, openInventory, readFromNBT, removeStackFromSlot, setField, setInventorySlotContents, setOwner, writeToNBTdecodeDescriptionPacket, encodeDescriptionPacket, getCoordinates, getMultiblockLogic, getUpdatePacket, getUpdateTag, handleUpdateTag, invalidate, onChunkUnload, onDataPacket, validateaddInfoToCrashReport, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getDistanceSq, getKey, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getWorld, hasFastRenderer, hasWorld, isInvalid, markDirty, mirror, onLoad, onlyOpsCanSetNbt, receiveClientEvent, register, restrictNBTCopy, rotate, serializeNBT, setPos, setWorld, setWorldCreate, shouldRenderInPass, updateContainingBlockInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOwnergetCoordinatesgetCoordinates, getWorldObjgetMultiblockLogicgetCoordinates, getOwnerpublic boolean allowsAutomation()
allowsAutomation in class MultiblockTileEntityForestry<MultiblockLogicAlveary>public void addInternalTriggers(java.util.Collection<buildcraft.api.statements.ITriggerInternal> triggers,
buildcraft.api.statements.IStatementContainer container)
addInternalTriggers in interface buildcraft.api.statements.ITriggerProviderpublic void addInternalSidedTriggers(java.util.Collection<buildcraft.api.statements.ITriggerInternalSided> triggers,
buildcraft.api.statements.IStatementContainer container,
@Nonnull
net.minecraft.util.EnumFacing side)
addInternalSidedTriggers in interface buildcraft.api.statements.ITriggerProviderpublic 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.ITriggerProvider