13
0
geforkt von Mirrors/Paper
Paper/src/main/java/org/bukkit/craftbukkit
Travis Watkins df69ea8814 Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820
Skulls need their tile entity in order to create an item correctly when
broken unlike every other block. Instead of sprinkling special cases all
over the code just override dropNaturally for skulls to read from their
tile entity and make sure everything that wants to drop them calls this
method before removing the block. There is only one case where this wasn't
already true so we end up with much less special casing.
2012-11-14 20:14:47 -06:00
..
block Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820 2012-11-14 20:14:47 -06:00
command Use BlockCommandSender for dispatching Command block commands 2012-10-31 06:37:46 -05:00
conversations [Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Whenever a conversation exits, the ConversationAbandonedEvent is triggered with details about how the conversation ended and what, if anything caused it to end. Fixes BUKKIT-986 2012-03-08 01:29:49 -05:00
enchantments Implemented Enchantment.conflictsWith(). Addresses BUKKIT-1159 2012-03-13 22:23:33 -04:00
entity Update CraftBukkit to Minecraft 1.4.4. 2012-11-13 16:09:52 -06:00
event Apply setLastDamageCause after processing events and the event has not been canceled. Fixes BUKKIT-1881 2012-07-02 22:22:03 -05:00
generator Fix compile issue with chunk generation. 2012-11-02 00:12:49 -05:00
help Bulk pending cleanup. 2012-09-09 23:19:28 -05:00
inventory Update CraftBukkit to Minecraft 1.4.4. 2012-11-13 16:09:52 -06:00
map Update CraftBukkit to Minecraft 1.4(.2). 2012-10-27 22:19:03 -04:00
metadata [Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds 2012-02-29 19:21:25 +01:00
potion Updated to rename revision 02 2012-03-01 01:12:41 +00:00
scheduler Fixed some async tasks running synchronously. Fixes BUKKIT-2934 2012-11-14 16:47:21 -06:00
updater Bulk pending cleanup. 2012-09-09 23:19:28 -05:00
util Queue tasks from secondary threads. Fixes BUKKIT-2546 and BUKKIT-2600 2012-10-14 17:26:53 -05:00
CraftArt.java Add CraftArt mappings for Wither. Fixes BUKKIT-2667. 2012-11-01 03:06:47 -05:00
CraftChunk.java Bulk pending cleanup. 2012-09-09 23:19:28 -05:00
CraftChunkSnapshot.java Implemented snapshot support for 1.2. 2012-03-02 00:47:21 -05:00
CraftCrashReport.java Add information about async tasks to CrashReports. Addresses BUKKIT-2491 2012-09-09 00:34:41 -05:00
CraftEffect.java Implementation of richer playEffect methods. Addresses BUKKIT-857 2012-02-29 14:59:27 -05:00
CraftOfflinePlayer.java Update CraftBukkit to Minecraft 1.3.1 2012-08-02 04:58:50 -05:00
CraftServer.java Update CraftBukkit to Minecraft 1.4.4. 2012-11-13 16:09:52 -06:00
CraftSound.java Map org.bukkit.Sound to String values for sending to client. 2012-09-26 19:02:05 -04:00
CraftWorld.java Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820 2012-11-14 20:14:47 -06:00
LoggerOutputStream.java Fix formatting. 2012-01-15 10:54:57 +01:00
Main.java Change local jline checks to not use String literals. Fixes BUKKIT-2455. 2012-09-09 17:02:48 -05:00
PortalTravelAgent.java Update CraftBukkit to Minecraft 1.4.4. 2012-11-13 16:09:52 -06:00
TextWrapper.java Bulk pending cleanup. 2012-09-09 23:19:28 -05:00
TrigMath.java Fix formatting. 2012-01-15 10:54:57 +01:00