Interface PacketCodec.ICodecRunnable

Enclosing class:
PacketCodec

public static interface PacketCodec.ICodecRunnable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Run a type of codec.
  • Method Details

    • run

      void run(Field field, PacketCodec.ICodecAction action)
      Run a type of codec.
      Parameters:
      field - The field annotated with CodecField.
      action - The action that must be applied to the field.