Interface TrunkPlacerType<P extends TrunkPlacer>

Type Parameters:
P - The specific trunk placer class.

public interface TrunkPlacerType<P extends TrunkPlacer>
Represents the registered type identifier for a specific trunk placer implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the codec associated with this trunk placer type for serialization.
  • Method Details

    • codec

      Codec<P> codec()
      Retrieves the codec associated with this trunk placer type for serialization.
      Returns:
      The specific codec instance.