Interface EnergyNodeType<T extends EnergyNode>

Type Parameters:
T - node implementation type

public interface EnergyNodeType<T extends EnergyNode>
Defines a serializable type of EnergyNode.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the codec used to serialize this node type.
  • Method Details

    • codec

      Codec<T> codec()
      Returns the codec used to serialize this node type.
      Returns:
      node codec