Uses of Class
org.geysermc.geyser.translator.level.block.entity.BlockEntityTranslator
Packages that use BlockEntityTranslator
Package
Description
-
Uses of BlockEntityTranslator in org.geysermc.geyser.registry
Fields in org.geysermc.geyser.registry with type parameters of type BlockEntityTranslatorModifier 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
Methods in org.geysermc.geyser.registry.loader that return types with arguments of type BlockEntityTranslatorModifier and TypeMethodDescriptionMap<com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType,BlockEntityTranslator>
-
Uses of BlockEntityTranslator in org.geysermc.geyser.translator.level.block.entity
Subclasses of BlockEntityTranslator in org.geysermc.geyser.translator.level.block.entityModifier 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
Methods in org.geysermc.geyser.util that return BlockEntityTranslatorModifier and TypeMethodDescriptionstatic BlockEntityTranslator
BlockEntityUtils.getBlockEntityTranslator(com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType type)