Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing javadocs for bukkit event syntax info addEvent methods #7555

Open
1 task
Fusezion opened this issue Jan 30, 2025 · 0 comments
Open
1 task

Missing javadocs for bukkit event syntax info addEvent methods #7555

Fusezion opened this issue Jan 30, 2025 · 0 comments

Comments

@Fusezion
Copy link
Contributor

Fusezion commented Jan 30, 2025

Skript/Server Version

N/A

Bug Description

The javadocs currently only state they're used for documentation purposes, however they're also used for what events are handled by it.

Expected Behavior

Method to have correct javadocs

Steps to Reproduce

N/A

Errors or Screenshots

this applies to all add event methods

/**
* Adds an event to the event's documentation.
* @param event The event to add.
* @return This builder.
* @see Event#events()
*/
@Contract("_ -> this")
B addEvent(Class<? extends org.bukkit.event.Event> event);

Other

Making an issue just to keep track of registration api issues

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant