Timings v2
TODO: Add #isStopping to FullServerTickHandler#stopTiming in patch 191 expose isRunning
This commit is contained in:
@@ -2771,7 +2771,19 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
@Deprecated // Paper
|
||||
public void sendMessage(@NotNull net.md_5.bungee.api.ChatMessageType position, @Nullable java.util.UUID sender, @NotNull net.md_5.bungee.api.chat.BaseComponent... components) {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
|
||||
}
|
||||
|
||||
// Paper start
|
||||
/**
|
||||
* @return the player's ping
|
||||
* @deprecated use {@link Player#getPing()}
|
||||
*/
|
||||
@Deprecated
|
||||
public int getPing() {
|
||||
throw new UnsupportedOperationException( "Not supported yet." );
|
||||
}
|
||||
// Paper end
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user