Package wecui.render

Examples of wecui.render.RenderEntity


    }

    public Entity spawnEntity() {
        Minecraft mc = this.controller.getMinecraft();

        Entity entity = new RenderEntity(this.controller, getWorld(mc));
        setEntityPositionToPlayer(mc, entity);
        getWorld(mc).d(entity);
        setEntityPositionToPlayer(mc, entity);
        controller.getDebugger().debug("RenderEntity spawned");
        return entity;
View Full Code Here

TOP

Related Classes of wecui.render.RenderEntity

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.