Package emi.dev.emi.emi.api.stack
Class EmiFistStack
java.lang.Object
emi.dev.emi.emi.api.stack.EmiStack
emi.dev.emi.emi.api.stack.EmiFistStack
- All Implemented Interfaces:
EmiRenderable,EmiIngredient
-
Field Summary
FieldsFields inherited from class emi.dev.emi.emi.api.stack.EmiStack
amount, chance, comparison, EMPTYFields inherited from interface emi.dev.emi.emi.api.stack.EmiIngredient
RENDER_AMOUNT, RENDER_ICON, RENDER_INGREDIENT, RENDER_REMAINDER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class emi.dev.emi.emi.api.stack.EmiStack
comparison, comparison, equals, getAmount, getChance, getItemStack, getKeyOfType, getRemainder, hashCode, hasNbt, isEqual, of, of, of, of, of, of, of, of, of, of, setAmount, setChance, setRemainder, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface emi.dev.emi.emi.api.stack.EmiIngredient
render
-
Field Details
-
HAND
-
-
Constructor Details
-
EmiFistStack
public EmiFistStack()
-
-
Method Details
-
render
-
copy
- Specified by:
copyin interfaceEmiIngredient- Specified by:
copyin classEmiStack
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceEmiIngredient- Specified by:
isEmptyin classEmiStack
-
getNbt
-
getKey
-
getId
-
isEqual
-
getTooltipText
- Specified by:
getTooltipTextin classEmiStack
-
getTooltip
- Specified by:
getTooltipin interfaceEmiIngredient- Overrides:
getTooltipin classEmiStack
-
getName
-
getEmiStacks
- Specified by:
getEmiStacksin interfaceEmiIngredient- Overrides:
getEmiStacksin classEmiStack- Returns:
- The
EmiStacks represented by this ingredient. List is never empty. For an empty ingredient, usEmiStack.EMPTY
-