Class VAFMappingData
java.lang.Object
com.viaversion.viaversion.api.data.MappingDataBase
com.viaversion.viaaprilfools.api.data.VAFMappingData
- All Implemented Interfaces:
com.viaversion.viaversion.api.data.MappingData
public class VAFMappingData
extends com.viaversion.viaversion.api.data.MappingDataBase
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.viaversion.viaversion.api.data.MappingData
com.viaversion.viaversion.api.data.MappingData.MappingType -
Field Summary
Fields inherited from class com.viaversion.viaversion.api.data.MappingDataBase
argumentTypeMappings, attributeMappings, blockEntityMappings, blockMappings, blockStateMappings, changedBlocks, changedEnvironmentAttributes, enchantmentMappings, entityMappings, itemDataSerializerMappings, itemMappings, mappedVersion, menuMappings, paintingMappings, particleMappings, recipeSerializerMappings, slotDisplayMappings, soundMappings, statisticsMappings, tags, unmappedVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Loggerprotected com.viaversion.viaversion.api.data.MappingsloadMappings(com.viaversion.nbt.tag.CompoundTag data, String key) protected com.viaversion.nbt.tag.CompoundTagprotected com.viaversion.nbt.tag.CompoundTagreadMappingsFile(String name) Methods inherited from class com.viaversion.viaversion.api.data.MappingDataBase
changedBlocks, changedEnvironmentAttributes, checkValidity, createFullMappings, getArgumentTypeMappings, getAttributeMappings, getBlockEntityMappings, getBlockMappings, getBlockStateMappings, getDataComponentSerializerMappings, getEnchantmentMappings, getEntityMappings, getFullBlockMappings, getFullItemMappings, getFullSoundMappings, getItemMappings, getMenuMappings, getNewAttributeId, getNewBlockId, getNewBlockStateId, getNewItemId, getNewParticleId, getNewSoundId, getOldBlockId, getOldItemId, getOldSoundId, getPaintingMappings, getParticleMappings, getRecipeSerializerMappings, getSlotDisplayMappings, getSoundMappings, getStatisticsMappings, getTags, identifiersFromGlobalIds, identifiersFromGlobalIds, load, loadBiMappings, loadExtras, loadFullMappings, loadFullOrBiMappings, readUnmappedIdentifiersFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.viaversion.viaversion.api.data.MappingData
getFullMappings
-
Constructor Details
-
VAFMappingData
-
-
Method Details
-
readMappingsFile
- Overrides:
readMappingsFilein classcom.viaversion.viaversion.api.data.MappingDataBase
-
readMappedIdentifiersFile
- Overrides:
readMappedIdentifiersFilein classcom.viaversion.viaversion.api.data.MappingDataBase
-
loadMappings
protected com.viaversion.viaversion.api.data.Mappings loadMappings(com.viaversion.nbt.tag.CompoundTag data, String key) - Overrides:
loadMappingsin classcom.viaversion.viaversion.api.data.MappingDataBase
-
getLogger
- Overrides:
getLoggerin classcom.viaversion.viaversion.api.data.MappingDataBase
-