Class MobTechCollectorMachineRecipe

java.lang.Object
me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
com.github.relativobr.supreme.machine.recipe.MobTechCollectorMachineRecipe
All Implemented Interfaces:
Predicate<org.bukkit.entity.LivingEntity>

public class MobTechCollectorMachineRecipe extends me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe implements Predicate<org.bukkit.entity.LivingEntity>
  • Constructor Summary

    Constructors
    Constructor
    Description
    MobTechCollectorMachineRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack input, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack result, Predicate<org.bukkit.entity.LivingEntity> predicate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<org.bukkit.inventory.ItemStack>
     
    boolean
    test(org.bukkit.entity.LivingEntity entity)
     

    Methods inherited from class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe

    getInput, getOutput, getTicks, setTicks

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Constructor Details

    • MobTechCollectorMachineRecipe

      @ParametersAreNonnullByDefault public MobTechCollectorMachineRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack input, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack result, Predicate<org.bukkit.entity.LivingEntity> predicate)
  • Method Details

    • getAllRecipe

      public static List<org.bukkit.inventory.ItemStack> getAllRecipe()
    • test

      public boolean test(@Nonnull org.bukkit.entity.LivingEntity entity)
      Specified by:
      test in interface Predicate<org.bukkit.entity.LivingEntity>