3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-22 14:28:09 +01:00
Paper/src/main/java/org/bukkit/craftbukkit
Travis Watkins 401a6809be Improve InventoryCloseEvent handling. Fixes BUKKIT-3286
Currently there are several cases where a player will have their inventory
screen closed client side but we will not call an event. To correct this
we call the event when the server is the cause of the inventory closing
instead of just when the client is the cause. We also ensure the server is
closing the inventory reliably so we get the events. Additionally this
commit also calls the event when a player disconnects which will handle
kicks, quits, and server shutdown.
2013-05-02 06:28:51 -05:00
..
block Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
chunkio Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
command Cleanup comments, formatting, etc 2013-03-25 00:51:36 -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 Update enchantment handling to 1.4.6. Fixes BUKKIT-3256 2012-12-21 19:31:28 -06:00
entity Update CraftBukkit to Minecraft 1.5.2 2013-04-27 10:42:19 -05:00
event Improve InventoryCloseEvent handling. Fixes BUKKIT-3286 2013-05-02 06:28:51 -05:00
generator Update CraftBukkit to Minecraft 1.5.2 2013-04-27 10:42:19 -05:00
help Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
inventory Properly return contents of Inventory. Fixes BUKKIT-3930 2013-04-02 16:10:04 -05:00
map Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
metadata Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
potion Add missing name in PotionEffect for Wither 2012-12-18 18:20:11 -06:00
scheduler Throw exception for disabled plugin tasks. Fixes BUKKIT-3951 2013-03-31 15:37:17 -05:00
scoreboard Use correct method for getting player's team. Fixes BUKKIT-4050 2013-04-11 23:03:37 -05:00
updater Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
util Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684 2013-04-10 21:33:33 -05:00
CraftArt.java Add CraftArt mappings for Wither. Fixes BUKKIT-2667. 2012-11-01 03:06:47 -05:00
CraftChunk.java Update CraftBukkit to Minecraft 1.5.2 2013-04-27 10:42:19 -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 [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069 2012-12-01 01:14:25 -06:00
CraftOfflinePlayer.java Update CraftBukkit to Minecraft 1.4.6 2012-12-20 10:43:00 -06:00
CraftServer.java Move world generator warning to CraftBukkit. Fixes BUKKIT-2565 2013-04-30 17:09:04 -07:00
CraftSound.java Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
CraftTravelAgent.java Update CraftBukkit to Minecraft 1.5.2 2013-04-27 10:42:19 -05:00
CraftWorld.java Rework EntityExplodeEvent. Fixes BUKKIT-4140. Adds BUKKIT-4141 2013-04-24 03:03:38 -05: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
Overridden.java Implement ItemFactory and ItemMeta values. Adds BUKKIT-15 2012-12-17 01:31:41 -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