Mostly brought 2.0.0 up to update with Velocity 1.1.5-SNAPSHOT changes.

I have not verified that this actually works.
This commit is contained in:
Andrew Steinborn
2021-02-21 18:09:56 -05:00
parent 699147c916
commit 0e05f5f308
13 changed files with 30 additions and 208 deletions

View File

@@ -1,7 +1,7 @@
package com.velocitypowered.api.event.player;
import com.google.common.base.Preconditions;
import com.velocitypowered.api.proxy.Player;
import com.velocitypowered.api.proxy.connection.Player;
import com.velocitypowered.api.proxy.messages.ChannelIdentifier;
import java.util.List;