Package de.kumpelblase2.remoteentities.api

Examples of de.kumpelblase2.remoteentities.api.RemoteEntity.spawn()


    created.setPushable(this.m_pushable);
    if(this.m_speed != -1)
      created.setSpeed(this.m_speed);

    if(this.m_location != null)
      created.spawn(this.m_location);

    if(this.m_maxHealth != -1 && created.getBukkitEntity() != null)
      created.getBukkitEntity().setMaxHealth(this.m_maxHealth);

    if(this.m_pathfindingRange != -1)
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.