Package net.minecraft.entity.item

Examples of net.minecraft.entity.item.EntityFireworkRocket


        nbttagcompound1.setByte("Flight", (byte)2);
        nbttagcompound.setTag("Fireworks", nbttagcompound1);

        rocket.setTagCompound(nbttagcompound);

        EntityFireworkRocket entity = new EntityFireworkRocket(world, x, y, z, rocket);
        world.spawnEntityInWorld(entity);
    }
View Full Code Here

TOP

Related Classes of net.minecraft.entity.item.EntityFireworkRocket

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.