Identifiable

interface Identifiable

Interface for objects that have an Identifier.

This interface provides a common contract for objects that can be identified by a Minecraft resource identifier. It is used throughout the registry system to track and manage registered objects.

Inheritors

Properties

Link copied to clipboard
abstract val id: Identifier

The unique identifier for this object.