mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-05 23:08:23 +00:00
bruh
This commit is contained in:
parent
c1ac28111e
commit
356469cd6f
1 changed files with 18 additions and 0 deletions
|
@ -352,6 +352,12 @@ public class OfflinePlayer implements Player {
|
||||||
public void sendRawMessage(String string) {
|
public void sendRawMessage(String string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void sendRawMessage(UUID uuid, String s)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Location getCompassTarget() {
|
public Location getCompassTarget() {
|
||||||
return null;
|
return null;
|
||||||
|
@ -1015,6 +1021,18 @@ public class OfflinePlayer implements Player {
|
||||||
public void sendMessage(String[] strings) {
|
public void sendMessage(String[] strings) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void sendMessage(UUID uuid, String s)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void sendMessage(UUID uuid, String[] strings)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isBlocking() {
|
public boolean isBlocking() {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue