PaperMC/paper-server/src/main/java/org/bukkit/craftbukkit
CraftBukkit/Spigot 7391f7871f Merge pull request #268 from xPaw/master
Implemented hasSaddle/setSaddle

By: Andrew Ardill <andrew.ardill@gmail.com>
2011-05-11 17:40:13 -07:00
..
block Added NoteBlock.play(instrument, note). 2011-05-02 01:20:15 -07:00
command Much better console interaction. History, no more losing the command, colours, inline editing, etc. Shorter log output to console (but not to file). 2011-02-25 16:12:38 +00:00
entity Merge pull request #268 from xPaw/master 2011-05-11 17:40:13 -07:00
event Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
inventory Added a setArmorContents method to PlayerInventory. 2011-04-29 00:26:04 +01:00
scheduler Improved the Scheduler. 2011-04-28 20:10:39 +01:00
util Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
CraftChunk.java Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. 2011-04-20 19:05:14 +02:00
CraftServer.java Added an update on load feature for plugins. Thanks Raphfrk! 2011-05-05 16:57:22 -04:00
CraftWorld.java Added World.strikeLightningEffect() that does no damage. 2011-05-06 19:25:44 -07:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Implemented ebeans 2011-03-31 02:35:08 +01:00
TextWrapper.java Fix TextWrapping issues; Now limits the packets send to the client to either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. 2011-04-25 18:14:06 +02:00
TrigMath.java Second part of NPE and arctan update :3 2011-02-20 23:22:28 +01:00