类 IngredientTests.CompressedShapelessRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
net.neoforged.neoforge.debug.crafting.IngredientTests.CompressedShapelessRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
- 封闭类:
IngredientTests
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.item.crafting.ShapelessRecipe
ShapelessRecipe.Serializer
-
字段概要
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明CompressedShapelessRecipe
(String group, CraftingBookCategory category, ItemStack result, List<SizedIngredient> ingredients) CompressedShapelessRecipe
(ShapelessRecipe uncompressed) -
方法概要
修饰符和类型方法说明private static List
<SizedIngredient> compressIngredients
(List<Ingredient> ingredients) private static NonNullList
<Ingredient> decompressList
(List<SizedIngredient> ingredients) 从类继承的方法 net.minecraft.world.item.crafting.ShapelessRecipe
assemble, category, display, group, matches, placementInfo
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.CraftingRecipe
getRemainingItems, getType, recipeBookCategory
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
isSpecial, showNotification
-
构造器详细资料
-
CompressedShapelessRecipe
public CompressedShapelessRecipe(String group, CraftingBookCategory category, ItemStack result, List<SizedIngredient> ingredients) -
CompressedShapelessRecipe
-
-
方法详细资料
-
decompressList
-
compressIngredients
-
getSerializer
- 指定者:
getSerializer
在接口中CraftingRecipe
- 指定者:
getSerializer
在接口中Recipe<CraftingInput>
- 覆盖:
getSerializer
在类中ShapelessRecipe
-