Uses of Class
net.minecraft.recipe.CampfireCookingRecipe
-
Uses of CampfireCookingRecipe in net.minecraft.block.entity
Modifier 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
Modifier and TypeFieldDescriptionstatic final RecipeSerializer
<CampfireCookingRecipe> RecipeSerializer.CAMPFIRE_COOKING
static final RecipeType
<CampfireCookingRecipe> RecipeType.CAMPFIRE_COOKING
Modifier and TypeMethodDescriptionCampfireCookingRecipe.getSerializer()
Returns the serializer associated with this recipe.CampfireCookingRecipe.getType()
Returns the type of this recipe.