Examples of showBlock()


Examples of com.garbagemule.MobArena.region.ArenaRegion.showBlock()

                loc = toShow.equals("arena")     ? region.getArenaWarp() :
                      toShow.equals("lobby")     ? region.getLobbyWarp() :
                      toShow.equals("spec")      ? region.getSpecWarp()  :
                      toShow.equals("spectator") ? region.getSpecWarp()  :
                      toShow.equals("exit")      ? region.getExitWarp()  : null;
                region.showBlock(player, loc, 35, (byte) 14);
                return this;
            }

            // Spawnpoints
            if (toShow.matches("sp(awn(point)?s?)?")) {
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.