Examples of resetTitle()


Examples of org.spoutcraft.client.entity.CraftLivingEntity.resetTitle()

        if (player.vip != null && title.equals(player.username)) {
          title = player.vip.getTitle();
        }
      }
      if (title.equals("reset")) {
        living.resetTitle();
        SpoutcraftWorld spworld = (SpoutcraftWorld) living.getWorld();
        spworld.getHandle().customTitles.remove(entityId);
      } else {
        living.setTitle(title);
        SpoutcraftWorld spworld = (SpoutcraftWorld) living.getWorld();
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.