Uses of Record Class
org.geysermc.geyser.level.block.DoubleChestValue
Package
Description
-
Uses of DoubleChestValue in org.geysermc.geyser.level.block
Modifier and TypeMethodDescriptionstatic it.unimi.dsi.fastutil.ints.Int2ObjectMap<DoubleChestValue>
BlockStateValues.getDoubleChestValues()
All double chest values are part of the block state in Java and part of the block entity tag in Bedrock. -
Uses of DoubleChestValue in org.geysermc.geyser.translator.level.block.entity
Modifier and TypeMethodDescriptionstatic void
DoubleChestBlockEntityTranslator.translateChestValue(com.nukkitx.nbt.NbtMapBuilder builder, DoubleChestValue chestValues, int x, int z)
Add Bedrock block entity tags to a NbtMap based on Java properties