Class RewindMappingData

java.lang.Object
com.viaversion.viaversion.api.data.MappingDataBase
com.viaversion.viabackwards.api.data.BackwardsMappingData
com.viaversion.viarewind.api.data.RewindMappingData
All Implemented Interfaces:
com.viaversion.viaversion.api.data.MappingData

public class RewindMappingData extends com.viaversion.viabackwards.api.data.BackwardsMappingData
  • 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.viabackwards.api.data.BackwardsMappingData

    backwardsItemMappings

    Fields inherited from class com.viaversion.viaversion.api.data.MappingDataBase

    argumentTypeMappings, attributeMappings, blockEntityMappings, blockMappings, blockStateMappings, changedBlocks, enchantmentMappings, entityMappings, itemDataSerializerMappings, itemMappings, mappedVersion, menuMappings, paintingMappings, particleMappings, recipeSerializerMappings, slotDisplayMappings, soundMappings, statisticsMappings, tags, unmappedVersion
  • Constructor Summary

    Constructors
    Constructor
    Description
    RewindMappingData(String unmappedVersion, String mappedVersion)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Logger
     
    protected com.viaversion.nbt.tag.CompoundTag
     

    Methods inherited from class com.viaversion.viabackwards.api.data.BackwardsMappingData

    getBackwardsItemMappings, getMappedItem, getMappedNamedSound, getNewAttributeId, getNewBlockId, getNewItemId, getOldItemId, getViaVersionProtocolClass, loadBiMappings, loadExtras, mappedEnchantmentName, mappedEntityName

    Methods inherited from class com.viaversion.viaversion.api.data.MappingDataBase

    changedBlocks, checkValidity, getArgumentTypeMappings, getAttributeMappings, getBlockEntityMappings, getBlockMappings, getBlockStateMappings, getDataComponentSerializerMappings, getEnchantmentMappings, getEntityMappings, getFullBlockMappings, getFullItemMappings, getFullSoundMappings, getItemMappings, getMenuMappings, getNewBlockStateId, getNewParticleId, getNewSoundId, getOldBlockId, getOldSoundId, getPaintingMappings, getParticleMappings, getRecipeSerializerMappings, getSlotDisplayMappings, getSoundMappings, getStatisticsMappings, getTags, identifiersFromGlobalIds, identifiersFromGlobalIds, load, loadFullMappings, loadFullOrBiMappings, loadMappings, readMappedIdentifiersFile, readUnmappedIdentifiersFile

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.viaversion.viaversion.api.data.MappingData

    getFullMappings
  • Constructor Details

    • RewindMappingData

      public RewindMappingData(String unmappedVersion, String mappedVersion)
  • Method Details

    • getLogger

      protected Logger getLogger()
      Overrides:
      getLogger in class com.viaversion.viabackwards.api.data.BackwardsMappingData
    • readMappingsFile

      protected com.viaversion.nbt.tag.CompoundTag readMappingsFile(String name)
      Overrides:
      readMappingsFile in class com.viaversion.viabackwards.api.data.BackwardsMappingData