Class ProcessorThermoPlant
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.patchouli.ProcessorThermoPlant
- All Implemented Interfaces:
vazkii.patchouli.api.IComponentProcessor
public class ProcessorThermoPlant
extends Object
implements vazkii.patchouli.api.IComponentProcessor
-
Constructor Details
-
ProcessorThermoPlant
public ProcessorThermoPlant()
-
-
Method Details
-
setup
public void setup(vazkii.patchouli.api.IVariableProvider iVariableProvider) Description copied from interface:vazkii.patchouli.api.IComponentProcessorCalled as the template is being built with the variables passed into it. Use this to set up any data that will be used later. Any exceptions thrown here will be caught by the book loader, and graciously displayed in a user friendly way, so feel free to throw on any unrecoverable states.- Specified by:
setupin interfacevazkii.patchouli.api.IComponentProcessor
-
process
Description copied from interface:vazkii.patchouli.api.IComponentProcessorProcesses a variable. You should return what you think the result should be, or null if you don't want to process it. If you need to pass in a serialized ItemStack, look at the ItemStack serialization methods in the main API class.
Note that this is also called for any right-side values of the using block of any included templates. It is not called for the variables used inside said templates.- Specified by:
processin interfacevazkii.patchouli.api.IComponentProcessor
-