fa0ea3b75c
uuid changes
...
By: Tahg <tahgtahv@gmail.com >
2011-07-13 00:15:47 -04:00
52c737b3c1
Implements World UID.
...
By: Rigby <rigby@onarandombox.com >
2011-07-05 04:49:03 +01:00
797f79e621
Added API to allow plugins to set the world's spawn flags.
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-19 06:08:43 -04:00
05163fbadc
Added ChunkSnapShot improvements. Thanks mikeprimm!
...
Added support for biome data to chunk snapshot
Added method for returning empty chunk snapshot (for ungenerated chunks)
By: EvilSeph <evilseph@unaligned.org >
2011-06-17 09:21:56 -04:00
bdcef14cde
Added a general spawn method.
...
By: sunkid <sunkid@iminurnetz.com >
2011-06-08 15:50:22 -07:00
e1ffe6625c
Added setFire option to createExplosion methods.
...
By: sunkid <sunkid@iminurnetz.com >
2011-06-12 15:48:05 -07:00
c5408f1030
Generic cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-06-12 01:18:17 +02:00
727890f5a8
Added World.createExplosion() that takes a Location, instead of just raw X, Y, Z values.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:13:36 -07:00
c70487a3ee
Cleaned up some Javadocs.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:11:35 -07:00
4cc21b5ce6
Moved playSound/Effect(Player, ...) to Player.playEffect(Location, ...) to be consistent, and because the code didn't really do what the Javadoc said.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:07:45 -07:00
e471f45bae
Changed sound playing to effect dispatching, since these seem more like more like encompassing effect than mere sounds.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 22:57:44 -07:00
db11d49745
Merge branch 'sound' of https://github.com/sunkid/Bukkit
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 22:38:21 -07:00
e8e27a86f4
added playSound methods to the World interface and a utility method to Location
...
By: sunkid <sunkid@iminurnetz.com >
2011-06-09 12:32:55 -07:00
0786934ce5
Added method to create an explosion in world. Thanks Zaraza107!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-09 04:12:39 -04:00
6ad28ba607
Added custom world generator API
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-06-06 13:23:30 +01:00
6778c953f4
Added new World.Environment
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-05-26 06:14:48 +01:00
855f4133b6
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 23:22:54 +02:00
e7d4bff770
Added World.strikeLightningEffect() that does no damage.
...
By: sk89q <the.sk89q@gmail.com >
2011-05-06 19:25:43 -07:00
709aa84d2f
Added per world PVP setting support.
...
By: Rigby <rigby@onarandombox.com >
2011-04-30 00:03:36 +01:00
24eb39b2e6
Added the ability to retrieve a world's Seed.
...
By: Rigby <rigby@onarandombox.com >
2011-04-23 17:57:30 +01:00
fbb5ca1dc6
Add methods to control thunder.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-22 03:12:54 -07:00
28011b1217
Added weather control methods.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-22 02:17:53 -07:00
60bfea1fce
Added World.strikeLightning(). Also renamed WeatherStorm -> LightningStrike.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-22 01:25:41 -07:00
ae9f2fb195
World.spawnCreature now returns LivingEntity instead of Creature.
...
By: Celtic Minstrel <celtic.minstrel.ca@>
2011-03-19 01:33:38 -04:00
2c403adf74
Regenerate and refresh chunk methods
...
By: Raphfrk <raphfrk@gmail.com >
2011-03-02 20:28:49 +00:00
56f58d646a
Add World.save() and Server.savePlayers();
...
By: Morgan Humes <mrh9724@lanaddict.com >
2011-02-25 21:32:25 -05:00
2d93fec7d2
Added method to set spawn location
...
By: SpeaKeasY <mekevin1917@gmail.com >
2011-02-28 20:19:47 -06:00
a7d6c7c660
Added World.getPlayers
...
By: Tanel Suurhans <tanel.suurhans@perfectline.ee >
2011-02-24 21:37:54 +02:00
3cc14ab40f
refactor Items
...
By: Tahg <tahgtahv@gmail.com >
2011-02-21 19:57:06 -05:00
6203fc2652
(Relatively) minor javadoc cleanup
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-19 22:47:23 +00:00
d7633fa07b
Added a whole buncha overloads for Location in World
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-18 16:34:49 +00:00
eb206f49c1
Added spawnCreature(Location, CreatureType)
...
This function will allow spawning of creatures in the world, removing
the need to interface with CraftBukkit directly.
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-02-17 14:33:31 +11:00
d245d54634
Added loadChunk, unloadChunk and unloadChunkRequest.
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-08 14:29:52 +00:00
4f683383bb
Added World.Environment enum, changed createWorld to use it
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-06 20:47:39 +00:00
2a85f4848b
getLoadedChunks method
...
By: Raphfrk <raphfrk@gmail.com >
2011-02-04 20:11:20 +00:00
474817bf11
General cleanup (deprecated+whitespace)
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-02 00:02:08 +01:00
b01fc3ffa8
Add Chunk.getBlock(x,y,z), World.loadChunk(x,z) World.isChunkLoaded(x,z).
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-02 00:01:33 +01:00
c818125fb8
What's the time, mr wolf?
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 14:53:26 +00:00
301b48abea
Added support for different tree generation types and a callback.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-30 13:54:03 -08:00
d922f76c36
Added methods to get a list of entities to World.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-26 12:03:21 -08:00
9755073204
some changes to comments
...
By: Raphfrk <raphfrk@gmail.com >
2011-01-21 05:29:53 +08:00
276a3d1864
added load chunk method
...
By: Raphfrk <raphfrk@gmail.com >
2011-01-21 04:58:20 +08:00
108a146a8b
add getSpawnLocation() to the World API
...
By: FeepingCreature <default_357-line@yahoo.de >
2011-01-16 07:01:15 +08:00
650e0749d1
Moved org.bukkit.Vector to org.bukkit.util.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-15 13:43:09 -08:00
73edbc4902
Moved block stuff from org.bukkit to org.bukkit.block
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:37:08 +00:00
1de48a9184
All inventory stuff in org.bukkit moved to org.bukkit.inventory
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:27:40 +00:00
e2fd2dfd00
All entity stuff in org.bukkit moved to org.bukkit.entity
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:20:59 +00:00
3a76f4d8dd
Events should be present tense, not paste tense.
...
By: Erik Broes <erikbroes@grum.nl >
2011-01-15 21:23:53 +01:00
7669ccd206
Added int getBlockTypeIdAt(int x, int y, int z) to World
...
By: Erik Broes <erikbroes@grum.nl >
2011-01-15 21:02:47 +01:00
1105de519d
Added ItemDrop, world.dropItem(), and world.dropItemNaturally().
...
By: sk89q <the.sk89q@gmail.com >
2011-01-08 12:47:48 -08:00