li.cil.oc.api.detail
T - the type of the node created by this builder.public interface Builder<T extends Node>
Nodes via Network.newNode(li.cil.oc.api.network.Environment, li.cil.oc.api.network.Visibility).| Modifier and Type | Interface and Description |
|---|---|
static interface |
Builder.ComponentBuilder
Builder for component nodes.
|
static interface |
Builder.ComponentConnectorBuilder
Builder for nodes that are both component and connector node.
|
static interface |
Builder.ConnectorBuilder
Builder for connector nodes.
|
static interface |
Builder.NodeBuilder
Builder for basic nodes.
|
T create()