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(net.minecraft.world.Container inv) Deprecated.booleancanCraftInDimensions(int width, int height) Deprecated.net.minecraft.world.item.ItemStackDeprecated.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
-
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.- 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.- 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>
-