public class DefaultFuelDisplay extends java.lang.Object implements RecipeDisplay
| Constructor and Description |
|---|
DefaultFuelDisplay(EntryStack fuel,
int fuelTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFuelTime() |
@NotNull java.util.List<java.util.List<EntryStack>> |
getInputEntries() |
@NotNull net.minecraft.util.ResourceLocation |
getRecipeCategory()
Gets the recipe display category identifier
|
@NotNull java.util.List<java.util.List<EntryStack>> |
getResultingEntries() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputEntries, getRecipeLocation, getRequiredEntriespublic DefaultFuelDisplay(EntryStack fuel, int fuelTime)
@NotNull public @NotNull java.util.List<java.util.List<EntryStack>> getInputEntries()
getInputEntries in interface RecipeDisplay@NotNull public @NotNull java.util.List<java.util.List<EntryStack>> getResultingEntries()
getResultingEntries in interface RecipeDisplay@NotNull public @NotNull net.minecraft.util.ResourceLocation getRecipeCategory()
RecipeDisplaygetRecipeCategory in interface RecipeDisplaypublic int getFuelTime()