Interface LootFunctionType<F extends LootFunction>

Type Parameters:
F - The implementation class of LootFunction.

public interface LootFunctionType<F extends LootFunction>
A definition for a specific type of LootFunction.

This interface provides the Codec required to handle the data structure for a specific implementation of a loot function.

  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • codec

      Codec<F> codec()
      Returns:
      The Codec used to serialize and deserialize functions of type F.