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 TypeMethodDescriptionvoid
addEventListener
(String string, Object object) void
addEventListener
(String string, Object object0, Object object1) boolean
boolean
boolean
cachedCanStart
(IsoPlayer playerx) void
doPreviewSlotTooltip
(se.krka.kahlua.vm.KahluaTable table, ObjectTooltip objectTooltip) void
doProgressSlotTooltip
(se.krka.kahlua.vm.KahluaTable table, ObjectTooltip objectTooltip) void
filterRecipeList
(String string0, String string1) void
filterRecipeList
(String string0, String string1, boolean boolean0) void
filterRecipeList
(String string, String var2, boolean boolean1, IsoPlayer playerx) getInputItemNodesForInput
(InputScript inputScript) se.krka.kahlua.vm.KahluaTable
int
getPossibleCraftCount
(boolean boolean0) getStatusIconsForItemInProgress
(int int0) void
void
setContainers
(ArrayList<ItemContainer> arrayList) void
setCraftQuantity
(int var1) void
setManualSelectInputScriptFilter
(InputScript inputScript, se.krka.kahlua.vm.KahluaTable table) void
setRecipe
(CraftRecipe craftRecipe) void
setRecipeSortMode
(String string1) void
setSelectedRecipeStyle
(String string1) void
setShowManualSelectInputs
(boolean boolean0) boolean
void
-
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
-
getOutputItems
-
shouldShowManualSelectInputs
public boolean shouldShowManualSelectInputs() -
setShowManualSelectInputs
public void setShowManualSelectInputs(boolean boolean0) -
getManualSelectInputScriptFilter
-
getManualSelectItemSlot
public se.krka.kahlua.vm.KahluaTable getManualSelectItemSlot() -
setManualSelectInputScriptFilter
public void setManualSelectInputScriptFilter(InputScript inputScript, se.krka.kahlua.vm.KahluaTable table) -
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()
-