Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@VegetalDev
Copy link
Contributor

No description provided.

…y: new methods added to Vectors; ported Direction from arena-api
(with support added for asynchronous events and of course bukkit proxy events), better syntax for mapping events, and a unit test for SimpleEvent. also lots and lots of javadoc
@tachibanayui tachibanayui self-requested a review September 22, 2021 09:01
static <T extends org.bukkit.event.Event> Event<T> bukkitProxy(@NotNull Plugin plugin,
@NotNull Class<T> bukkitEventClass) {
return bukkitProxy(plugin, bukkitEventClass, EventPriority.NORMAL, true);
return bukkitProxy(plugin, bukkitEventClass, EventPriority.NORMAL, false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that should be enough ig, I gonna resolve the conversation

Copy link
Member

@tachibanayui tachibanayui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good and :kindacringeiflikousesit:

@VegetalDev VegetalDev merged commit af785fb into staging Sep 22, 2021
@VegetalDev VegetalDev deleted the new-events branch September 22, 2021 11:55
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

Successfully merging this pull request may close these issues.

3 participants