1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 11:04:29 +02:00

recommend # 674

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1186 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
ementalo
2011-04-13 12:37:56 +00:00
parent 8261c0d9c9
commit d2028214ef
2 changed files with 20 additions and 0 deletions

View File

@@ -388,4 +388,14 @@ public class OfflinePlayer implements Player
{ {
throw new UnsupportedOperationException("Not supported yet."); throw new UnsupportedOperationException("Not supported yet.");
} }
public void setSleepingIgnored(boolean bln)
{
throw new UnsupportedOperationException("Not supported yet.");
}
public boolean isSleepingIgnored()
{
throw new UnsupportedOperationException("Not supported yet.");
}
} }

View File

@@ -453,4 +453,14 @@ public class PlayerWrapper implements Player
{ {
throw new UnsupportedOperationException("Not supported yet."); throw new UnsupportedOperationException("Not supported yet.");
} }
public void setSleepingIgnored(boolean bln)
{
throw new UnsupportedOperationException("Not supported yet.");
}
public boolean isSleepingIgnored()
{
throw new UnsupportedOperationException("Not supported yet.");
}
} }