Class WorldGenUtils

java.lang.Object
zombie.iso.worldgen.WorldGenUtils

public class WorldGenUtils extends Object
  • Field Details

  • Method Details

    • generateSeed

      public String generateSeed()
    • getFiles

      public void getFiles(String basePath)
    • getFilesNum

      public int getFilesNum()
    • getFile

      public String getFile(int i)
    • displayTable

      public String displayTable(String tableName)
    • displayTable

      public String displayTable(se.krka.kahlua.vm.KahluaTable table)
    • canPlace

      public boolean canPlace(List<String> placement, String floorName)
    • doesFloorExit

      public @Nullable IsoObject doesFloorExit(IsoChunk chunk, int tileX, int tileY, int z)
    • doesFloorExit

      public @Nullable IsoObject doesFloorExit(IsoCell cell, int tileX, int tileY, int z)
    • methodName

      public String methodName(StackTraceElement trace)
    • methodsCall

      public String methodsCall(String header, int depth, String... args)
    • showTimers

      public void showTimers(String clazzStr)
    • showTimersTotal

      public void showTimersTotal(String clazzStr)
    • resetTimers

      public void resetTimers(String clazzStr)
    • getTimerKept

      public void getTimerKept(String clazzStr, String field_)