Uses of Class
net.neoforged.neoforge.oldtest.recipebook.RecipeBookTestRecipe
Packages that use RecipeBookTestRecipe
-
Uses of RecipeBookTestRecipe in net.neoforged.neoforge.oldtest.recipebook
Fields in net.neoforged.neoforge.oldtest.recipebook with type parameters of type RecipeBookTestRecipeModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.MapCodec
<RecipeBookTestRecipe> RecipeBookTestRecipeSerializer.CODEC
static final DeferredHolder
<net.minecraft.world.item.crafting.RecipeSerializer<?>, net.minecraft.world.item.crafting.RecipeSerializer<RecipeBookTestRecipe>> RecipeBookExtensionTest.RECIPE_BOOK_TEST_RECIPE_SERIALIZER
static final DeferredHolder
<net.minecraft.world.item.crafting.RecipeType<?>, net.minecraft.world.item.crafting.RecipeType<RecipeBookTestRecipe>> RecipeBookExtensionTest.RECIPE_BOOK_TEST_RECIPE_TYPE
private static final net.minecraft.network.codec.StreamCodec
<net.minecraft.network.RegistryFriendlyByteBuf, RecipeBookTestRecipe> RecipeBookTestRecipeSerializer.STREAM_CODEC
Methods in net.neoforged.neoforge.oldtest.recipebook that return types with arguments of type RecipeBookTestRecipeModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<RecipeBookTestRecipe> RecipeBookTestRecipeSerializer.codec()
net.minecraft.world.item.crafting.RecipeSerializer
<RecipeBookTestRecipe> RecipeBookTestRecipe.getSerializer()
net.minecraft.world.item.crafting.RecipeType
<RecipeBookTestRecipe> RecipeBookTestRecipe.getType()
net.minecraft.network.codec.StreamCodec
<net.minecraft.network.RegistryFriendlyByteBuf, RecipeBookTestRecipe> RecipeBookTestRecipeSerializer.streamCodec()
Method parameters in net.neoforged.neoforge.oldtest.recipebook with type arguments of type RecipeBookTestRecipeModifier and TypeMethodDescriptionprotected static void
RecipeBookTestMenu.slotChangedCraftingGrid
(net.minecraft.world.inventory.AbstractContainerMenu p_150547_, net.minecraft.server.level.ServerLevel p_379963_, net.minecraft.world.entity.player.Player p_150549_, RecipeBookExtensionTest.RecipeBookTestContainer p_150550_, net.minecraft.world.inventory.ResultContainer p_150551_, @Nullable net.minecraft.world.item.crafting.RecipeHolder<RecipeBookTestRecipe> p_345124_)