All Known Implementing Classes:
AbstractEntityDataTypes, EntityDataTypes1_13, EntityDataTypes1_13_2, EntityDataTypes1_14, EntityDataTypes1_19, EntityDataTypes1_19_3, EntityDataTypes1_19_4, EntityDataTypes1_20_2, EntityDataTypes1_20_3, EntityDataTypes1_20_5, EntityDataTypes1_21, EntityDataTypes1_21_2

public interface EntityDataTypes
  • Method Summary

    Modifier and Type
    Method
    Description
    byId(int id)
    Returns the data type by the given id.
    Returns an array of data types.
  • Method Details

    • byId

      EntityDataType byId(int id)
      Returns the data type by the given id.
      Parameters:
      id - type id
      Returns:
      data type by id
      Throws:
      IndexOutOfBoundsException - if id is out of bounds
    • values

      EntityDataType[] values()
      Returns an array of data types.
      Returns:
      array of data types