3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 21:40:08 +01:00
Paper/src/main/java/org/bukkit/craftbukkit
Celtic Minstrel 5c8fd4995f [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076
- Custom inventories also respect this setting now.
2012-03-15 22:44:10 -04:00
..
block [Bleeding] Add APIs for editing biome data, fix existing code to use persistent biome data. Addresses BUKKIT-1075 2012-03-08 01:53:06 -05:00
command [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
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 Fix some improper item cloning instances that would have dropped enchantments 2012-03-15 21:47:37 -04:00
event [Bleeding] Implemented ProjectileLaunchEvent. Addresses BUKKIT-284 2012-03-15 07:18:59 -04:00
generator [Bleeding] Add updated interfaces for custom chunk generation. Addresses BUKKIT-874 2012-03-09 11:46:06 -05:00
help [Bleeding] Help index now identifies itself as "Help: Index" rather than "Help: null" 2012-03-11 03:49:27 -04:00
inventory [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
map Deprecation cleanup. 2012-02-18 13:06:12 -05: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 Deprecation cleanup. 2012-02-18 13:06:12 -05:00
updater Slightly changed the Auto Updater error for when it can't find the current version 2012-03-03 01:22:43 +00:00
util Only remove blocks when golem is successfully spawned. Fixes BUKKIT-1094 2012-03-11 01:30:16 -05:00
ChunkCompressionThread.java World height related fixes - 128 -> 256. Addresses BUKKIT-889 2012-03-01 20:13:28 -05:00
CraftArt.java fixed mapping of Art <-> EnumArt in Paintings 2011-10-12 14:13:11 -04:00
CraftChunk.java Made Chunk.getEntities() account for the world height increase. Fixes BUKKIT-1059 2012-03-09 13:09:15 -05:00
CraftChunkSnapshot.java Implemented snapshot support for 1.2. 2012-03-02 00:47:21 -05:00
CraftEffect.java Implementation of richer playEffect methods. Addresses BUKKIT-857 2012-02-29 14:59:27 -05:00
CraftOfflinePlayer.java [Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds 2012-02-29 19:21:25 +01:00
CraftServer.java [Bleeding] Add getWorldType() and getGenerateStructures() to CraftServer. Fixes BUKKIT-855 2012-03-10 18:36:28 -05:00
CraftWorld.java Made World.refreshChunk() refresh the chunk, thanks zerg960! Fixes BUKKIT-1014 2012-03-11 03:38:29 -04:00
LoggerOutputStream.java Fix formatting. 2012-01-15 10:54:57 +01:00
Main.java Fix formatting. 2012-01-15 10:54:57 +01:00
PortalTravelAgent.java (Re)restricted the nether to 128 world height. Fixes BUKKIT-976 2012-03-09 12:08:59 -05:00
TextWrapper.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
TrigMath.java Fix formatting. 2012-01-15 10:54:57 +01:00