Uses of Class
org.geysermc.geyser.translator.level.block.entity.BlockEntityTranslator
Package
Description
-
Uses of BlockEntityTranslator in org.geysermc.geyser.registry
Modifier and TypeFieldDescriptionstatic SimpleMappedRegistry<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator>
Registries.BLOCK_ENTITIES
A mapped registry which stores a block entity identifier to itsBlockEntityTranslator
. -
Uses of BlockEntityTranslator in org.geysermc.geyser.registry.loader
Modifier and TypeMethodDescriptionMap<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator>
-
Uses of BlockEntityTranslator in org.geysermc.geyser.translator.level.block.entity
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Chests have more block entity properties in Bedrock, which is solved by implementing the BedrockOnlyBlockEntityclass
class
class
class
class
class
class
-
Uses of BlockEntityTranslator in org.geysermc.geyser.util
Modifier and TypeMethodDescriptionstatic BlockEntityTranslator
BlockEntityUtils.getBlockEntityTranslator(com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType type)