Interface Block

All Known Subinterfaces:
WorldBlock

public interface Block
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the block
    The name of the block
  • Method Details

    • getId

      String getId()
      The ID of the block
      Returns:
      Block ID
    • getName

      String getName()
      The name of the block
      Returns:
      Block name