类 FullMatterClusterRecipe
java.lang.Object
committee.nova.mods.avaritia.common.crafting.recipe.ShapelessTableCraftingRecipe
committee.nova.mods.avaritia.common.crafting.recipe.FullMatterClusterRecipe
- 所有已实现的接口:
ISpecialRecipe,ITierRecipe,ITierCraftingRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-
嵌套类概要
嵌套类 -
字段概要
从类继承的字段 committee.nova.mods.avaritia.common.crafting.recipe.ShapelessTableCraftingRecipe
inputs -
构造器概要
构造器构造器说明FullMatterClusterRecipe(net.minecraft.resources.ResourceLocation recipeId, String group, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> inputs, int count) -
方法概要
从类继承的方法 committee.nova.mods.avaritia.common.crafting.recipe.ShapelessTableCraftingRecipe
assemble, assemble, canCraftInDimensions, getId, getIngredients, getRemainingItems, getResultItem, getTier, getType, hasRequiredTier, matches, setTransformers从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 committee.nova.mods.avaritia.api.common.crafting.ISpecialRecipe
getRemainingItems, matches从接口继承的方法 net.minecraft.world.item.crafting.Recipe
getToastSymbol, isIncomplete, isSpecial, showNotification
-
构造器详细资料
-
FullMatterClusterRecipe
public FullMatterClusterRecipe(net.minecraft.resources.ResourceLocation recipeId, String group, net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> inputs, int count)
-
-
方法详细资料
-
matches
public boolean matches(@NotNull @NotNull net.minecraft.world.Container container, @NotNull @NotNull net.minecraft.world.level.Level level) - 指定者:
matches在接口中ISpecialRecipe- 指定者:
matches在接口中net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>- 覆盖:
matches在类中ShapelessTableCraftingRecipe
-
getGroup
-
getSerializer
@NotNull public @NotNull net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()- 指定者:
getSerializer在接口中net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>- 覆盖:
getSerializer在类中ShapelessTableCraftingRecipe
-