Class AnimalProduce
java.lang.Object
me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities.AnimalProduce
- All Implemented Interfaces:
 Predicate<LivingEntity>
An 
AnimalProduce can be obtained via the ProduceCollector.- Author:
 - TheBusyBiscuit
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAnimalProduce(ItemStack input, ItemStack result, Predicate<LivingEntity> predicate)  - 
Method Summary
Methods inherited from class me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecipe
getInput, getOutput, getTicks, setTicks 
- 
Constructor Details
- 
AnimalProduce
@ParametersAreNonnullByDefault public AnimalProduce(ItemStack input, ItemStack result, Predicate<LivingEntity> predicate)  
 - 
 - 
Method Details
- 
test
- Specified by:
 testin interfacePredicate<LivingEntity>
 
 -