md_5 | a317e837ebaM | [#931/Enum] Merge remote-tracking branch 'origin/pr/931' into experimental | | |
DerFrZocker | 9b25d023ee1Add missing AbstractTestingBase to BlockTypeTest | Add missing AbstractTestingBase to BlockTypeTest | | |
md_5 | 2695433990fM | [#931/Enum] Merge remote-tracking branch 'origin/pr/931' into experimental | | |
DerFrZocker | b3078a3fa5b | Work on Commodore enum compatibility | | |
DerFrZocker | 59915430e67 | Add the option to specific return and argument type | | |
DerFrZocker | 42bd51d5c9e | Add commodore for EntityType | | |
DerFrZocker | 65f00954369 | Add commodore for particle | | |
DerFrZocker | 790a2da91d7M | Merge branch 'refs/heads/master' into enums-to-registers# Conflicts:
# src/main/java/org/bukkit/craftbukkit/entity/CraftPlayer.java | | |
md_5 | fd2f4183400 | SPIGOT-7734: Can't register a custom advancement using unsafe() | | SPIGOT-7734 |
DerFrZocker | 3c9bdce47b5 | Add InjectCompatibility and RequirePluginVersion | | |
 coll1234567 | 02456e2a503 | #1413: Add force option to Player#spawnParticle | | |
md_5 | 6a61f38b205 | SPIGOT-7680: Per-world weather command | | SPIGOT-7680 |
 Metallic Goat | 58c41cebbcc | #1409: Add methods to get players seeing specific chunks | | |
DerFrZocker | 2e55de2bd1e | Add MapCursor Type | | |
DerFrZocker | b6236f652c8 | Some cleanup | | |
DerFrZocker | 0250298c25fM | Merge branch | | |
 Lauriichan | 16c9767978a | #1412: Fix shipwreck loot tables not being set for BlockTransformers | | |
 mfnalex | 7189ba63624 | #1360: Add Material#isCompostable and Material#getCompostChance | | |
 DerFrZocker | 90038455693 | SPIGOT-7676: Enforce locale parameter in toLowerCase and toUpperCase method calls and always use root locale | | SPIGOT-7676 |
md_5 | bdb40c5f107 | Increase outdated build delay | | |
 blablubbabc | d6607c7dd6f | SPIGOT-7675: Fix FoodComponent config deserializationBe more lenient when converting floating point numbers during config
deserialization of item data. | | SPIGOT-7675 |
 DerFrZocker | b148ed33225 | #1406: Fix incorrect assumption of Fireball having constant speed | | |
 Parker Hawke | 3ec31ca75ed | #1405: Add a tool component to ItemMetaCo-authored-by: md_5 <git@md-5.net> | | |
 Parker Hawke | 5d7d675b953 | #1404: Add PotionEffectTypeCategory to distinguish between beneficial and harmful effects | | |
 DerFrZocker | 96082798151 | #1403, SPIGOT-4288, SPIGOT-6202: Add material rerouting in preparation for the switch to ItemType and BlockTypeThis also moves the conversion from and to legacy material to the method
calls of legacy plugins, and no longer allows them directly in the
server.
This has the side effect of fixing some legacy plugin issues, such as
SPIGOT-4288, SPIGOT-6161. Also fixes legacy items sometimes not stacking
in inventory when using addItem, a client disconnect when using legacy
items in recipes and probably some... | | 3 Jira issues |
 DerFrZocker | 94e44ec934e | #1401: Add a config option to accept old keys in registry get calls | | |
 Metallic Goat | a43701920b8 | #1402: Fix ChunkSnapshot#isSectionEmpty() is always false | | |
DerFrZocker | 87d0a3368a6 | SPIGOT-7668: Move NONE Registry updater to FieldRename to avoid some class loader issues | | SPIGOT-7668 |
 LoliColleen | 2ea1e7ac279 | #1399: Fix regression preventing positive .setDamage value from causing knockback for 0 damage events | | |
md_5 | ba2d49d21ee | Increase outdated build delay | | |
md_5 | 4af0f22e8a2 | SPIGOT-7664: Item meta should prevail over block states | | SPIGOT-7664 |
md_5 | c2ccc46ec36 | SPIGOT-7666: Fix access to llama and horse special slot | | SPIGOT-7666 |
 Doc | 124ac66d745 | SPIGOT-7665: Fix ThrownPotion#getEffects() implementation only bringing custom effects | | SPIGOT-7665 |
md_5 | 66f1f439aaf | Restore null page behaviour of signed books even though not strictly allowed by API | | |
md_5 | 6118e5398a6 | Fix regression listening to minecraft:brand custom payloads | | |
md_5 | c1a26b366b2 | Fix unnecessary and potential not thread-safe chat visibility check | | |
md_5 | 12360a7ecee | Remove unused imports | | |
 Parker Hawke | 147b098b48b | #1397: Add ItemMeta#getAsComponentString() | | |
md_5 | 428aefe0e40 | Largely restore deprecated PotionData API | | |
 coll1234567 | afe5b5ee934 | #1275: Add internal ItemType and BlockType, delegate Material methods to themCo-authored-by: Bjarne Koll <lynxplay101@gmail.com>
Co-authored-by: DerFrZocker <derrieple@gmail.com>
Co-authored-by: md_5 <git@md-5.net> | | |
 Doc | 8afeafa7d0c | SPIGOT-1166, SPIGOT-7647: Expose Damager BlockState in EntityDamageByBlockEvent | | 2 Jira issues |
 DerFrZocker | 4e7d749d4c4 | SPIGOT-6993: Allow #setVelocity to change the speed of a fireball and add a note to #setDirection about it | | SPIGOT-6993 |
md_5 | 44188075740 | Support both entity_data and bucket_entity_data on axolotl/fish buckets | | |
Doc | 0e22fdd1ebe | Fix custom direct BlockState being not correctly set in DamageSource | | |
md_5 | f2182ed4730 | SPIGOT-7659: TropicalFishBucketMeta should use BUCKET_ENTITY_DATA | | SPIGOT-7659 |
 DerFrZocker | 2a6207fe150 | #1393: Improve field rename handling and centralize conversion between bukkit and string more | | |
 Doc | c024a50393f | SPIGOT-7650: Add DamageSource for EntityDeathEvent and PlayerDeathEvent | | SPIGOT-7650 |
 Doc | 741b8448061 | #1390: Improve internal handling of damage sources | | |
md_5 | 0364df4e12c | SPIGOT-7657: Error when loading angry entities | | SPIGOT-7657 |
md_5 | 66fd94322c5 | SPIGOT-7652: Remove remap for SPELL_MOB_AMBIENT which no longer exists | | SPIGOT-7652 |