| Package | Description |
|---|---|
| org.cloudburstmc.protocol.bedrock.codec | |
| org.cloudburstmc.protocol.bedrock.transformer |
| Modifier and Type | Method and Description |
|---|---|
<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,
EntityDataTransformer<?,T> transformer)
Replaces all types with any format at the specified index.
|
<T> EntityDataTypeMap.Builder |
EntityDataTypeMap.Builder.update(EntityDataType<T> type,
EntityDataTransformer<?,T> transformer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockDefinitionTransformer |
class |
BooleanTransformer |
class |
FlagTransformer |
class |
TypeMapTransformer<T> |
| Modifier and Type | Field and Description |
|---|---|
static EntityDataTransformer<?,?> |
EntityDataTransformer.IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
static <S,D> EntityDataTransformer<S,D> |
EntityDataTransformer.identity() |
Copyright © 2018–2022 CloudburstMC. All rights reserved.