mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-13 12:56:56 +08:00
Implement missing OfflinePlayer methods
This commit is contained in:
parent
dc1a0b65fa
commit
829110e89a
@ -1632,6 +1632,10 @@ public class OfflinePlayer implements Player {
|
||||
public void updateCommands() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void openBook(ItemStack book) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public PersistentDataContainer getPersistentDataContainer() {
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user