mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
BungeeCord Support
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c2123d2080
commit
43633a43a9
1 changed files with 10 additions and 0 deletions
|
@ -2291,6 +2291,16 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||||
// Spigot start
|
// Spigot start
|
||||||
public class Spigot extends Entity.Spigot {
|
public class Spigot extends Entity.Spigot {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the connection address of this player, regardless of whether it
|
||||||
|
* has been spoofed or not.
|
||||||
|
*
|
||||||
|
* @return the player's connection address
|
||||||
|
*/
|
||||||
|
@NotNull
|
||||||
|
public InetSocketAddress getRawAddress() {
|
||||||
|
throw new UnsupportedOperationException("Not supported yet.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|
Loading…
Reference in a new issue