Package net.minecraft.entity

Examples of net.minecraft.entity.EntityBodyHelper


    @SideOnly(Side.CLIENT)
    public Entity getEntity() {
        if (entity == null) {
            entity = (EntityLiving) EntityList.createEntityByName("Chicken", (World) null);
            lookHelper = new EntityLookHelper((EntityLiving) entity);
            bodyHelper = new EntityBodyHelper((EntityLiving) entity);
        }
        return entity;
    }
View Full Code Here

TOP

Related Classes of net.minecraft.entity.EntityBodyHelper

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.