public class Remapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<Object,Map<Integer,Map<String,Object>>> |
BEDROCK_TO_JAVA |
static Map<Object,Map<Integer,Map<String,Object>>> |
BEDROCK_TO_JAVA_BLOCKS |
static Map<Object,Map<String,Object>> |
JAVA_TO_BEDROCK |
static Map<Object,Map<String,Object>> |
JAVA_TO_BEDROCK_BLOCKS |
| Constructor and Description |
|---|
Remapper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addConversions(Map<String,BedrockItem> items1,
Map<String,JavaItem> java) |
static void |
addConversions2(Map<String,BedrockItem> items1,
Map<String,JavaItem> java) |
Copyright © 2019 GeyserMC. All rights reserved.