mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 22:47:42 +01:00
Further shuffling of event classes.
This commit is contained in:
@@ -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;
|
||||
@@ -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
|
||||
@@ -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}.
|
||||
@@ -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
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user