Package net.minecraft.server

Examples of net.minecraft.server.EntityInsentient


   * not on a leash, null is returned instead.
   *
   * @return Leash holder
   */
  public org.bukkit.entity.Entity getLeashHolder() {
    EntityInsentient handle = getHandle(EntityInsentient.class);
    return handle == null ? null : Conversion.toEntity.convert(handle.getLeashHolder());
  }
View Full Code Here

TOP

Related Classes of net.minecraft.server.EntityInsentient

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.