Interface TaleBlock


public interface TaleBlock
Represents a block type in the world.

Blocks are the fundamental building units of the world. This interface provides the basic contract for all block types.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique identifier for this block type.
  • Method Details

    • getId

      String getId()
      Returns the unique identifier for this block type.

      Format: namespace:block_name (e.g., "mymod:magic_stone")

      Returns:
      the block's identifier