Package mods.natura.entity

Examples of mods.natura.entity.BabyHeatscarSpider


        case 2:
            entity = new NitroCreeper(world);
            spawnEntity(posX, posY, posZ, entity, world);
            break;
        case 3:
            entity = new BabyHeatscarSpider(world);
            spawnEntity(posX, posY, posZ, entity, world);
            break;
        }
        return entity;
    }
View Full Code Here

TOP

Related Classes of mods.natura.entity.BabyHeatscarSpider

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.