mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-03-26 13:40:33 +01:00
Checkstyle pls.
That was the auto-folder's fault.
This commit is contained in:
parent
c181a86fd1
commit
c2f96c9587
@ -114,8 +114,7 @@ public void setFoodLevel(double foodLevel) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public double getSaturation()
|
||||
{
|
||||
public double getSaturation() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@ -125,8 +124,7 @@ public void setSaturation(double saturation) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public float getExhaustion()
|
||||
{
|
||||
public float getExhaustion() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@ -136,8 +134,7 @@ public void setExhaustion(float exhaustion) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public WeatherType getPlayerWeather()
|
||||
{
|
||||
public WeatherType getPlayerWeather() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@ -152,14 +149,12 @@ public void resetPlayerWeather() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isPlayerTimeRelative()
|
||||
{
|
||||
public boolean isPlayerTimeRelative() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getPlayerTimeOffset()
|
||||
{
|
||||
public long getPlayerTimeOffset() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@ -194,8 +189,7 @@ public void printError(String msg) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public World getWorld()
|
||||
{
|
||||
public World getWorld() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@ -210,8 +204,7 @@ public void giveItem(BaseItemStack itemStack) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockBag getInventoryBlockBag()
|
||||
{
|
||||
public BlockBag getInventoryBlockBag() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@ -222,14 +215,12 @@ public void setPosition(Vector3 pos, float pitch, float yaw) {
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public BaseEntity getState()
|
||||
{
|
||||
public BaseEntity getState() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Location getLocation()
|
||||
{
|
||||
public Location getLocation() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user