Uses of Class
net.minecraft.recipe.CampfireCookingRecipe
Packages that use CampfireCookingRecipe
-
Uses of CampfireCookingRecipe in net.minecraft.block.entity
Method parameters in net.minecraft.block.entity with type arguments of type CampfireCookingRecipeModifier and TypeMethodDescriptionstatic void
CampfireBlockEntity.litServerTick
(ServerWorld world, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity, ServerRecipeManager.MatchGetter<SingleStackRecipeInput, CampfireCookingRecipe> recipeMatchGetter) -
Uses of CampfireCookingRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type CampfireCookingRecipeModifier and TypeFieldDescriptionstatic final RecipeSerializer
<CampfireCookingRecipe> RecipeSerializer.CAMPFIRE_COOKING
static final RecipeType
<CampfireCookingRecipe> RecipeType.CAMPFIRE_COOKING
Methods 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.