Interface BlockStateProviderType<P extends BlockStateProvider>

Type Parameters:
P - The specific block state provider class.

public interface BlockStateProviderType<P extends BlockStateProvider>
Represents the registered type identifier for a specific block state provider implementation.
  • Method Summary

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

    • codec

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