Class AConverter


public abstract class AConverter extends Expansion
Represents an auction converter that can convert other plugins' to this plugin.
  • Constructor Details

    • AConverter

      public AConverter()
  • Method Details

    • convertProduct

      public ASerializableProduct<?> convertProduct(byte[] oldBytes)
      This method converts old product data to new product data.
      Parameters:
      oldBytes - The old bytes of the product.
      Returns:
      The new bytes of the product.