コード例 #1
0
  public VirtualChestManager(File dataFolder, Logger logger) {
    this.logger = logger;
    this.dataFolder = dataFolder;

    load();
  }