Package net.minecraft.entity

Examples of net.minecraft.entity.EntityCreature.spawnExplosionParticle()


                  {
                    sb.append(" " + args[index]);
                  }
                  mob.setCustomNameTag(sb.toString());
                }
                mob.spawnExplosionParticle();
            }
        }
        else
        {
            OutputHandler.chatError(sender, "Improper syntax.");
View Full Code Here


                if (mob instanceof EntityLiving) {
                  ((EntityLiving)mob).onSpawnWithEgg((IEntityLivingData)null);
                }
                mob.setPosition(x, y, z);
                world.spawnEntityInWorld(mob);
                mob.spawnExplosionParticle();
            }
        }
        else
        {
            OutputHandler.chatError(sender, "Improper syntax.");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.