Interface PlacementModifierType<P extends PlacementModifier>

Type Parameters:
P - The specific implementation of PlacementModifier.

public interface PlacementModifierType<P extends PlacementModifier>
A registry-friendly type definition for a PlacementModifier.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • codec

      Codec<P> codec()
      Returns:
      The codec used to handle data for this modifier type.