public class BlockRegistries extends Object
| Modifier and Type | Field and Description |
|---|---|
static VersionedRegistry<BlockMappings> |
BLOCKS
A versioned registry which holds
BlockMappings for each version. |
static SimpleMappedRegistry<Integer,BlockMapping> |
JAVA_BLOCKS
A mapped registry which stores Java IDs to
BlockMapping, containing miscellaneous information about
blocks and their behavior in many cases. |
static MappedRegistry<String,Integer,Object2IntBiMap<String>> |
JAVA_IDENTIFIERS
A (bi)mapped registry containing the Java IDs to identifiers.
|
static SimpleMappedRegistry<String,String> |
JAVA_TO_BEDROCK_IDENTIFIERS
A mapped registry which stores Java to Bedrock block identifiers.
|
static SimpleRegistry<it.unimi.dsi.fastutil.ints.IntSet> |
WATERLOGGED
A registry containing all the waterlogged blockstates.
|
| Constructor and Description |
|---|
BlockRegistries() |
public static final VersionedRegistry<BlockMappings> BLOCKS
BlockMappings for each version. These block mappings contain
primarily Bedrock version-specific data.public static final SimpleMappedRegistry<String,String> JAVA_TO_BEDROCK_IDENTIFIERS
public static final SimpleMappedRegistry<Integer,BlockMapping> JAVA_BLOCKS
BlockMapping, containing miscellaneous information about
blocks and their behavior in many cases.public static final MappedRegistry<String,Integer,Object2IntBiMap<String>> JAVA_IDENTIFIERS
public static final SimpleRegistry<it.unimi.dsi.fastutil.ints.IntSet> WATERLOGGED
Copyright © 2021 GeyserMC. All rights reserved.