Package bunyan.items

Examples of bunyan.items.LogTurner


  }

  public static void initialize() {
    final int turnerID = Config.getOrCreateIntProperty(
        "logturner.id", Configuration.CATEGORY_ITEM, 7858);
    BunyanItem.logTurner = new LogTurner(turnerID)
        .setItemName("log.turner");
  }
View Full Code Here

TOP

Related Classes of bunyan.items.LogTurner

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.