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 |
|---|---|
Map<String,com.github.steveice10.opennbt.tag.builtin.CompoundTag> |
getDimensionDataMap() |
com.github.steveice10.opennbt.tag.builtin.CompoundTag |
getDimensionRegistry() |
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, loadFromObjectpublic 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 presentpublic Map<String,com.github.steveice10.opennbt.tag.builtin.CompoundTag> getDimensionDataMap()
public com.github.steveice10.opennbt.tag.builtin.CompoundTag getDimensionRegistry()
Copyright © 2016–2021. All rights reserved.