Uses of Interface
org.geysermc.geyser.translator.level.block.entity.BedrockOnlyBlockEntity
Packages that use BedrockOnlyBlockEntity
-
Uses of BedrockOnlyBlockEntity in org.geysermc.geyser.translator.level.block.entity
Classes in org.geysermc.geyser.translator.level.block.entity that implement BedrockOnlyBlockEntityModifier and TypeClassDescriptionclassChests have more block entity properties in Bedrock, which is solved by implementing the BedrockOnlyBlockEntityclass -
Uses of BedrockOnlyBlockEntity in org.geysermc.geyser.util
Fields in org.geysermc.geyser.util with type parameters of type BedrockOnlyBlockEntityModifier and TypeFieldDescriptionstatic it.unimi.dsi.fastutil.objects.ObjectArrayList<BedrockOnlyBlockEntity>BlockEntityUtils.BEDROCK_ONLY_BLOCK_ENTITIESA list of all block entities that require the Java block state in order to fill out their block entity information.