mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
[ci skip] Fix javadoc mistake in EnchantmentRegistryEntry.Builder (#10898)
The javadoc for EnchantmentRegistryEntry.Builder accidentally refers to GameEventRegistryEntry, which is a different buildable registry entry.
This commit is contained in:
parent
7887bddbae
commit
ffa51cc8b0
@ -153,7 +153,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ @NonNull RegistryKeySet<Enchantment> exclusiveWith();
|
||||
+
|
||||
+ /**
|
||||
+ * A mutable builder for the {@link GameEventRegistryEntry} plugins may change in applicable registry events.
|
||||
+ * A mutable builder for the {@link EnchantmentRegistryEntry} plugins may change in applicable registry events.
|
||||
+ * <p>
|
||||
+ * The following values are required for each builder:
|
||||
+ * <ul>
|
||||
|
Loading…
Reference in New Issue
Block a user