summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Collapse)AuthorAgeLines
* Deprecate and add note to regenerateChunk methodmd_52018-08-07-0/+4
|
* Add merging and matching of parsed BlockDatamd_52018-08-06-0/+35
|
* SPIGOT-4219: Event for PigZombies angering.md_52018-08-05-0/+83
|
* SPIGOT-4217: Account for ShowIcon to allow custom tipped arrows to mergemd_52018-08-03-15/+27
|
* Fix InventoryType.MERCHANT being creatable when it shouldn't be.Senmori2018-08-02-1/+1
|
* Remove draft status from BlockFertilizeEventmd_52018-08-03-5/+0
|
* SPIGOT-3936: Add isInteractable to MaterialChristos Miniotis2018-08-03-0/+165
|
* SPIGOT-4199: Riptide related APIsmd_52018-08-02-0/+55
|
* SPIGOT-4210: Deprecated TargetReason.PIG_ZOMBIE_TARGETmd_52018-08-02-0/+3
|
* SPIGOT-4204: Allow passing data to AreaEffectCloud particlesmd_52018-08-01-0/+9
|
* SPIGOT-4029: Add event for commands being sent to clientmd_52018-07-31-0/+51
|
* SPIGOT-4194: Call BlockFadeEvent for coralmd_52018-07-31-0/+1
|
* SPIGOT-3917: Add EntityDropItemEventArticdive2018-07-31-0/+49
|
* SPIGOT-227: Add entity persistent flagblablubbabc2018-07-30-0/+30
| | | | | | | Non-persistent entities won't get saved when the chunk saves the entities. Entities that are passengers of a non-persistent entity won't get saved. Players won't save their vehicle, if the player is directly or indirectly riding a non-persistent entity.
* SPIGOT-4187: Remove deprecation on some EntityDamageEvent constructorsmd_52018-07-30-3/+0
|
* Include class path in legacy conversion errors.md_52018-07-30-6/+2
|
* Throw CNFE if we have an error processing plugin classesmd_52018-07-29-1/+5
|
* SPIGOT-1714: Draft API for player list header / footermd_52018-07-29-0/+47
|
* SPIGOT-4174: Expose BlockCanBuildEvent BlockDatamd_52018-07-29-0/+9
|
* SPIGOT-4182: Implement cursor captionsmd_52018-07-29-1/+49
|
* Add SpawnReason.DROWNEDklugemonkey2018-07-27-0/+4
|
* Add draft BlockFertilizeEventmd_52018-07-26-2/+73
|
* Remove draft status from EntityPotionEffectEventmd_52018-07-26-3/+0
|
* SPIGOT-4156: Fix deserializing things with damage and metamd_52018-07-26-0/+7
|
* SPIGOT-3981: Make custom inventories return specialised types where practical.Senmori2018-07-25-8/+93
|
* SPIGOT-4135: Fix DOLPHINS_GRACE PotionEffectType Wrapper.md_52018-07-24-1/+1
|
* SPIGOT-4128: Greatly improve spawn egg deserializationmd_52018-07-24-0/+14
|
* Add map ID APImd_52018-07-24-0/+25
|
* SPIGOT-4122: Fix an instance of legacy item inequalitiesmd_52018-07-24-1/+2
|
* SPIGOT-824: SpongeAbsorbEventArticdive2018-07-23-0/+60
|
* SPIGOT-4108: Update javadoc for misleadingly named PLAY_ONE_MINUTE statistic.md_52018-07-23-0/+3
|
* Update to Minecraft 1.13md_52018-07-22-56/+138
|
* Clarify NamespacedKey error messages.Senmori2018-07-21-6/+12
| | | | Add new tests for NamespacedKeys.
* SPIGOT-840, SPIGOT-2522: [Draft] Add EntityPotionEffectChangeEventkaenganxt2018-07-20-0/+241
| | | | Discussion ongoing in PR #338
* Update EntityChangeBlockEvent to new BlockData APImd_52018-07-20-19/+7
|
* Clarify behaviour of createBlockDatamd_52018-07-20-0/+3
|
* SPIGOT-4075: Add documentation to Levelled regarding fluidsmd_52018-07-20-0/+6
|
* SPIGOT-4040: Further increase team related limitsmd_52018-07-18-3/+3
|
* Delete Block.setData byte methods from APImd_52018-07-18-19/+0
|
* SPIGOT-4028: Improve legacy ItemStack conversionmd_52018-07-18-7/+15
|
* SPIGOT-4017: Increase Team related length limitsmd_52018-07-16-3/+3
|
* Remove deprecated annotation from BlockPhysicsEventmd_52018-07-16-6/+0
|
* Fish / Dolphin should be WaterMob, and WaterMob Creaturemd_52018-07-16-3/+3
|
* Remove redundant try/catch loading api-versionmd_52018-07-15-5/+1
|
* Add clarifying documentation to Tagmd_52018-07-15-0/+3
|
* Add EntityToggleSwimEvent and isSwimming / setSwimming APImd_52018-07-15-0/+59
|
* Update to Minecraft 1.13-pre7md_52018-07-15-3400/+8081
|
* Fix missing this causing unnormalized key to be validatedmd_52018-07-12-2/+2
|
* Be more strict about what constitutes a valid NamespacedKeymd_52018-07-10-6/+17
| | | | | * Brings us largely in line with what is supported by the implementation * Adds unit tests
* SPIGOT-3988: Error on manually constructed PluginDescriptionFilemd_52018-07-07-2/+9
|