public class BlockRegistries extends Object
| Modifier and Type | Field and Description |
|---|---|
static VersionedRegistry<BlockMappings> |
BLOCKS |
static SimpleMappedRegistry<Integer,BlockMapping> |
JAVA_BLOCKS |
static SimpleMappedRegistry<Integer,String> |
JAVA_CLEAN_IDENTIFIERS |
static MappedRegistry<String,Integer,com.google.common.collect.BiMap<String,Integer>> |
JAVA_IDENTIFIERS |
static SimpleMappedRegistry<String,String> |
JAVA_TO_BEDROCK_IDENTIFIERS |
static SimpleRegistry<it.unimi.dsi.fastutil.ints.IntSet> |
WATERLOGGED |
| Constructor and Description |
|---|
BlockRegistries() |
public static final VersionedRegistry<BlockMappings> BLOCKS
public static final SimpleMappedRegistry<String,String> JAVA_TO_BEDROCK_IDENTIFIERS
public static final SimpleMappedRegistry<Integer,BlockMapping> JAVA_BLOCKS
public static final MappedRegistry<String,Integer,com.google.common.collect.BiMap<String,Integer>> JAVA_IDENTIFIERS
public static final SimpleMappedRegistry<Integer,String> JAVA_CLEAN_IDENTIFIERS
public static final SimpleRegistry<it.unimi.dsi.fastutil.ints.IntSet> WATERLOGGED
Copyright © 2021 GeyserMC. All rights reserved.