public class MappingData extends MappingData
blockMappings, blockStateMappings, hasDiffFile, itemMappings, loadItems, newVersion, oldVersion, particleMappings, soundMappings, statisticsMappings| Constructor and Description | 
|---|
MappingData()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.BiMap<String,String> | 
getAttributeMappings()  | 
protected void | 
loadExtras(com.google.gson.JsonObject oldMappings,
          com.google.gson.JsonObject newMappings,
          com.google.gson.JsonObject diffMappings)
To be overridden. 
 | 
checkValidity, getBlockMappings, getBlockStateMappings, getItemMappings, getNewBlockId, getNewBlockStateId, getNewItemId, getNewParticleId, getOldItemId, getParticleMappings, getSoundMappings, getStatisticsMappings, load, loadDiffFile, loadFromArray, loadFromObjectprotected void loadExtras(com.google.gson.JsonObject oldMappings,
                          com.google.gson.JsonObject newMappings,
                          com.google.gson.JsonObject diffMappings)
MappingDataloadExtras in class MappingDataoldMappings - old mappingsnewMappings - new mappingsdiffMappings - diff mappings if presentCopyright © 2016–2021. All rights reserved.