Examples of BiomeMeta


Examples of net.minecraft.server.BiomeMeta

          continue;
        }
      }

      // Add element to buffer
      final BiomeMeta outputMeta = creaturePreSpawnMobs.add();
      outputMeta.b = entityClass;
      outputMeta.c = creaturePreSpawnEvent.minSpawnCount;
      outputMeta.d = creaturePreSpawnEvent.maxSpawnCount;
      biomeMetaChance.transfer(inputMeta, outputMeta);
    }
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.