summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/World.java
diff options
context:
space:
mode:
authorBlackHole <black-hole@live.com>2016-03-01 08:30:02 +1100
committermd_5 <git@md-5.net>2016-03-01 08:30:02 +1100
commit6dd5aa2ce1e9195fda5720a9caff48f15ecf6335 (patch)
tree723ab41544f5e4672a52dc9f0f91545e8afc6e9b /src/main/java/org/bukkit/World.java
parentff2d64d2b948c960828f056b51c8a7ef33e491ff (diff)
downloadbukkit-6dd5aa2ce1e9195fda5720a9caff48f15ecf6335.tar
bukkit-6dd5aa2ce1e9195fda5720a9caff48f15ecf6335.tar.gz
bukkit-6dd5aa2ce1e9195fda5720a9caff48f15ecf6335.tar.lz
bukkit-6dd5aa2ce1e9195fda5720a9caff48f15ecf6335.tar.xz
bukkit-6dd5aa2ce1e9195fda5720a9caff48f15ecf6335.zip
Remove EntityType and some deprecated Entity methods
Replaced by EntityType / other methods since February 2012 and April 2012 respectively.
Diffstat (limited to 'src/main/java/org/bukkit/World.java')
-rw-r--r--src/main/java/org/bukkit/World.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
index 127ad9d3..6eb1c0fe 100644
--- a/src/main/java/org/bukkit/World.java
+++ b/src/main/java/org/bukkit/World.java
@@ -348,30 +348,6 @@ public interface World extends PluginMessageRecipient, Metadatable {
public Entity spawnEntity(Location loc, EntityType type);
/**
- * Creates a creature at the given {@link Location}
- *
- * @param loc The location to spawn the creature
- * @param type The creature to spawn
- * @return Resulting LivingEntity of this method, or null if it was
- * unsuccessful
- * @deprecated Has issues spawning non LivingEntities. Use {@link
- * #spawnEntity(Location, EntityType) spawnEntity} instead.
- */
- @Deprecated
- public LivingEntity spawnCreature(Location loc, EntityType type);
-
- /**
- * Creates a creature at the given {@link Location}
- *
- * @param loc The location to spawn the creature
- * @param type The creature to spawn
- * @return Resulting LivingEntity of this method, or null if it was
- * unsuccessful
- */
- @Deprecated
- public LivingEntity spawnCreature(Location loc, CreatureType type);
-
- /**
* Strikes lightning at the given {@link Location}
*
* @param loc The location to strike lightning