mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +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) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendRawMessage(UUID uuid, String s)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public Location getCompassTarget() {
|
||||
return null;
|
||||
|
@ -1015,6 +1021,18 @@ public class OfflinePlayer implements Player {
|
|||
public void sendMessage(String[] strings) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendMessage(UUID uuid, String s)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendMessage(UUID uuid, String[] strings)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBlocking() {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue