Package com.mojang.minecraft.mob

Examples of com.mojang.minecraft.mob.Sheep$1


  private static final long K1 = -5435081209227447693L;
  private static final long KMUL = -7070675565921424023L;
  final int size;

  public static WeightedIndex create(int size) {
    return size <= 0 ? null : new WeightedIndex$1(size);
  }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.mob.Sheep$1

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.