Class ILodestoneRecipe

java.lang.Object
team.lodestar.lodestone.systems.recipe.ILodestoneRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>

public abstract class ILodestoneRecipe extends Object implements net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    assemble(@NotNull net.minecraft.world.Container inv, @NotNull net.minecraft.core.RegistryAccess registry)
    Deprecated.
    boolean
    canCraftInDimensions(int width, int height)
    Deprecated.
    net.minecraft.world.item.ItemStack
    getResultItem(@NotNull net.minecraft.core.RegistryAccess registry)
    Deprecated.
    boolean
     
    boolean
    matches(net.minecraft.world.Container inv, net.minecraft.world.level.Level level)
    Deprecated.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getGroup, getId, getIngredients, getRemainingItems, getSerializer, getToastSymbol, getType, isIncomplete, showNotification
  • Constructor Details

    • ILodestoneRecipe

      public ILodestoneRecipe()
  • Method Details

    • matches

      @Deprecated public boolean matches(net.minecraft.world.Container inv, net.minecraft.world.level.Level level)
      Deprecated.
      Specified by:
      matches in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
    • assemble

      @Deprecated public net.minecraft.world.item.ItemStack assemble(@NotNull @NotNull net.minecraft.world.Container inv, @NotNull @NotNull net.minecraft.core.RegistryAccess registry)
      Deprecated.
      Specified by:
      assemble in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
    • canCraftInDimensions

      @Deprecated public boolean canCraftInDimensions(int width, int height)
      Deprecated.
      Specified by:
      canCraftInDimensions in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
    • getResultItem

      @Deprecated public net.minecraft.world.item.ItemStack getResultItem(@NotNull @NotNull net.minecraft.core.RegistryAccess registry)
      Deprecated.
      Specified by:
      getResultItem in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
    • isSpecial

      public boolean isSpecial()
      Specified by:
      isSpecial in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>