Uses of Interface
net.minecraft.world.item.crafting.Recipe.BookInfo.Constructor
Packages that use Recipe.BookInfo.Constructor
-
Uses of Recipe.BookInfo.Constructor in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type Recipe.BookInfo.ConstructorModifier and TypeMethodDescriptionstatic <CategoryType, SelfType extends Recipe.BookInfo<CategoryType>>
com.mojang.serialization.MapCodec<SelfType> Recipe.BookInfo.mapCodec(com.mojang.serialization.Codec<CategoryType> categoryCodec, CategoryType defaultCategory, Recipe.BookInfo.Constructor<CategoryType, SelfType> constructor) static <CategoryType, SelfType extends Recipe.BookInfo<CategoryType>>
StreamCodec<RegistryFriendlyByteBuf, SelfType> Recipe.BookInfo.streamCodec(StreamCodec<? super RegistryFriendlyByteBuf, CategoryType> categoryCodec, Recipe.BookInfo.Constructor<CategoryType, SelfType> constructor)