Package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
This package contains any electric machines related to
Entity
interactions, most notably
the
AbstractEntityAssembler
.-
ClassDescriptionAbstractEntityAssembler<T extends Entity>This is an abstract super class for Entity Assemblers.An
AnimalProduce
can be obtained via theProduceCollector
.TheExpCollector
is a machine which picks up any nearbyExperienceOrb
and produces aKnowledgeFlask
.TheIronGolemAssembler
is an electrical machine that can automatically spawn aIronGolem
if the required ingredients have been provided.TheProduceCollector
allows you to collect produce from animals.TheWitherAssembler
is an electrical machine that can automatically spawn aWither
if the required ingredients have been provided.