spigot spawn entity

Solutions on MaxInterview for spigot spawn entity by the best coders in the world

showing results for - "spigot spawn entity"
Laura
22 Sep 2018
1	World myWorld = Bukkit.getWorld("world");
2	Location spawnLocation = new Location(myWorld, 0, 10, 0);
3	Entity spawnedPig = myWorld.spawnEntity(spawnLocation, EntityType.PIG);