Uses of Record Class
net.minecraft.class_10591
Packages that use class_10591
-
Uses of class_10591 in net.minecraft
Fields in net.minecraft with type parameters of type class_10591Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10591> class_10591.field_55714static final PacketCodec<RegistryByteBuf, class_10591> class_10591.field_55715private static final com.mojang.serialization.Codec<class_10591> class_10591.field_55716Methods in net.minecraft that return types with arguments of type class_10591Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<class_10591> class_10591.method_66341(class_10591 class_10591) Methods in net.minecraft with parameters of type class_10591Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<class_10591> class_10591.method_66341(class_10591 class_10591) -
Uses of class_10591 in net.minecraft.recipe
Fields in net.minecraft.recipe declared as class_10591Modifier and TypeFieldDescription(package private) final class_10591SmithingTransformRecipe.result(package private) final class_10591TransmuteRecipe.resultConstructors in net.minecraft.recipe with parameters of type class_10591ModifierConstructorDescriptionSmithingTransformRecipe(Optional<Ingredient> template, Optional<Ingredient> base, Optional<Ingredient> addition, class_10591 class_10591) TransmuteRecipe(String group, CraftingRecipeCategory category, Ingredient input, Ingredient material, class_10591 class_10591)