summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeLines
* Use ImmutableList rather than AbstractList for CraftMetaBookJavacraft2018-12-07-13/+1
| | | | | | | Although the AbstracList implementation does return a list, it is a of a form that does not play well with libraries using reflection, such as Gson. Leveraging a stream and the ImmutableList collector, this process is greatly simplified (and cleaner).
* Fix setRecipes(List) not setting Knowledge Book recipes.Javacraft2018-12-05-1/+1
| | | | | | Iterator source for recipe NamespacedKeys is changed to use method parameter 'recipes' specifying recipes to be added, rather than class property 'recipes', to which recipes are added.
* Mappings Updatemd_52018-12-06-38/+38
|
* Add list of entities to EntityTransformEvent & move die callsnathat8902018-12-05-2/+15
|
* SPIGOT-4347: Add API to allow storing arbitrary values on ItemStacksBjarne Koll2018-12-04-1/+496
|
* Add Vanilla help to default permissionsmd_52018-12-03-0/+1
|
* Tweak outdated windowsmd_52018-11-28-1/+1
|
* SPIGOT-4500: callSyncMethod brokenmd_52018-11-24-2/+2
|
* SPIGOT-4498: Crash on startupmd_52018-11-23-1/+1
|
* SPIGOT-4496: Undeprecate MapView.getId and make intmd_52018-11-23-2/+11
|
* SPIGOT-4472: Add Consumer scheduler methodsmd_52018-11-23-38/+92
|
* SPIGOT-4489: NOTE_BLOCK incorrectly has BlockStateMetamd_52018-11-16-4/+0
|
* SPIGOT-4339: Add EntityTransformEventnathat8902018-11-14-0/+10
| | | | Thanks klugemonkey for some contributions in https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/351/overview
* Add API to manipulate boss bar of entities and those created by commandsYannick Lamprecht2018-11-10-25/+177
|
* SPIGOT-4469: Age API for EndGatewaymd_52018-11-07-0/+10
|
* SPIGOT-4438: Add choice API to furnace recipesmd_52018-11-03-8/+5
|
* API to get client side view distance.md_52018-11-02-0/+5
|
* Remove note about development buildmd_52018-11-02-2/+0
|
* SPIGOT-4395: Additions to PlayerBedEnterEvent.Ugleh2018-11-02-0/+40
| | | | Contributions by blablubbabc as well - https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/pull-requests/500/overview
* Make natural item dropping mimic Vanillamd_52018-10-31-33/+8
| | | | Make sure we don't regress SPIGOT-260 by using exact drop method like Entity does
* SPIGOT-4376: Add draft BlockDropItemEventAndaBlock2018-10-31-0/+7
|
* SPIGOT-4455: ChunkData.getType returns legacy materialmd_52018-10-29-1/+1
|
* SPIGOT-4447: Clear error for people trying to set an item as a blockmd_52018-10-27-0/+2
|
* SPIGOT-4446: Legacy rotation methods don't work for wall mounted skullsmd_52018-10-27-3/+10
|
* Add ray tracing and bounding box APIblablubbabc2018-10-26-7/+299
|
* SPIGOT-4443: Scoreboard RenderType APImd_52018-10-26-4/+34
|
* Update to Minecraft 1.13.2md_52018-10-23-14/+25
|
* Remove outdated build delay.md_52018-10-23-1/+1
|
* Add Block#isPassableblablubbabc2018-10-13-0/+5
|
* Catch plugins setting null Material or BlockData to blocksmd_52018-10-13-0/+5
|
* Implement maximum repair cost API to AnvilInventoryParker Hawke2018-10-06-0/+12
|
* SPIGOT-4411: Document use of null for shulker coloursmd_52018-10-06-3/+1
|
* Implement PlayerRecipeDiscoverEvent and methods to (un/)discover recipesParker Hawke2018-10-01-0/+48
|
* SPIGOT-4398: Set ASM7_EXPERIMENTAL flagmd_52018-09-27-1/+1
|
* SPIGOT-4397: isChunkGenerated APImd_52018-09-26-0/+5
|
* API to generate filled explorer mapsUgleh2018-09-24-0/+27
|
* SPIGOT-4391: Sign editable APImd_52018-09-24-0/+13
|
* SPIGOT-4389: Fix empty custom inventory titlemd_52018-09-23-1/+1
|
* Don't throw error on invalid data in CraftMetaItem.Senmori2018-09-22-7/+23
|
* Increase expiration time to 10 daysmd_52018-09-22-1/+1
|
* Add API to locate structures.Senmori2018-09-22-0/+8
|
* SPIGOT-1916: Attribute modifiers for ItemStacksSenmori2018-09-21-55/+317
|
* Implement BatToggleSleepEventParker Hawke2018-09-17-0/+7
|
* SPIGOT-4373: Item display colours are white by defaultmd_52018-09-16-2/+3
| | | | Should probably look at all this code at some point
* SPIGOT-4363: Bad colours in leather armormd_52018-09-11-1/+5
|
* SPIGOT-4314: Ability to change item in frame without playing soundsimpleauthority2018-09-11-1/+5
|
* SPIGOT-4352: MoistureChangeEventmd_52018-09-09-0/+13
|
* Add ServerLoadEventPante2018-09-08-0/+2
|
* SPIGOT-4348: Use online player for setting skull owner if possiblemd_52018-09-06-2/+14
|
* Add getFacing method to get the current cardinal direction an entity is facing.Senmori2018-09-03-0/+8
|