Package org.spout.api.entity

Examples of org.spout.api.entity.Player.kick()


    Human human = holder.get(Human.class);
    if (human == null) {
      return;
    }
    if (human.isSurvival()) {
      holder.kick("Attempted to use the creative inventory while on survival.");
      return;
    }

    Window window = holder.get(WindowHolder.class).getActiveWindow();
    if (message.get() == null) {
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.