Class DryingCraftLogic
java.lang.Object
zombie.entity.Component
zombie.entity.components.crafting.CraftLogic
zombie.entity.components.crafting.DryingCraftLogic
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoProgressTooltip(ObjectTooltip.Layout layout, Resource resource, CraftRecipeData craftRecipeData) getStatusIconsForInputItem(InventoryItem var1, CraftRecipeData craftRecipeData) voidonStart()voidonUpdate(CraftRecipeData craftRecipeData) Methods inherited from class zombie.entity.components.crafting.CraftLogic
canStart, debugCanStart, dumpContentsInSquare, finaliseRecipe, getActiveCraftCount, getCurrentRecipe, getFreeOutputSlotCount, getInputResources, getInputsGroupName, getOutputResources, getOutputsGroupName, getPossibleRecipe, getProgress, getRecipes, getRecipes, getRecipeTagQuery, getRequestingPlayer, getStartMode, isDoAutomaticCraftCheck, isNoContainerOrEmpty, isRunning, isStartRequested, isStopRequested, isValid, onStop, returnConsumedItemsToResourcesOrSquare, sendStartRequest, sendStopRequest, setRecipe, setRecipeTagQuery, start, stop, stopMethods inherited from class zombie.entity.Component
DoTooltip, DoTooltip, getComponent, getComponentType, getGameEntity, getOwner, getRenderLastPriority, getUsingPlayer, isAddedToEngine, isQualifiesForMetaStorage, isRenderLast, isRunningInMeta, isUsingPlayer, isValidOwnerType, sendServerPacketTo, toString
-
Method Details
-
onStart
public void onStart()- Overrides:
onStartin classCraftLogic
-
onUpdate
- Overrides:
onUpdatein classCraftLogic
-
doProgressTooltip
public void doProgressTooltip(ObjectTooltip.Layout layout, Resource resource, CraftRecipeData craftRecipeData) - Overrides:
doProgressTooltipin classCraftLogic
-
getStatusIconsForInputItem
public ArrayList<Texture> getStatusIconsForInputItem(InventoryItem var1, CraftRecipeData craftRecipeData) - Overrides:
getStatusIconsForInputItemin classCraftLogic
-