Package com.prupe.mcpatcher.mob

Examples of com.prupe.mcpatcher.mob.MobRuleList$MobRuleEntry.match()


        if (!i$.hasNext()) {
          return this.baseSkin;
        }

        entry = (MobRuleList$MobRuleEntry)i$.next();
      } while (!entry.match(i, j, k, biome));

      int index = entry.weightedIndex.choose(key);
      return (ResourceLocation)this.allSkins.get(entry.skins[index]);
    }
  }
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.