mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Implement missing OfflinePlayer methods
This commit is contained in:
parent
dc1a0b65fa
commit
829110e89a
1 changed files with 4 additions and 0 deletions
|
@ -1632,6 +1632,10 @@ public class OfflinePlayer implements Player {
|
||||||
public void updateCommands() {
|
public void updateCommands() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void openBook(ItemStack book) {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public PersistentDataContainer getPersistentDataContainer() {
|
public PersistentDataContainer getPersistentDataContainer() {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue