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 -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackassemble(@NotNull net.minecraft.world.Container inv, @NotNull net.minecraft.core.RegistryAccess registry) Deprecated.booleancanCraftInDimensions(int width, int height) Deprecated.net.minecraft.world.item.ItemStackgetResultItem(@NotNull net.minecraft.core.RegistryAccess registry) Deprecated.booleanbooleanmatches(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, waitMethods 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:
matchesin interfacenet.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:
assemblein interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-
canCraftInDimensions
Deprecated.- Specified by:
canCraftInDimensionsin interfacenet.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:
getResultItemin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-
isSpecial
public boolean isSpecial()- Specified by:
isSpecialin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-