Uses of Class
net.minecraft.recipe.CampfireCookingRecipe
Packages that use CampfireCookingRecipe
- 
Uses of CampfireCookingRecipe in net.minecraft.block.entityMethod parameters in net.minecraft.block.entity with type arguments of type CampfireCookingRecipeModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.litServerTick(ServerWorld world, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity, ServerRecipeManager.MatchGetter<SingleStackRecipeInput, CampfireCookingRecipe> recipeMatchGetter) 
- 
Uses of CampfireCookingRecipe in net.minecraft.recipeFields in net.minecraft.recipe with type parameters of type CampfireCookingRecipeModifier and TypeFieldDescriptionstatic final RecipeSerializer<CampfireCookingRecipe> RecipeSerializer.CAMPFIRE_COOKINGstatic final RecipeType<CampfireCookingRecipe> RecipeType.CAMPFIRE_COOKINGMethods in net.minecraft.recipe that return types with arguments of type CampfireCookingRecipeModifier and TypeMethodDescriptionCampfireCookingRecipe.getSerializer()Returns the serializer associated with this recipe.CampfireCookingRecipe.getType()Returns the type of this recipe.