Interface FoliagePlacerType<P extends FoliagePlacer>

Type Parameters:
P - The specific foliage placer class.

public interface FoliagePlacerType<P extends FoliagePlacer>
Represents the registered type identifier for a specific foliage placer implementation.
  • Method Summary

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

    • codec

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