| Package | Description |
|---|---|
| org.cloudburstmc.protocol.bedrock.codec | |
| org.cloudburstmc.protocol.bedrock.data.entity |
| Modifier and Type | Method and Description |
|---|---|
EntityDataTypeMap.Definition<?>[] |
EntityDataTypeMap.fromId(int id,
EntityDataFormat format) |
<T> EntityDataTypeMap.Builder |
EntityDataTypeMap.Builder.insert(EntityDataType<T> type,
int index,
EntityDataFormat format) |
<T> EntityDataTypeMap.Builder |
EntityDataTypeMap.Builder.insert(EntityDataType<T> type,
int index,
EntityDataFormat format,
EntityDataTransformer<?,T> transformer) |
<T> EntityDataTypeMap.Builder |
EntityDataTypeMap.Builder.replace(EntityDataType<T> type,
int index,
EntityDataFormat format) |
<T> EntityDataTypeMap.Builder |
EntityDataTypeMap.Builder.replace(EntityDataType<T> type,
int index,
EntityDataFormat format,
EntityDataTransformer<?,T> transformer)
Replaces all types with any format at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityDataFormat |
EntityDataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityDataFormat[] |
EntityDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2022 CloudburstMC. All rights reserved.