mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-25 13:49:12 +02:00
Missing user methods
This commit is contained in:
@@ -742,6 +742,7 @@ public class User extends UserBase implements IUser
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void setVanished(boolean set)
|
||||
{
|
||||
vanished = set;
|
||||
@@ -767,4 +768,18 @@ public class User extends UserBase implements IUser
|
||||
ess.getVanishedPlayers().remove(getName());
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setName(String name)
|
||||
{
|
||||
//todo
|
||||
//throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void toggleVanished()
|
||||
{
|
||||
//todo
|
||||
//throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user