Uses of Interface
org.geysermc.geyser.translator.level.block.entity.BedrockOnlyBlockEntity
-
Uses of BedrockOnlyBlockEntity in org.geysermc.geyser.translator.level.block.entity
Modifier and TypeClassDescriptionclass
Chests have more block entity properties in Bedrock, which is solved by implementing the BedrockOnlyBlockEntityclass
-
Uses of BedrockOnlyBlockEntity in org.geysermc.geyser.util
Modifier and TypeFieldDescriptionstatic it.unimi.dsi.fastutil.objects.ObjectArrayList<BedrockOnlyBlockEntity>
BlockEntityUtils.BEDROCK_ONLY_BLOCK_ENTITIES
A list of all block entities that require the Java block state in order to fill out their block entity information.