Interface EntityDataTypes
- 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_11,EntityDataTypes1_21_2,EntityDataTypes1_21_5,EntityDataTypes1_21_9
public interface EntityDataTypes
-
Method Details
-
byId
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
-