3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-18 14:00:05 +01:00
Paper/src/main/java/org/bukkit/craftbukkit
2011-04-18 23:48:16 -07:00
..
block Updated to Minecraft version 1.4 2011-03-31 21:40:00 +01: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 The @Override annotation should only be used when overriding a method. 2011-04-14 12:58:04 +10:00
event Implemented Wolf 2011-03-31 22:10:48 +01:00
inventory Fixed firstEmpty() by making it search for the first null instead of Material.AIR. 2011-04-07 13:06:55 -04:00
scheduler Fixed CraftScheduler to catch exceptions thrown by tasks, rather than crash the server. 2011-04-18 23:48:16 -07:00
util Ctrl+C saves world before stopping 2011-03-29 21:01:04 +01:00
CraftChunk.java Fix chunk.getEntities 2011-04-02 17:56:06 +02:00
CraftServer.java Made what should be the last change missed in translation that might cause chunk issues. 2011-04-07 19:51:29 -04:00
CraftWorld.java Forces clients to update to the new time immediately when setTime or setFullTime is called. 2011-04-02 17:17:17 +02: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-04-01 16:06:46 +01: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