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 RecipeSerializer<CampfireCookingRecipe> RecipeSerializer.CAMPFIRE_COOKING_RECIPEMethods 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 pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pCampfire, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> pCheck)