Class DryingLogic
java.lang.Object
zombie.entity.Component
zombie.entity.components.crafting.DryingLogic
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleandebugCanStart(IsoPlayer arg0) getDryingRecipes(ArrayList<CraftRecipe> arrayList) intgetFuelRecipes(ArrayList<CraftRecipe> arrayList) getInputSlotResource(int arg0) getOutputSlotResource(int arg0) doublegetSlot(int arg0) intbooleanbooleanbooleanbooleanbooleanbooleanbooleanisValid()voidsendStartRequest(IsoPlayer arg0) voidsendStopRequest(IsoPlayer arg0) voidvoidsetFuelRecipeTagQuery(String arg0) voidvoidvoidMethods 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() -
getDryingInputsGroupName
-
getDryingOutputsGroupName
-
getFuelInputsGroupName
-
getFuelOutputsGroupName
-
getDryingRecipeTagQuery
-
isUsesFuel
public boolean isUsesFuel() -
setDryingRecipeTagQuery
-
getFuelRecipeTagQuery
-
setFuelRecipeTagQuery
-
getDryingRecipes
-
getFuelRecipes
-
getDryingInputResources
-
getDryingOutputResources
-
getFuelInputResources
-
getFuelOutputResources
-
isRunning
public boolean isRunning() -
isFinished
public boolean isFinished() -
getCurrentRecipe
-
getProgress
public double getProgress() -
getPossibleRecipe
-
debugCanStart
-
canStart
-
start
-
stop
-
stop
-
sendStartRequest
-
sendStopRequest
-