Uses of Record Class
net.minecraft.class_8957
Packages that use class_8957
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8957 in net.minecraft
Fields in net.minecraft with type parameters of type class_8957Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<class_8957>class_8957.field_47321Methods in net.minecraft that return class_8957Modifier and TypeMethodDescriptionstatic class_8957class_8957.method_55085(Map<Character, Ingredient> map, List<String> list) static class_8957class_8957.method_55086(Map<Character, Ingredient> map, String[] string) static class_8957class_8957.method_55090(PacketByteBuf packetByteBuf) Methods in net.minecraft that return types with arguments of type class_8957Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<class_8957>class_8957.method_55080(class_8957.class_8958 class_8958) -
Uses of class_8957 in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe that return class_8957Modifier and TypeMethodDescriptionprivate class_8957ShapedRecipeJsonBuilder.validate(Identifier recipeId) -
Uses of class_8957 in net.minecraft.recipe
Fields in net.minecraft.recipe declared as class_8957Constructors in net.minecraft.recipe with parameters of type class_8957ModifierConstructorDescriptionShapedRecipe(String string, CraftingRecipeCategory craftingRecipeCategory, class_8957 class_8957, ItemStack itemStack) ShapedRecipe(String string, CraftingRecipeCategory craftingRecipeCategory, class_8957 class_8957, ItemStack itemStack, boolean bool)