public abstract class TransportBlockBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected VariableTransportManager |
manager |
| Modifier | Constructor and Description |
|---|---|
protected |
TransportBlockBuilder(VariableTransportManager manager) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
buildLine(String type,
String name) |
String |
get()
Calls
get(String) with the dilimter "\n" |
String |
get(String delimiter)
Calls
getLines() and implodes them with the given
delimiter |
List<String> |
getLines()
Generates valid GLSL lines from the stored
VariableTransportManager. |
protected final VariableTransportManager manager
protected TransportBlockBuilder(VariableTransportManager manager)
public String get()
get(String) with the dilimter "\n"getLines()public String get(String delimiter)
getLines() and implodes them with the given
delimiterdelimiter - The string to implode the linesgetLines()public List<String> getLines()
VariableTransportManager.GLSLParser.TOKEN_END_STATEMENTCopyright © 2014. All rights reserved.