Shuffle some event classes around.

The new locations make better sense.
This commit is contained in:
Andrew Steinborn
2020-10-22 01:03:08 -04:00
parent 929d623be2
commit 9a59f9e8e2
12 changed files with 19 additions and 23 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.InboundConnection;

View File

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

View File

@@ -6,7 +6,7 @@ import com.velocitypowered.api.util.GameProfile;
import org.checkerframework.checker.nullness.qual.Nullable;
/**
* This event is fired after the {@link com.velocitypowered.api.event.connection.PreLoginEvent} in
* This event is fired after the {@link PreLoginEvent} in
* order to set up the game profile for the user. This can be used to configure a custom profile for
* a user, i.e. skin replacement.
*/

View File

@@ -1,4 +1,4 @@
package com.velocitypowered.api.event.connection;
package com.velocitypowered.api.event.player;
import com.google.common.base.Preconditions;
import com.velocitypowered.api.event.ResultedEvent;

View File

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

View File

@@ -1,4 +1,4 @@
package com.velocitypowered.api.event.connection;
package com.velocitypowered.api.event.player;
import com.google.common.base.Preconditions;
import com.velocitypowered.api.event.ResultedEvent;

View File

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

View File

@@ -1,4 +0,0 @@
/**
* Provides events for handling GS4 queries.
*/
package com.velocitypowered.api.event.query;