Class AssetPools

java.lang.Object
dev.prozilla.pine.common.asset.pool.AssetPools

public final class AssetPools extends Object
Contains asset pools that manage assets efficiently, by avoiding loading assets multiple times.
  • Field Details

  • Method Details

    • clear

      public static void clear()
      Clears all asset pools.
    • printInfo

      public static void printInfo()
      Logs the amount of each type of asset in the asset pool.
    • printInfo

      public static void printInfo(Logger logger)
      Logs the amount of each type of asset in the asset pool.