Further shuffling of event classes.

This commit is contained in:
Andrew Steinborn
2020-10-22 01:09:30 -04:00
parent 7bca7ef981
commit 29890d7c20
8 changed files with 11 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
package com.velocitypowered.api.event.proxy;
package com.velocitypowered.api.event.connection;
import com.google.common.base.Preconditions;
import com.velocitypowered.api.proxy.server.QueryResponse;

View File

@@ -1,4 +1,4 @@
package com.velocitypowered.api.event.proxy;
package com.velocitypowered.api.event.lifecycle;
/**
* This event is fired by the proxy after plugins have been loaded but before the proxy starts

View File

@@ -1,4 +1,4 @@
package com.velocitypowered.api.event.proxy;
package com.velocitypowered.api.event.lifecycle;
/**
* This event is fired when the proxy is reloaded by the user using {@code /velocity reload}.

View File

@@ -1,4 +1,4 @@
package com.velocitypowered.api.event.proxy;
package com.velocitypowered.api.event.lifecycle;
/**
* This event is fired by the proxy after the proxy has stopped accepting connections but before the

View File

@@ -1,4 +1,4 @@
/**
* Provides events for handling the lifecycle of the proxy.
*/
package com.velocitypowered.api.event.proxy;
package com.velocitypowered.api.event.lifecycle;