Class DryingLogic
java.lang.Object
zombie.entity.Component
zombie.entity.components.crafting.DryingLogic
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
debugCanStart
(IsoPlayer player) getDryingRecipes
(ArrayList<CraftRecipe> arrayList) int
getFuelRecipes
(ArrayList<CraftRecipe> arrayList) getInputSlotResource
(int int0) getOutputSlotResource
(int int0) double
getSlot
(int int0) int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isValid()
void
sendStartRequest
(IsoPlayer player) void
sendStopRequest
(IsoPlayer player) void
setDryingRecipeTagQuery
(String string) void
setFuelRecipeTagQuery
(String string) void
void
void
Methods inherited from class zombie.entity.Component
DoTooltip, DoTooltip, getComponent, getComponentType, getGameEntity, getOwner, getRenderLastPriority, getUsingPlayer, isAddedToEngine, 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
-