Interface InOut

All Superinterfaces:
AccumulatorState

public interface InOut extends AccumulatorState
  • Method Details

    • getType

      Type getType()
    • isNull

      boolean isNull()
    • get

      void get(BlockBuilder blockBuilder)
    • set

      void set(Block block, int position)
    • set

      void set(InOut otherState)