Formatted code
This commit is contained in:
@@ -51,7 +51,7 @@ public final class AECommand extends CommandBase
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getCommandName()
|
||||
{
|
||||
|
||||
@@ -69,7 +69,7 @@ public class ServerHelper extends CommonHelper
|
||||
}
|
||||
|
||||
@Override
|
||||
public void bindTileEntitySpecialRenderer( final Class <? extends TileEntity> tile, final AEBaseBlock blk )
|
||||
public void bindTileEntitySpecialRenderer( final Class<? extends TileEntity> tile, final AEBaseBlock blk )
|
||||
{
|
||||
throw new UnsupportedOperationException( "This is a server..." );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user