Package emi.dev.emi.emi.runtime
Class EmiFavorite.Synthetic
java.lang.Object
emi.dev.emi.emi.runtime.EmiFavorite
emi.dev.emi.emi.runtime.EmiFavorite.Synthetic
- All Implemented Interfaces:
EmiRenderable,EmiIngredient,StackBatcher.Batchable
- Enclosing class:
- EmiFavorite
-
Nested Class Summary
Nested classes/interfaces inherited from class emi.dev.emi.emi.runtime.EmiFavorite
EmiFavorite.Craftable, EmiFavorite.Synthetic -
Field Summary
FieldsFields inherited from class emi.dev.emi.emi.runtime.EmiFavorite
recipe, stackFields inherited from interface emi.dev.emi.emi.api.stack.EmiIngredient
RENDER_AMOUNT, RENDER_ICON, RENDER_INGREDIENT, RENDER_REMAINDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidrender(DrawContext raw, int x, int y, float delta, int flags) Methods inherited from class emi.dev.emi.emi.runtime.EmiFavorite
copy, equals, getAmount, getChance, getEmiStacks, getRecipe, getStack, isSideLit, renderForBatch, setAmount, setChance, setUnbatchable, strictEqualsMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface emi.dev.emi.emi.api.stack.EmiIngredient
isEmpty, render
-
Field Details
-
batches
public final long batches -
amount
public final long amount -
state
public final int state -
total
public long total
-
-
Constructor Details
-
Synthetic
-
Synthetic
-
-
Method Details
-
render
- Specified by:
renderin interfaceEmiIngredient- Overrides:
renderin classEmiFavorite
-
getTooltip
- Specified by:
getTooltipin interfaceEmiIngredient- Overrides:
getTooltipin classEmiFavorite
-
isUnbatchable
public boolean isUnbatchable()- Specified by:
isUnbatchablein interfaceStackBatcher.Batchable- Overrides:
isUnbatchablein classEmiFavorite
-