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
-
Method Details
-
codec
Retrieves the codec associated with this provider type for serialization.- Returns:
- The specific codec instance.
-