Commit graph

2712 commits

Author SHA1 Message Date
Doc
d5a777e736
SPIGOT-7078: Add EntityPotionEffectEvent.Cause#WARDEN 2022-06-23 20:27:51 +10:00
DerFrZocker
05ae036c0a
#746: Add option to use cached map color palette
This reduces the conversion time drastically with the cost of slightly more memory usage.
2022-06-18 21:13:40 +10:00
Doc
57849c1b50
#759: Add preview chat option in ServerListPingEvent 2022-06-18 20:55:23 +10:00
Doc
0169e65d2a
#758: Add missing server properties methods from 1.19 2022-06-18 20:48:59 +10:00
Doc
4d37bf3058
#762: Add SpawnReason and TransformReason for Tadpole metamorphosis into Frog 2022-06-13 15:24:49 +10:00
chickeneer
788174ae24
#761: Add Hangable interface to MangrovePropagule 2022-06-12 18:12:47 +10:00
md_5
c1d911a2b4
Add compat constructor to PlayerAnimationEvent 2022-06-11 13:22:25 +10:00
md_5
45d9c73c34
SPIGOT-7043: EnderChest does not implement Lidded 2022-06-10 10:57:48 +10:00
Doc
86b95f348e
SPIGOT-7047: Add Player#getLastDeathLocation 2022-06-10 09:56:47 +10:00
Doc
0a4b84d68e
SPIGOT-7003: Add missing PlayerAnimationType 2022-06-09 21:30:20 +10:00
DerFrZocker
830db7d55f
SPIGOT-5984: Add non deprecated / magic value way to set pixel in MapCanvas 2022-06-09 21:27:21 +10:00
Doc
20caf8ff2d
#754: Add DamageCause.SONIC_BOOM 2022-06-09 21:03:33 +10:00
Doc
4b08dbc5ce
#752: Make Leaves Waterlogged 2022-06-08 17:30:29 +10:00
md_5
de323fc9cb
Downgrade dependency version 2022-06-08 09:01:11 +10:00
md_5
b93194d14a
Update to Minecraft 1.19 2022-06-08 02:00:00 +10:00
MartenM
6a039faf74
#745: Expose more information about advancements 2022-06-05 16:23:46 +10:00
DerFrZocker
52148c4789
#749: Various javadoc improvements 2022-06-05 10:05:54 +10:00
Phoenix616
23c2d84153
#748: Remove permissible recalculation from Permission constructor
This fixes issues that simply creating a new Permission instance would lead
to permission defaults and permissibles to get recalcuated even if the
permission itself was never added to the server or was already present.
2022-06-05 10:05:51 +10:00
Doc
d565a710e0
SPIGOT-7027: Documentation for ItemMeta#getCustomModelData is incorrect 2022-06-01 19:02:49 +10:00
Yannick Lamprecht
218294b148
#743: Support setting individual Wither head targets 2022-05-17 19:26:59 +10:00
pop4959
312281eade
#742: Make World implement Keyed 2022-05-09 18:07:47 +10:00
blablubbabc
3151477447
SPIGOT-6949: Configuration sections that are nested within Maps or Lists are not properly serialized.
This broke with the configuration changes in
3e2dd2bc12.

This commit reverts one of the changes of this other commit so that
nested configuration sections are serialized as Maps again.

Although the types of these nested configuration sections are not
preserved when reloading a configuration (they turn into Maps), their
contents should at least be preserved, as it has been the case in
earlier Bukkit versions.
2022-04-22 19:38:45 +10:00
Doc
1bebebfb4d
SPIGOT-6992: Add LimitedLife/LifeTicks/Bound APIs to Vex 2022-04-21 06:47:24 +10:00
Doc
fc460d1bb8
#735: Add Villager#zombify 2022-04-15 13:48:49 +10:00
Parker Hawke
c8c8331ec3
#690: Add method to read ItemStack input 2022-04-15 12:54:03 +10:00
Parker Hawke
62845f2fd8
SPIGOT-6829: Add per-player world border API 2022-04-09 09:39:19 +10:00
Martoph
7902647a66
#737: Update WorldCreator#generatorSettings docs 2022-03-27 16:25:51 +11:00
Doc
67556a5094
#736: Update README 2022-03-24 13:39:30 +11:00
Doc
33a2b476bb
#734: Make PlayerInventory#getItem Nullable 2022-03-15 07:32:19 +11:00
Gero
881e06e5db
#725: Add Item Unlimited Lifetime APIs 2022-03-12 09:26:12 +11:00
Parker Hawke
e25c6a7552
#638: Add CreativeCategory API for Materials 2022-03-03 18:55:54 +11:00
md_5
d8a3c3b556
Update to Minecraft 1.18.2 2022-03-01 02:00:00 +11:00
md_5
0edc0e044d
SPIGOT-6944: Correct TabCompleter docs 2022-02-21 12:02:28 +11:00
Doc
6fac07ebfb
SPIGOT-6935: Make Arrow color nullable 2022-02-19 09:36:06 +11:00
blablubbabc
abbc5c550d
#730: Added a checkstyle rule to check for missing package declarations.
Added a suppression to ignore the test sources.
2022-02-19 09:33:06 +11:00
blablubbabc
97157b12b0
#730: Added missing declaration of the org.bukkit.profile package. 2022-02-19 09:33:05 +11:00
Ollie
9dcee1dc4c
#727: Fix typo in StriderTemperatureChangeEvent javadocs 2022-02-17 08:08:57 +11:00
Doc
8d8180320a
#723: Add Furnace#getRecipesUsed 2022-02-15 18:48:50 +11:00
mfnalex
d7b5a3136c
#726: Add Particle dataTypes to javadocs 2022-02-15 09:50:10 +11:00
DerFrZocker
72fe8b71bb
#724: Add PDC to World 2022-02-15 09:35:32 +11:00
Doc
8085edde6d
SPIGOT-6918: Add SpawnCategory API and configurations for Axolotls 2022-02-07 18:49:30 +11:00
blablubbabc
04c7e13cf0
#719: Add Player Profile API
Slight changes may occur as this API is stabilized.

This PR is based on work previously done by DerFrZocker in #663.
2022-02-03 09:25:35 +11:00
FreeSoccerHDX
7156421009
SPIGOT-6910: Add BlockDamageAbortEvent 2022-02-02 08:56:20 +11:00
Gero
5c21a63f5f
#717: Add PlayerHideEntityEvent and PlayerShowEntityEvent 2022-02-01 18:01:00 +11:00
md_5
d356515a16
SPIGOT-6914: Remove confusing loadbefore message for dependency issues 2022-01-29 11:50:51 +11:00
Doc
958bbd7201
#720: Fix bounds in documentation about power in FireworkMeta 2022-01-28 08:29:00 +11:00
Doc
af88996a3d
SPIGOT-6890: Add repair cost amount in AnvilInventory 2022-01-26 09:30:16 +11:00
mfnalex
bc7bd36317
#716: Fix scheduler javadocs (previously, the <b> tag broke the rendering) 2022-01-25 08:41:00 +11:00
md_5
6db1ab707a
Improve item cooldown JavaDocs 2022-01-25 08:28:49 +11:00
md_5
2af60c8067
Clarify documentation of Block#getBreakSpeed 2022-01-22 08:56:42 +11:00