Package com.flansmod.common.teams

Examples of com.flansmod.common.teams.EntityFlag


 
  @Override
  public void doRender(Entity entity, double d, double d1, double d2, float f, float f1)
  {
    bindEntityTexture(entity);
    EntityFlag flag = (EntityFlag)entity;
    int teamID = flag.getTeamID();
    Team team = FlansModClient.getTeam(teamID);
    if(team == null)
    {
      //Give each team a default colour
      switch(teamID)
View Full Code Here

TOP

Related Classes of com.flansmod.common.teams.EntityFlag

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.