Uses of Interface
net.minecraft.world.item.crafting.Recipe.BookInfo
Packages that use Recipe.BookInfo
-
Uses of Recipe.BookInfo in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type Recipe.BookInfoModifier and TypeInterfaceDescriptionstatic interfaceRecipe.BookInfo.Constructor<CategoryType, SelfType extends Recipe.BookInfo<CategoryType>>Classes in net.minecraft.world.item.crafting that implement Recipe.BookInfoModifier and TypeClassDescriptionstatic final recordstatic final recordMethods in net.minecraft.world.item.crafting with type parameters of type Recipe.BookInfoModifier 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)