public interface IFarmComponent<T extends IMultiblockLogicFarm> extends IMultiblockComponent
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFarmComponent.Active
Implemented by farm parts to receive ticks from the completed structure.
|
static interface |
IFarmComponent.Listener
Implemented by farm parts to apply a farmListener to the completed structure.
|
IMultiblockComponent.HasInventory| Modifier and Type | Method and Description |
|---|---|
T |
getMultiblockLogic() |
getCoordinates, getOwner, onMachineAssembled, onMachineBrokenT getMultiblockLogic()
getMultiblockLogic in interface IMultiblockComponent