Examples of GrenadeType


Examples of com.flansmod.common.guns.GrenadeType

  public void renderItem(ItemRenderType type, ItemStack item, Object... data)
  {
    GL11.glPushMatrix();
    if(item != null && item.getItem() instanceof ItemGrenade)
    {
      GrenadeType grenadeType = ((ItemGrenade)item.getItem()).type;
      if(grenadeType.model != null)
      {
        switch(type)
        {
        case EQUIPPED:
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.