Contents
- Description
- Nested Class Summary
- Method Summary
- Method Details
- isValid()
- getSlotSize()
- getSlot(int)
- getInputSlotResource(int)
- getOutputSlotResource(int)
- getStartMode()
- getElapsedTime()
- isStartRequested()
- isStopRequested()
- getRequestingPlayer()
- isDoAutomaticCraftCheck()
- getFurnaceInputsGroupName()
- getFurnaceOutputsGroupName()
- getFuelInputsGroupName()
- getFuelOutputsGroupName()
- getFurnaceRecipeTagQuery()
- setFurnaceRecipeTagQuery(String)
- getFuelRecipeTagQuery()
- setFuelRecipeTagQuery(String)
- getFurnaceRecipes(ArrayList)
- getFuelRecipes(ArrayList)
- getFurnaceInputResources()
- getFurnaceOutputResources()
- getFuelInputResources()
- getFuelOutputResources()
- isRunning()
- isFinished()
- getCurrentRecipe()
- getProgress()
- getPossibleRecipe()
- debugCanStart(IsoPlayer)
- canStart(IsoPlayer)
- start(IsoPlayer)
- stop(IsoPlayer)
- stop(IsoPlayer, boolean)
- sendStartRequest(IsoPlayer)
- sendStopRequest(IsoPlayer)
Class FurnaceLogic
java.lang.Object
zombie.entity.Component
zombie.entity.components.crafting.FurnaceLogic
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
debugCanStart
(IsoPlayer arg0) int
getFuelRecipes
(ArrayList<CraftRecipe> arrayList) getFurnaceRecipes
(ArrayList<CraftRecipe> arrayList) getInputSlotResource
(int arg0) getOutputSlotResource
(int arg0) double
getSlot
(int arg0) int
boolean
boolean
boolean
boolean
boolean
boolean
isValid()
void
sendStartRequest
(IsoPlayer arg0) void
sendStopRequest
(IsoPlayer arg0) void
setFuelRecipeTagQuery
(String arg0) void
void
void
void
Methods inherited from class zombie.entity.Component
DoTooltip, DoTooltip, dumpContentsInSquare, getComponent, getComponentType, getGameEntity, getOwner, getRenderLastPriority, getUsingPlayer, isAddedToEngine, isNoContainerOrEmpty, isQualifiesForMetaStorage, isRenderLast, isRunningInMeta, isUsingPlayer, isValidOwnerType, sendServerPacketTo, toString
-
Method Details
-
isValid
-
getSlotSize
public int getSlotSize() -
getSlot
-
getInputSlotResource
-
getOutputSlotResource
-
getStartMode
-
getElapsedTime
public int getElapsedTime() -
isStartRequested
public boolean isStartRequested() -
isStopRequested
public boolean isStopRequested() -
getRequestingPlayer
-
isDoAutomaticCraftCheck
public boolean isDoAutomaticCraftCheck() -
getFurnaceInputsGroupName
-
getFurnaceOutputsGroupName
-
getFuelInputsGroupName
-
getFuelOutputsGroupName
-
getFurnaceRecipeTagQuery
-
setFurnaceRecipeTagQuery
-
getFuelRecipeTagQuery
-
setFuelRecipeTagQuery
-
getFurnaceRecipes
-
getFuelRecipes
-
getFurnaceInputResources
-
getFurnaceOutputResources
-
getFuelInputResources
-
getFuelOutputResources
-
isRunning
public boolean isRunning() -
isFinished
public boolean isFinished() -
getCurrentRecipe
-
getProgress
public double getProgress() -
getPossibleRecipe
-
debugCanStart
-
canStart
-
start
-
stop
-
stop
-
sendStartRequest
-
sendStopRequest
-