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
ConstructorsConstructorDescriptionMobTechCollectorMachineRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack input, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack result, Predicate<org.bukkit.entity.LivingEntity> predicate) -
Method Summary
Methods inherited from class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
getInput, getOutput, getTicks, setTicks
-
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