3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-18 05:50:04 +01:00
Paper/src/main/java/org/bukkit/craftbukkit
2011-03-14 14:45:33 +00:00
..
block Fixed setTypeIdAndData sending client updates when not using physics 2011-03-14 11:31:43 +00: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 Fix getDisplayName getting lost when getBukkitEntity is called 2011-03-13 12:52:01 +01:00
inventory Sourcefiles shouldn't be executable 2011-03-12 16:12:41 +01:00
scheduler Code cleanup, fixed doors, chunk entity fetching 2011-03-11 16:25:35 -05:00
util Clean code a bit 2011-03-12 16:12:41 +01:00
CraftChunk.java This should fix the chunk ghosting bug 2011-03-14 11:31:43 +00:00
CraftServer.java Adds an onLoad method to Plugin. The onLoad method is called for all plugins before the onEnable calls 2011-03-14 14:45:33 +00:00
CraftWorld.java This should fix the chunk ghosting bug 2011-03-14 11:31:43 +00:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Added command line option 'date-format' to control how dates are printed to console (not to log) 2011-02-26 11:29:37 +00:00
TextWrapper.java TextWrapper now wraps text at the proper width and also prevent splitting unless it is needed 2011-03-12 16:58:05 +01:00
TrigMath.java Second part of NPE and arctan update :3 2011-02-20 23:22:28 +01:00