Package net.minecraft.world.biome

Examples of net.minecraft.world.biome.SpawnListEntry


              while (var17 < 3) {
                int var18 = var13;
                int var19 = var14;
                int var20 = var15;
                byte var21 = 6;
                SpawnListEntry var22 = null;
                EntityLivingData unusedEntityLivingData = null;
                int var23 = 0;

                while (true) {
                  if (var23 < 4) {
View Full Code Here


              continue;
            }
          }

          if (creatureType == EnumCreatureType.waterCreature || (!worldServer.getBlockMaterial(ssX, ssY - 1, ssZ).isLiquid())) {
            SpawnListEntry creatureClass = worldServer.spawnRandomCreature(creatureType, ssX, ssY, ssZ);
            if (creatureClass == null) {
              break;
            }

            EntityLiving spawnedEntity;
View Full Code Here

TOP

Related Classes of net.minecraft.world.biome.SpawnListEntry

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.