public class DefaultTillingDisplay extends java.lang.Object implements RecipeDisplay
| Constructor and Description |
|---|
DefaultTillingDisplay(EntryStack in,
EntryStack out) |
DefaultTillingDisplay(net.minecraft.item.ItemStack in,
net.minecraft.item.ItemStack out) |
| Modifier and Type | Method and Description |
|---|---|
EntryStack |
getIn() |
@NotNull java.util.List<java.util.List<EntryStack>> |
getInputEntries() |
EntryStack |
getOut() |
@NotNull net.minecraft.util.ResourceLocation |
getRecipeCategory()
Gets the recipe display category identifier
|
@NotNull java.util.List<java.util.List<EntryStack>> |
getRequiredEntries()
Gets the required items used in craftable filters
|
@NotNull java.util.List<java.util.List<EntryStack>> |
getResultingEntries() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputEntries, getRecipeLocationpublic DefaultTillingDisplay(EntryStack in, EntryStack out)
public DefaultTillingDisplay(net.minecraft.item.ItemStack in,
net.minecraft.item.ItemStack out)
public final EntryStack getIn()
public final EntryStack getOut()
@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 RecipeDisplay@NotNull public @NotNull java.util.List<java.util.List<EntryStack>> getRequiredEntries()
RecipeDisplaygetRequiredEntries in interface RecipeDisplay