Package com.bergerkiller.bukkit.common

Examples of com.bergerkiller.bukkit.common.MessageBuilder.yellow()


            if (d <= 10) {
              builder.green(portal);
            } else if (d <= 100) {
              builder.dark_green(portal);
            } else {
              builder.yellow(portal);
            }
          } else {
            builder.red(portal);
          }
        } else {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.