public class ProcessorAssemblySystem
extends java.lang.Object
implements vazkii.patchouli.api.IComponentProcessor
| Constructor and Description |
|---|
ProcessorAssemblySystem() |
| Modifier and Type | Method and Description |
|---|---|
vazkii.patchouli.api.IVariable |
process(java.lang.String key)
Processes a variable.
|
void |
setup(vazkii.patchouli.api.IVariableProvider iVariableProvider)
Called as the template is being built with the variables passed into it.
|
public void setup(vazkii.patchouli.api.IVariableProvider iVariableProvider)
vazkii.patchouli.api.IComponentProcessorsetup in interface vazkii.patchouli.api.IComponentProcessorpublic vazkii.patchouli.api.IVariable process(java.lang.String key)
vazkii.patchouli.api.IComponentProcessorprocess in interface vazkii.patchouli.api.IComponentProcessor