Class Data

java.lang.Object
valorless.havenbags.datamodels.Bag
valorless.havenbags.datamodels.Data

@Deprecated @MarkedForRemoval("The Data class is no longer used and will be removed in a future update. Please use the Bag class directly instead.") public class Data extends Bag
Deprecated.
This class is a legacy wrapper and will be removed in a future update. Use Bag directly instead.
Since:
1.43.0

Bag is the full replacement for Data.

  • Constructor Details

    • Data

      public Data(@NotNull @NotNull String uuid, @NotNull @NotNull String owner)
      Deprecated.