Uses of Class
net.minecraft.world.item.crafting.CampfireCookingRecipe
Packages that use CampfireCookingRecipe
-
Uses of CampfireCookingRecipe in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting with type parameters of type CampfireCookingRecipeModifier and TypeFieldDescriptionstatic final RecipeType<CampfireCookingRecipe> RecipeType.CAMPFIRE_COOKINGstatic final com.mojang.serialization.MapCodec<CampfireCookingRecipe> CampfireCookingRecipe.MAP_CODECstatic final RecipeSerializer<CampfireCookingRecipe> CampfireCookingRecipe.SERIALIZERstatic final StreamCodec<RegistryFriendlyByteBuf, CampfireCookingRecipe> CampfireCookingRecipe.STREAM_CODECMethods in net.minecraft.world.item.crafting that return types with arguments of type CampfireCookingRecipeModifier and TypeMethodDescriptionCampfireCookingRecipe.getSerializer()CampfireCookingRecipe.getType() -
Uses of CampfireCookingRecipe in net.minecraft.world.level.block.entity
Method parameters in net.minecraft.world.level.block.entity with type arguments of type CampfireCookingRecipeModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.cookTick(ServerLevel level, BlockPos pos, BlockState state, CampfireBlockEntity entity, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> recipeCache)