Class PositionedOperatorIngredientIndexChemical

java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperator
org.cyclops.integratedtunnels.part.aspect.operator.PositionedOperatorIngredientIndex<mekanism.api.chemical.ChemicalStack<?>,Integer>
org.cyclops.integratedmekanismics.modcompat.integratedtunnels.aspect.operator.PositionedOperatorIngredientIndexChemical
All Implemented Interfaces:
org.cyclops.cyclopscore.persist.nbt.INBTProvider, org.cyclops.integrateddynamics.api.evaluate.operator.IOperator

public class PositionedOperatorIngredientIndexChemical extends org.cyclops.integratedtunnels.part.aspect.operator.PositionedOperatorIngredientIndex<mekanism.api.chemical.ChemicalStack<?>,Integer>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperator

    org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperator.Serializer

    Nested classes/interfaces inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase

    org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase.IFunction, org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase.SafeVariablesGetter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    PositionedOperatorIngredientIndexChemical(org.cyclops.cyclopscore.datastructure.DimPos pos, net.minecraft.core.Direction side, int channel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.minecraftforge.common.capabilities.Capability<? extends org.cyclops.integrateddynamics.api.network.IPositionedAddonsNetworkIngredients<mekanism.api.chemical.ChemicalStack<?>,Integer>>
     

    Methods inherited from class org.cyclops.integratedtunnels.part.aspect.operator.PositionedOperatorIngredientIndex

    getChannelIndex, getUnlocalizedType, materialize, readGeneratedFieldsFromNBT, writeGeneratedFieldsToNBT

    Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperator

    getPos, getSide, setPos, setSide

    Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase

    constructInputVariables, evaluate, getConditionalOutputType, getFunction, getGlobalInteractNamePrefix, getInputTypes, getInteractName, getLocalizedNameFull, getModId, getOperatorName, getOutputType, getRenderPattern, getRequiredInputLength, getSymbol, getTranslationKey, getUniqueName, getUnlocalizedCategoryName, getUnlocalizedCategoryPrefix, getUnlocalizedPrefix, loadTooltip, shouldAlsoPrefixLocalScope, toString, validateTypes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.cyclops.integrateddynamics.api.evaluate.operator.IOperator

    getGlobalInteractName, getScopedInteractName
  • Constructor Details

    • PositionedOperatorIngredientIndexChemical

      public PositionedOperatorIngredientIndexChemical()
    • PositionedOperatorIngredientIndexChemical

      public PositionedOperatorIngredientIndexChemical(org.cyclops.cyclopscore.datastructure.DimPos pos, net.minecraft.core.Direction side, int channel)
  • Method Details

    • getNetworkCapability

      protected net.minecraftforge.common.capabilities.Capability<? extends org.cyclops.integrateddynamics.api.network.IPositionedAddonsNetworkIngredients<mekanism.api.chemical.ChemicalStack<?>,Integer>> getNetworkCapability()
      Specified by:
      getNetworkCapability in class org.cyclops.integratedtunnels.part.aspect.operator.PositionedOperatorIngredientIndex<mekanism.api.chemical.ChemicalStack<?>,Integer>