13
0
geforkt von Mirrors/Paper

[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.
Dieser Commit ist enthalten in:
Emilia Kond 2024-06-18 00:54:49 +03:00
Ursprung 7887bddbae
Commit ffa51cc8b0

Datei anzeigen

@ -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>