public class TileAlvearyHygroregulator extends TileAlveary implements net.minecraft.inventory.IInventory, ILiquidTankTile, IAlvearyComponent.Climatiser, IMultiblockComponent.HasInventory
IAlvearyComponent.Active, IAlvearyComponent.BeeListener, IAlvearyComponent.BeeModifier, IAlvearyComponent.ClimatiserIMultiblockComponent.HasInventory| Constructor and Description |
|---|
TileAlvearyHygroregulator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsAutomation() |
void |
changeClimate(int tickCount,
IClimateControlled climateControlled)
Called every tick by the alveary.
|
<T> T |
getCapability(net.minecraftforge.common.capabilities.Capability<T> capability,
net.minecraft.util.EnumFacing facing) |
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) |
IInventoryAdapter |
getInternalInventory()
Called when this part is destroyed to drop its contents.
|
TankManager |
getTankManager() |
boolean |
hasCapability(net.minecraftforge.common.capabilities.Capability<?> capability,
net.minecraft.util.EnumFacing facing) |
void |
readFromNBT(net.minecraft.nbt.NBTTagCompound nbttagcompound) |
net.minecraft.nbt.NBTTagCompound |
writeToNBT(net.minecraft.nbt.NBTTagCompound nbttagcompound) |
canBlockSeeTheSky, getBeeFXCoordinates, getBeeInventory, getBeekeepingLogic, getBeeListeners, getBeeModifiers, getBiome, getBlockLightValue, getErrorLogic, getExactHumidity, getExactTemperature, getHumidity, getOwnerHandler, getTemperature, getUnlocalizedTitle, 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, removeStackFromSlot, setField, setInventorySlotContents, setOwnerdecodeDescriptionPacket, 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, waitclear, closeInventory, decrStackSize, getField, getFieldCount, getInventoryStackLimit, getSizeInventory, getStackInSlot, isEmpty, isItemValidForSlot, isUsableByPlayer, markDirty, openInventory, removeStackFromSlot, setField, setInventorySlotContentsgetDisplayName, getName, hasCustomNamegetCoordinates, getWorldObjgetMultiblockLogicgetCoordinates, getOwner, onMachineAssembled, onMachineBrokengetOwnergetCoordinatespublic IInventoryAdapter getInternalInventory()
IMultiblockComponent.HasInventorygetInternalInventory in interface IMultiblockComponent.HasInventorygetInternalInventory in class TileAlvearypublic boolean allowsAutomation()
allowsAutomation in class MultiblockTileEntityForestry<MultiblockLogicAlveary>public void changeClimate(int tickCount,
IClimateControlled climateControlled)
IAlvearyComponent.ClimatiserchangeClimate in interface IAlvearyComponent.ClimatisertickCount - the number of ticks in the worldclimateControlled - the climate controlled alvearypublic void readFromNBT(net.minecraft.nbt.NBTTagCompound nbttagcompound)
readFromNBT in class MultiblockTileEntityForestry<MultiblockLogicAlveary>public net.minecraft.nbt.NBTTagCompound writeToNBT(net.minecraft.nbt.NBTTagCompound nbttagcompound)
writeToNBT in class MultiblockTileEntityForestry<MultiblockLogicAlveary>public TankManager getTankManager()
getTankManager in interface ILiquidTankTilepublic boolean hasCapability(net.minecraftforge.common.capabilities.Capability<?> capability,
@Nullable
net.minecraft.util.EnumFacing facing)
hasCapability in interface net.minecraftforge.common.capabilities.ICapabilityProviderhasCapability in class TileAlveary@Nullable
public <T> T getCapability(net.minecraftforge.common.capabilities.Capability<T> capability,
@Nullable
net.minecraft.util.EnumFacing facing)
getCapability in interface net.minecraftforge.common.capabilities.ICapabilityProvidergetCapability in class TileAlvearypublic net.minecraft.client.gui.inventory.GuiContainer getGui(net.minecraft.entity.player.EntityPlayer player,
int data)
getGui in interface IGuiHandlerTilegetGui in class TileAlvearypublic net.minecraft.inventory.Container getContainer(net.minecraft.entity.player.EntityPlayer player,
int data)
getContainer in interface IGuiHandlerTilegetContainer in class TileAlveary