| Interface | Description |
|---|---|
| BedrockOnlyBlockEntity |
Implemented only if a block is a block entity in Bedrock and not Java Edition.
|
| RequiresBlockState |
Implemented in block entities if their Java block state is required for additional values in Bedrock
|
| Class | Description |
|---|---|
| BannerBlockEntityTranslator | |
| BeaconBlockEntityTranslator | |
| BedBlockEntityTranslator | |
| BlockEntityTranslator |
The class that all block entities (on both Java and Bedrock) should translate with
|
| CampfireBlockEntityTranslator | |
| CommandBlockBlockEntityTranslator | |
| DoubleChestBlockEntityTranslator |
Chests have more block entity properties in Bedrock, which is solved by implementing the BedrockOnlyBlockEntity
|
| EmptyBlockEntityTranslator | |
| EndGatewayBlockEntityTranslator | |
| FlowerPotBlockEntityTranslator | |
| JigsawBlockBlockEntityTranslator | |
| NoteblockBlockEntityTranslator |
Does not implement BlockEntityTranslator because it's only a block entity in Bedrock
|
| PistonBlockEntityTranslator |
Pistons are a special case where they are only a block entity on Bedrock.
|
| ShulkerBoxBlockEntityTranslator | |
| SignBlockEntityTranslator | |
| SkullBlockEntityTranslator | |
| SpawnerBlockEntityTranslator |
| Annotation Type | Description |
|---|---|
| BlockEntity |
Copyright © 2021 GeyserMC. All rights reserved.