Klasse NodePinType<T>
java.lang.Object
de.luckymcdev.foundryengine.client.node.NodePinType<T>
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifikator und TypFeldBeschreibungfinal Supplier<NodeBuilder<T>> final NodePinShapefinal Stringfinal List<NodeOption<T>> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNodePinType(String displayName, NodePinShape defaultShape, List<NodeOption<T>> nodeOptions, Supplier<NodeBuilder<T>> builderFactory) -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic <T> NodePinType<T> fromFactories(String displayName, NodePinShape defaultShape, List<NodePinType.NamedBuilderFactory<T>> factories, Supplier<NodeBuilder<T>> builderFactory)
-
Felddetails
-
displayName
-
defaultShape
-
singleOutput
-
singleRequiredInput
-
nodeOptions
-
builderFactory
-
-
Konstruktordetails
-
NodePinType
public NodePinType(String displayName, NodePinShape defaultShape, List<NodeOption<T>> nodeOptions, Supplier<NodeBuilder<T>> builderFactory)
-
-
Methodendetails
-
fromFactories
public static <T> NodePinType<T> fromFactories(String displayName, NodePinShape defaultShape, List<NodePinType.NamedBuilderFactory<T>> factories, Supplier<NodeBuilder<T>> builderFactory) -
output
-
required
-
optional
-