Package morph.client.model

Examples of morph.client.model.ModelMorphAcquisition


  public ModelMorphAcquisition model;
 
  public EntityMorphAcquisition(World par1World)
  {
    super(par1World);
    model = new ModelMorphAcquisition(this);
    yOffset = -0.5F;
    setSize(0.1F, 0.1F);
    noClip = true;
    renderDistanceWeight = 10D;
    ignoreFrustumCheck = true;
View Full Code Here


  public EntityMorphAcquisition(World par1World, EntityLivingBase ac, EntityLivingBase ar)
  {
    super(par1World);
    acquired = ac;
    acquirer = ar;
    model = new ModelMorphAcquisition(this);
    progress = 0;
    yOffset = -0.5F;
    setSize(0.1F, 0.1F);
    noClip = true;
    renderDistanceWeight = 10D;
View Full Code Here

TOP

Related Classes of morph.client.model.ModelMorphAcquisition

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.