Class CustomPackAsset

    • Constructor Detail

      • CustomPackAsset

        public CustomPackAsset​(@NotNull
                               @NotNull String name)
      • CustomPackAsset

        public CustomPackAsset​(@NotNull
                               @NotNull String name,
                               @NotNull
                               @NotNull com.google.gson.JsonObject jsonObject)
    • Method Detail

      • getCustomData

        @NotNull
        public @NotNull List<CustomData> getCustomData()
      • registerCustomData

        public void registerCustomData​(CustomData data)
      • registerCustomData

        public void registerCustomData​(PackObject template)
      • unregisterCustomData

        public void unregisterCustomData​(int index)
      • unregisterCustomData

        public void unregisterCustomData​(PackObject packObject)
      • save

        public com.google.gson.JsonObject save​(String namespace)
        Overrides:
        save in class PackAsset