Class CraftLogicUILogic
java.lang.Object
zombie.entity.components.crafting.CraftLogicUILogic
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCraftLogicUILogic(IsoPlayer playerx, GameEntity gameEntity, CraftLogic craftLogic) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEventListener(String string, Object object) voidaddEventListener(String string, Object object0, Object object1) booleanbooleanbooleancachedCanStart(IsoPlayer playerx) voiddoPreviewSlotTooltip(KahluaTable table, ObjectTooltip objectTooltip) voiddoProgressSlotTooltip(KahluaTable table, ObjectTooltip objectTooltip) voidfilterRecipeList(String string0, String string1) voidfilterRecipeList(String string0, String string1, boolean boolean0) voidfilterRecipeList(String string, String var2, boolean boolean1, IsoPlayer playerx) getInputItemNodesForInput(InputScript inputScript) intgetPossibleCraftCount(boolean boolean0) getStatusIconsForItemInProgress(InventoryItem item, CraftRecipeData craftRecipeData) voidvoidsetContainers(ArrayList<ItemContainer> arrayList) voidsetCraftQuantity(int var1) voidsetManualSelectInputScriptFilter(InputScript inputScript, KahluaTable table) voidsetRecipe(CraftRecipe craftRecipe) voidsetRecipeSortMode(String string1) voidsetSelectedRecipeStyle(String string1) voidsetShowManualSelectInputs(boolean boolean0) booleanvoid
-
Constructor Details
-
CraftLogicUILogic
-
-
Method Details
-
getCraftLogic
-
getEntity
-
setRecipe
-
getRecipe
-
getRecipeList
-
cachedCanStart
-
addEventListener
-
addEventListener
-
getEntityIcon
-
setSelectedRecipeStyle
-
getSelectedRecipeStyle
-
setRecipeSortMode
-
getRecipeSortMode
-
filterRecipeList
-
filterRecipeList
-
filterRecipeList
-
sortRecipeList
public void sortRecipeList() -
getPossibleCraftCount
public int getPossibleCraftCount(boolean boolean0) -
getItemsInProgress
-
getStatusIconsForItemInProgress
public ArrayList<Texture> getStatusIconsForItemInProgress(InventoryItem item, CraftRecipeData craftRecipeData) -
getOutputItems
-
shouldShowManualSelectInputs
public boolean shouldShowManualSelectInputs() -
setShowManualSelectInputs
public void setShowManualSelectInputs(boolean boolean0) -
getManualSelectInputScriptFilter
-
getManualSelectItemSlot
-
setManualSelectInputScriptFilter
-
getRecipeData
-
getInputItemNodes
-
getInputItemNodesForInput
-
getResourceItemNodes
-
onResourceSlotContentsChanged
public void onResourceSlotContentsChanged() -
setCraftQuantity
public void setCraftQuantity(int var1) -
setContainers
-
getContainers
-
doProgressSlotTooltip
-
doPreviewSlotTooltip
-
cachedCanPerformCurrentRecipe
public boolean cachedCanPerformCurrentRecipe() -
areAllInputItemsSatisfied
public boolean areAllInputItemsSatisfied()
-