Package me.ashtheking.dragons.model

Examples of me.ashtheking.dragons.model.ModelMammoth


import me.ashtheking.dragons.model.ModelMammoth;

public class RenderMammoth extends RenderSizable {

  public RenderMammoth(float f) {
    super(new ModelMammoth(), f, 3F);
  }
View Full Code Here

TOP

Related Classes of me.ashtheking.dragons.model.ModelMammoth

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.