Package org.geysermc.geyser.translator.level.block.entity
package org.geysermc.geyser.translator.level.block.entity
-
InterfaceDescriptionImplemented only if a block is a block entity in Bedrock and not Java Edition.Implemented in block entities if their Java block state is required for additional values in Bedrock
-
ClassDescriptionThe class that all block entities (on both Java and Bedrock) should translate withChests have more block entity properties in Bedrock, which is solved by implementing the BedrockOnlyBlockEntityDoes not implement BlockEntityTranslator because it's only a block entity in BedrockPistons are a special case where they are only a block entity on Bedrock.