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_ENTITIESA 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 TypeClassDescriptionclassclassclassclassclassclassChests have more block entity properties in Bedrock, which is solved by implementing the BedrockOnlyBlockEntityclassclassclassclassclassclassclass -
Uses of BlockEntityTranslator in org.geysermc.geyser.util
Methods in org.geysermc.geyser.util that return BlockEntityTranslatorModifier and TypeMethodDescriptionstatic BlockEntityTranslatorBlockEntityUtils.getBlockEntityTranslator(com.github.steveice10.mc.protocol.data.game.level.block.BlockEntityType type)