.. |
block
|
[Bleeding] Added DoubleChest wrapper so that DoubleChestInventory can return something other than null. Addresses BUKKIT-995
|
2012-03-12 16:46:47 -04:00 |
command
|
[Bleeding] Help command should properly wrap command text - at least for english. Fixes BUKKIT-939
|
2012-03-05 23:35:29 -05:00 |
configuration
|
Adding/expanding documentation
|
2012-02-26 12:13:30 -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-04 16:29:56 -05:00 |
enchantments
|
Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses BUKKIT-1159 and addresses BUKKIT-1160
|
2012-03-12 15:33:19 -04:00 |
entity
|
[Bleeding] Added Player.isBlocking(). Addresses BUKKIT-858
|
2012-03-12 10:54:30 -04:00 |
event
|
[Bleeding] CraftItemEvent.getInventory() now returns CraftingInventory for convenience.
|
2012-03-12 23:11:49 -04:00 |
generator
|
[Bleeding] Clean up and clarify javadocs on new generator methods.
|
2012-03-14 21:18:55 -05:00 |
help
|
[Bleeding] Added support for amending help topic visibility permissions in help.yml. Addresses BUKKIT-1113
|
2012-03-10 18:07:56 -05:00 |
inventory
|
[Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground by default.
|
2012-03-13 22:28:07 -04:00 |
map
|
[Bleeding] Fixed MapPalette.imageToBytes to properly handle transparency. Addresses BUKKIT-852
|
2012-02-25 22:44:09 -06:00 |
material
|
[Bleeding] Correct errors in LongGrass and MonsterEggs materials. Addresses BUKKIT-1083
|
2012-03-08 12:38:46 -06:00 |
metadata
|
[Bleeding] Added missing NPE protection to removeMetadata(). Fixes BUKKIT-933
|
2012-03-05 22:33:22 -05:00 |
permissions
|
[Bleeding] Reworked OBP.Permission. Addresses BUKKIT-1120 and addresses BUKKIT-1121
|
2012-03-10 15:03:41 -06:00 |
plugin
|
[Bleeding] Lazily calculate permissions. Addresses BUKKIT-1122
|
2012-03-10 15:05:59 -06:00 |
potion
|
Fix javadoc errors/warnings
|
2012-02-26 10:35:17 -05:00 |
scheduler
|
Generic cleaning
|
2012-01-15 14:37:30 +01:00 |
util
|
[Bleeding] Correct handling of blank lines in ChatPaginator.
|
2012-03-10 13:40:05 -08:00 |
Achievement.java
|
Add missing achievements to the Achievement enum
|
2012-02-26 12:25:27 -05:00 |
Art.java
|
Add some testing
|
2012-01-29 11:10:40 +01:00 |
BlockChangeDelegate.java
|
Added isEmpty to BlockChangeDelegate - this implements BUKKIT-868. Also changed version to 1.2.2-R0.1-SNAPSHOT for the upcoming beta.
|
2012-03-01 15:27:34 +00:00 |
Bukkit.java
|
[Bleeding] Add getWorldType() and getGenerateStructures() methods to Bukkit and Server. Fixes BUKKIT-855
|
2012-03-10 01:27:38 -06:00 |
ChatColor.java
|
Adding/expanding documentation
|
2012-02-26 12:13:30 -05:00 |
Chunk.java
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
ChunkSnapshot.java
|
Implemented snapshot support for 1.2.
|
2012-03-01 13:55:29 -06:00 |
CoalType.java
|
Add some testing
|
2012-01-29 11:10:40 +01:00 |
CropState.java
|
Add some testing
|
2012-01-29 11:10:40 +01:00 |
Difficulty.java
|
Add some testing
|
2012-01-29 11:10:40 +01:00 |
DyeColor.java
|
Add some testing
|
2012-01-29 11:10:40 +01:00 |
Effect.java
|
Fixed javadoc typo, it should read: "celticminstrel is a poopy head."
|
2012-03-03 02:26:13 +00:00 |
EntityEffect.java
|
Fix javadoc errors/warnings
|
2012-02-26 10:35:17 -05:00 |
GameMode.java
|
Add some testing
|
2012-01-29 11:10:40 +01:00 |
GrassSpecies.java
|
Add some testing
|
2012-01-29 11:10:40 +01:00 |
Instrument.java
|
Adding/expanding documentation
|
2012-02-26 12:13:30 -05:00 |
Location.java
|
[Bleeding] Optimized locToBlock. Addresses BUKKIT-815
|
2012-02-29 16:07:47 -06:00 |
Material.java
|
Updated Bukkit API for 1.2
|
2012-03-01 10:48:44 +00:00 |
Note.java
|
[Bleeding] Added sharp() and natural() factory functions to mirror the flat() one, sharped() and flattened() functions to get a note from an existing note, a toString(), and more tests. Addresses BUKKIT-861
|
2012-02-29 20:08:40 -05:00 |
OfflinePlayer.java
|
Add Player.setBedSpawnLocation(Location). Thanks md_5
|
2012-01-17 22:39:37 +01:00 |
PortalType.java
|
Added an EntityCreatePortalEvent
|
2012-01-15 11:58:03 +00:00 |
Server.java
|
[Bleeding] Add getWorldType() and getGenerateStructures() methods to Bukkit and Server. Fixes BUKKIT-855
|
2012-03-10 01:27:38 -06:00 |
Statistic.java
|
Deprecation cleanup.
|
2012-01-30 21:32:48 +01:00 |
TravelAgent.java
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
TreeSpecies.java
|
Add missing JUNGLE TreeSpecies. Fixes BUKKIT-973
|
2012-03-05 12:29:09 -05:00 |
TreeType.java
|
Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886
|
2012-03-02 13:21:29 +00:00 |
World.java
|
[Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075
|
2012-03-04 10:40:27 -06:00 |
WorldCreator.java
|
Fix javadoc errors/warnings
|
2012-02-26 10:35:17 -05:00 |
WorldType.java
|
Added VERSION_1_1 WorldType
|
2012-03-02 18:38:12 +00:00 |