T
- the type of the node created by this builder.public interface Builder<T extends Node>
Node
s 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.
|
Modifier and Type | Method and Description |
---|---|
T |
create()
Finalizes the construction of the node.
|
T create()