| Modifier and Type | Field and Description |
|---|---|
protected DefinitionRegistry<BlockDefinition> |
BaseBedrockCodecHelper.blockDefinitions |
| Modifier and Type | Method and Description |
|---|---|
DefinitionRegistry<BlockDefinition> |
BedrockCodecHelper.getBlockDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper.setBlockDefinitions(DefinitionRegistry<BlockDefinition> registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBlockDefinition |
| Modifier and Type | Field and Description |
|---|---|
static EntityDataType<BlockDefinition> |
EntityDataTypes.BLOCK |
static EntityDataType<BlockDefinition> |
EntityDataTypes.CARRY_BLOCK_STATE |
static EntityDataType<BlockDefinition> |
EntityDataTypes.DISPLAY_BLOCK_STATE |
| Modifier and Type | Method and Description |
|---|---|
BlockDefinition |
BlockDefinitionTransformer.deserialize(BedrockCodecHelper helper,
EntityDataMap map,
Integer value) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
BlockDefinitionTransformer.serialize(BedrockCodecHelper helper,
EntityDataMap map,
BlockDefinition value) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.