Interface ICentrifugeRecipe

All Superinterfaces:
IForestryRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>

public interface ICentrifugeRecipe extends IForestryRecipe
  • Method Details

    • getInput

      net.minecraft.world.item.crafting.Ingredient getInput()
      The item for this recipe to match against.
    • getProcessingTime

      int getProcessingTime()
      The time it takes to process one item. Default is 20.
    • getProducts

      List<net.minecraft.world.item.ItemStack> getProducts(net.minecraft.util.RandomSource random)
      Returns the randomized products from processing one input item.
    • getAllProducts

      List<Product> getAllProducts()
      Returns a list of all possible products and their estimated probabilities (0.0 to 1.0], to help mods that display recipes