Class PlayerDataExtractor

java.lang.Object
org.mvplugins.multiverse.inventories.profile.nbt.PlayerDataExtractor

@Deprecated(since="5.3", forRemoval=true) @AvailableSince("5.2") @Service public final class PlayerDataExtractor extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
This feature has been moved to Multiverse-InventoriesImporter plugin. This class's code logic is outdated and does not work on some Minecraft versions, hence should not be used.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mvplugins.multiverse.external.vavr.control.Try<ProfileData>
    extract(Path path)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlayerDataExtractor

      public PlayerDataExtractor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • extract

      @AvailableSince("5.2") public org.mvplugins.multiverse.external.vavr.control.Try<ProfileData> extract(Path path)
      Deprecated, for removal: This API element is subject to removal in a future version.