public class TileEntityMachineFurnace extends TileEntityMachineBase<RecipeMachineBase>
container, deviceCycleTime, itemCycleTime, itemStackHandler, needCycleTime, state| Constructor and Description |
|---|
TileEntityMachineFurnace() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnergyUsed() |
RecipeMachineBase |
getRecipe(java.lang.String index) |
java.util.HashMap<java.lang.String,RecipeMachineBase> |
getRecipes() |
boolean |
isValidInput(net.minecraft.item.ItemStack stack) |
getCapability, getCurrentTime, getRecipeIndex, getTotalTime, getUpdatePacket, hasCapability, markDirty, onDataPacket, process, readFromNBT, setRecipeIndex, setTotalTime, update, updateCurrentRecipe, writeToNBTaddInfoToCrashReport, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getDisplayName, getDistanceSq, getKey, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getUpdateTag, getWorld, handleUpdateTag, hasFastRenderer, hasWorld, invalidate, isInvalid, mirror, onChunkUnload, onLoad, onlyOpsCanSetNbt, receiveClientEvent, restrictNBTCopy, rotate, serializeNBT, setPos, setWorld, setWorldCreate, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic int getEnergyUsed()
getEnergyUsed in class TileEntityMachineBase<RecipeMachineBase>public RecipeMachineBase getRecipe(java.lang.String index)
getRecipe in class TileEntityMachineBase<RecipeMachineBase>public java.util.HashMap<java.lang.String,RecipeMachineBase> getRecipes()
getRecipes in class TileEntityMachineBase<RecipeMachineBase>public boolean isValidInput(net.minecraft.item.ItemStack stack)
isValidInput in class TileEntityMachineBase<RecipeMachineBase>