Package org.spoutcraft.client.entity

Examples of org.spoutcraft.client.entity.CraftEntity


  public void run(int PlayerId) {
    if (texture.equals("[reset]")) {
      texture = null;
    }
    CraftEntity entity = Spoutcraft.getWorld().getEntityFromId(entityId);
    if (entity != null) {
      entity.setSkin(texture, EntitySkinType.getType(textureId));
    }
  }
View Full Code Here

TOP

Related Classes of org.spoutcraft.client.entity.CraftEntity

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.