public class EntityDataTypeMap
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityDataTypeMap.Builder |
static class |
EntityDataTypeMap.Definition<T> |
| Modifier and Type | Method and Description |
|---|---|
static EntityDataTypeMap.Builder |
builder() |
EntityDataTypeMap.Definition<?>[] |
fromId(int id,
EntityDataFormat format) |
<T> EntityDataTypeMap.Definition<T> |
fromType(EntityDataType<T> type) |
EntityDataTypeMap.Builder |
toBuilder() |
public EntityDataTypeMap.Definition<?>[] fromId(int id, EntityDataFormat format)
public <T> EntityDataTypeMap.Definition<T> fromType(EntityDataType<T> type)
public EntityDataTypeMap.Builder toBuilder()
public static EntityDataTypeMap.Builder builder()